section.features{background:rgba(83,144,255,.2);height:100vh;position:relative}section.features .arrow{cursor:pointer;position:absolute}section.features .arrow:first-of-type{right:1.5%;top:1.5%}section.features .arrow:nth-of-type(2){bottom:1.5%;left:1.5%}section.features .wrapper{background:rgba(83,144,255,.2);border-radius:0 225px 0 225px;display:flex;flex-direction:column;gap:40px;height:100%;padding:50px 100px}section.features .wrapper>.text{display:flex;flex-direction:column;gap:10px;justify-content:center}section.features .wrapper .text h3{color:#5390ff;font-size:18px;font-weight:600}section.features .wrapper .text h1{color:#343434;font-size:34px;font-weight:500}section.features .wrapper .text p{color:#747474;font-size:18px;font-weight:400}section.features .wrapper .photo-container{background-color:hsla(0,0%,100%,.6);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50px;height:100%}section.features .wrapper .key-info{display:flex;gap:35px;justify-content:space-between}section.features .wrapper .key-info .info{display:flex;flex:1;gap:20px}section.features .wrapper .key-info .info .icon-container{align-items:center;aspect-ratio:1/1;background:#5390ff;border-radius:25px;display:flex;height:72px;justify-content:center;width:72px}section.features .wrapper .key-info .text{display:flex;flex-direction:column;justify-content:center}section.features .wrapper .key-info .info .text h1{color:#343434;font-size:18px;font-weight:600}section.features .wrapper .key-info .info .text p{color:#747474;font-size:16px;font-weight:500}@media only screen and (max-width:600px){section.features{height:auto}section.features .arrow:nth-of-type(2){left:unset;right:17.5%;top:1.5%}section.features .wrapper{border-radius:0 300px 0 0;gap:30px;padding:50px 20px}section.features .wrapper .text h3{font-size:18px}section.features .wrapper .text h1{font-size:28px}section.features .wrapper .text p{font-size:22px}section.features .wrapper .photo-container{height:600px}section.features .wrapper .key-info{flex-direction:column;gap:30px}}