section.offer-page{padding:4rem 0}section.offer-page .section{display:flex;gap:4rem}section.offer-page .section .content{flex:3}section.offer-page .section .content ul{list-style:none;margin:0;padding:0}section.offer-page .section .content ul li{align-items:center;display:flex;font-size:1.1em;margin-bottom:1rem;padding-left:2rem;position:relative}section.offer-page .section .content ul li:before{background-color:#00a0db;border-radius:4px;content:"";display:inline-block;height:1rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1rem}section.offer-page .section .content .btn{margin-top:1rem}section.offer-page .section .image{flex:2}section.offer-page .section .image img{border-radius:25px;height:400px;object-fit:cover;width:100%}@media (max-width:800px){section.offer-page{padding:2rem 0}section.offer-page .section{flex-direction:column;gap:2rem}section.offer-page .section .image img{height:300px}}