.flex-column .content{align-items:center;display:flex;flex-flow:column;gap:50px}.flex-column .content .bg-color-container{position:relative}.flex-column .content .bg-color-container:before{content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.flex-column .content .bg-color{align-items:center;border-bottom-right-radius:15px;border-top-right-radius:15px;display:inline-block;padding:35px 50px 35px 0;position:relative;width:auto}.flex-column .heading-text{line-height:100%;margin:0}.flex-column .text-content{width:100%}.flex-column .boxes{display:flex;flex-flow:wrap;gap:30px;justify-content:center;margin-top:40px}.flex-column .boxes .box{background-position:50%;background-size:cover;border-radius:15px;display:flex;flex-flow:column;overflow:hidden;width:calc(33.33333% - 20px)}.flex-column .boxes .box .img-display{height:140px;opacity:0;width:100%}.flex-column .boxes .box .text-wrapper{background:linear-gradient(180deg,transparent,#9ed6f3 30%,#9ed6f3);display:flex;flex-flow:column;margin-top:auto;min-height:270px;padding:90px 27px 30px}.flex-column .boxes .box .text-wrapper .content{margin-bottom:10px;margin-top:10px}.flex-column .boxes .box .text-wrapper .cta{justify-content:flex-start;margin-top:auto}.flex-column .boxes .box .text-wrapper .btn{border-radius:30px;margin-top:10px;padding:7px 20px}.flex-column .boxes .box .text-wrapper .btn:hover{color:#101242}.flex-column .cta{display:flex;justify-content:center;margin-top:60px}.flex-column .cta .btn{align-items:center;border-radius:0;border-radius:15px;display:flex;font-weight:500;gap:15px;justify-content:flex-start;padding:14px 23px;position:relative}.flex-column .cta .btn,.flex-column .cta .btn:focus:before,.flex-column .cta .btn:hover:before{transition:background-color .3s ease;-moz-transition:background-color .3s ease;-webkit-transition:background-color .3s ease}.flex-column .cta .btn:focus:before,.flex-column .cta .btn:hover:before{background-color:#a9a9aa}.flex-column .cta .btn img{width:50px}.flex-column .image-content{display:none}.flex-column .image-content img{display:block;width:100%}@media (max-width:1120px){.flex-column .content{flex-flow:unset}.flex-column .image-content{align-self:end;display:block;max-width:350px;position:relative;right:-20px}.flex-column .text-content{padding-bottom:50px}}@media (max-width:1023px){.flex-column .content{flex-flow:column}.flex-column .text-content{padding-bottom:0}.flex-column .image-content{max-width:450px}.flex-column .boxes .box{width:calc(50% - 20px)}}@media (max-width:767px){.flex-column .boxes .box{width:100%}.flex-column .boxes .box .img-display{height:140px}}