:root{--pink:#967950;--main-text:#1e1523;--flame-width:250px}.three-row-gradient-background{color:var(--main-text)}.three-row-gradient-background .container{padding:30px 20px;position:relative;top:0;z-index:11}.three-row-gradient-background .pink{color:var(--pink);font-family:proxima-nova;font-weight:500}.three-row-gradient-background .content-container{background:#fff;border-radius:20px;box-shadow:-10px 10px 25px rgba(31,41,55,.2);padding:65px 55px;position:relative;width:100%}.three-row-gradient-background .row-container{margin-top:50px;width:100%}.three-row-gradient-background .row{width:100%}.three-row-gradient-background .icon-image{display:block;margin:25px auto;width:70px}.three-row-gradient-background .flex{display:flex}.three-row-gradient-background .image-container{display:none}.three-row-gradient-background .image-overlap{left:50%;position:absolute;top:50%;transform:translate(-50%,-55%) scale(1.4);z-index:10}.three-row-gradient-background .image-animated{animation-duration:2.5s;animation-iteration-count:infinite;animation-name:resize;left:50%;position:absolute;top:65%;transform:translate(-50%,-85%);width:var(--flame-width)}.three-row-gradient-background .headline{margin:0 0 5px}.three-row-gradient-background .sub-headline{font-family:proxima-nova;margin-bottom:5px}@media (min-width:768px){.three-row-gradient-background .container{padding:0 20px;top:85px}.three-row-gradient-background .content-container{width:66.666%}.three-row-gradient-background .image-container{display:block;left:-150px;position:relative;width:33.333%}.three-row-gradient-background .row-container{margin-top:unset;width:90%}.three-row-gradient-background .row{display:flex;margin:50px auto;width:80%}.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)}}