.mobile .mobile-container{background-color:#fafafa;border:1px solid #dcdfe4;border-radius:.5rem;overflow:hidden;padding-top:3rem;padding-left:3rem;padding-right:3rem;display:flex;gap:3rem}.mobile .mobile-wrapper{height:300px}.mobile .mobile-image{border-radius:60px;background:linear-gradient(135deg,rgb(26,93,125),rgb(15,117,176) 70%);width:fit-content;height:500px;position:relative}.mobile .mobile-image .mobile-content{position:absolute;width:100%;top:90px;text-align:center;color:#b2d4e7;font-weight:600;letter-spacing:-.05em;box-sizing:border-box;padding:1rem}.mobile .mobile-image .mobile-content h3{margin:0;font-size:1.8rem;font-weight:600}.mobile .mobile-image .mobile-content p{font-weight:400}.mobile .mobile-image .mobile-content b{font-weight:600}.mobile .text h2{font-weight:500;font-size:2rem;letter-spacing:-.05em;line-height:1;color:hsl(220,30%,6%);margin:2rem 0 3rem}.mobile .text p{font-size:.95rem;font-weight:400;line-height:1.7;color:#575757}@media screen and (max-width:991px){.mobile .mobile-container{flex-direction:column-reverse}}@media screen and (max-width:575px){.mobile .mobile-container{padding-left:1rem;padding-right:1rem;padding-top:1rem}.mobile .mobile-container .mobile-image img{width:100%}}