:root{--pink:#e10085;--main-text:#1e1523;--flame-width:250px}.three-row-gradient-background{color:var(--main-text)}.three-row-gradient-background .container{position:relative;top:0;padding:30px 20px;z-index:11}.three-row-gradient-background .pink{color:var(--pink);font-family:proxima-nova;font-weight:500}.three-row-gradient-background .content-container{width:100%;padding:65px 55px;background:#fff;box-shadow:-10px 10px 25px rgba(31,41,55,.2);border-radius:20px;position:relative}.three-row-gradient-background .row-container{width:100%;margin-top:50px}.three-row-gradient-background .row{width:100%}.three-row-gradient-background .icon-image{width:70px;margin:25px auto;display:block}.three-row-gradient-background .flex{display:flex}.three-row-gradient-background .image-container{display:none}.three-row-gradient-background .image-overlap{position:absolute;z-index:10;left:50%;top:50%;transform:translate(-50%,-55%)}.three-row-gradient-background .image-animated{position:absolute;width:var(--flame-width);left:50%;top:50%;transform:translate(-50%,-85%);animation-name:resize;animation-duration:2.5s;animation-iteration-count:infinite}.three-row-gradient-background .headline{margin:0 0 5px}.three-row-gradient-background .sub-headline{margin-bottom:5px;font-family:proxima-nova}@media (min-width:768px){.three-row-gradient-background .container{top:85px;padding:0 20px}.three-row-gradient-background .content-container{width:66.666%}.three-row-gradient-background .image-container{display:block;position:relative;width:33.333%;left:-150px}.three-row-gradient-background .row-container{width:90%;margin-top:unset}.three-row-gradient-background .row{width:80%;margin:50px auto;display:flex}.three-row-gradient-background .row .text-container{margin-left:30px}.three-row-gradient-background .icon-image{align-self:flex-start;margin:7px 0 0}}@keyframes resize{0%{height:calc(var(--flame-width)*1.2);width:calc(var(--flame-width)*1.2)}25%{height:calc(var(--flame-width)*1.4);width:calc(var(--flame-width)*1.4)}28%{height:calc(var(--flame-width)*1.3);width:calc(var(--flame-width)*1.3)}45%{height:calc(var(--flame-width)*1.45);width:calc(var(--flame-width)*1.45)}60%{height:calc(var(--flame-width)*1.25);width:calc(var(--flame-width)*1.25)}66%{height:calc(var(--flame-width)*1.33);width:calc(var(--flame-width)*1.33)}72%{height:calc(var(--flame-width)*1.22);width:calc(var(--flame-width)*1.22)}90%{height:calc(var(--flame-width)*1.4);width:calc(var(--flame-width)*1.4)}to{height:calc(var(--flame-width)*1.3);width:calc(var(--flame-width)*1.3)}}