.sections{margin:64px auto 0;max-width:1200px}.sections .section{align-items:center;display:flex;gap:32px;padding:32px 10px}.sections .section .content{flex:1;order:1}.sections .section .content .title{color:#2275b5;font-size:36px;margin-bottom:16px}.sections .section .content .description{font-size:18px;line-height:24px}.sections .section .content .button{margin-top:16px}.sections .section .content .button a{background-color:#dc602e;border-radius:50px;color:#fff;display:inline-block;padding:8px 32px;text-decoration:none;transition:all .3s ease}.sections .section .content .button a:hover{opacity:.6}.sections .section .image{flex:1;order:2}.sections .section .image img{display:block;height:auto;margin:0 auto;width:360px}.sections .section:nth-of-type(odd){background-color:#f3f8fb;position:relative}.sections .section:nth-of-type(odd):before{background-color:#f3f8fb;content:"";display:block;height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:200%;z-index:-1}.sections .section:nth-of-type(odd) .content{order:2}.sections .section:nth-of-type(odd) .image{order:1}@media (max-width:768px){.sections .section{flex-direction:column}.sections .section:nth-of-type(2n) .content{order:2}.sections .section:nth-of-type(2n) .image{order:1}}
