.FeaturedSection{max-width:100%;padding:0 20px;margin:0 auto;width:100%;background:linear-gradient(180deg,#0b4c5f,#179ec5 180.04%)}.FeaturedSection .FeaturedSection-wrapper{padding:115px 67px 90px;display:grid;grid-template-columns:.8fr 1fr;gap:93px}@media(max-width:1249px){.FeaturedSection .FeaturedSection-wrapper{padding-left:20px;padding-right:20px;grid-template-columns:1fr}}.FeaturedSection .FeaturedSection-wrapper .left{display:flex;flex-direction:column;gap:25px;color:#fff}.FeaturedSection .FeaturedSection-wrapper .left .title{font-family:var(--font-inter),"Inter",sans-serif;font-weight:700;font-size:40px;text-transform:uppercase}.FeaturedSection .FeaturedSection-wrapper .left .desc{display:flex;flex-direction:column;gap:15px;font-family:var(--font-inter),"Inter",sans-serif;font-weight:500;font-size:16px;text-transform:capitalize;line-height:27px;opacity:.8}.FeaturedSection .FeaturedSection-wrapper .left .btn{align-self:flex-start}.FeaturedSection .FeaturedSection-wrapper .right .all-cards{display:grid;grid-template-columns:1fr 1fr;gap:15px}@media(max-width:991px){.FeaturedSection .FeaturedSection-wrapper .right .all-cards{grid-template-columns:1fr}}.FeaturedSection .FeaturedSection-wrapper .right .all-cards .card{padding:30px 33px;background-color:#fff;border-radius:10px}.FeaturedSection .FeaturedSection-wrapper .right .all-cards .card:first-child{rotate:-4deg;transform-origin:left bottom}@media(max-width:1249px){.FeaturedSection .FeaturedSection-wrapper .right .all-cards .card:first-child{rotate:0deg}}.FeaturedSection .FeaturedSection-wrapper .right .all-cards .card .card-title{font-family:var(--font-inter),"Inter",sans-serif;font-weight:700;font-size:25px;text-transform:capitalize;line-height:35.23px}.FeaturedSection .FeaturedSection-wrapper .right .all-cards .card .card-desc{font-family:var(--font-inter),"Inter",sans-serif;font-weight:500;font-size:16px;text-transform:capitalize;margin-top:9px;opacity:.8;line-height:28px}