.home-awards-section{border-radius:100px 0 100px 0;padding:100px 0;position:relative;width:100%}.home-awards-section .gradient-overlay{background:linear-gradient(rgba(5,28,44,.8),rgba(5,28,44,.6) 50%,rgba(5,28,44,.8));border-radius:100px 0 100px 0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.home-awards-section .section-title{margin:0 auto 40px;position:relative;text-align:center;width:100%;z-index:2}.home-awards-section .section-title h2{color:#b4ffeb;font-family:Poppins,sans-serif;font-size:35px;line-height:125%;margin:0 0 15px}.home-awards-section .section-title p{color:#fff;font-size:18px;margin:0}.home-awards-section .content-container{margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:1}.home-awards-section .content-container .column-wrapper{display:flex;gap:60px;justify-content:center;width:100%}.home-awards-section .content-container .column-wrapper .card img{height:80px;object-fit:contain;width:100%}@media only screen and (max-width:1250px){.home-awards-section{padding-left:50px;padding-right:50px}}@media only screen and (max-width:768px){.home-awards-section{padding:50px 20px}.home-awards-section,.home-awards-section .gradient-overlay{border-radius:50px 0 50px 0}.home-awards-section .section-title{margin:0 auto 30px;text-align:center}.home-awards-section .section-title h2{font-family:Poppins,sans-serif;font-size:25px}.home-awards-section .section-title p{font-size:16px}.home-awards-section .content-container .column-wrapper{display:block;text-align:center}.home-awards-section .content-container .column-wrapper .card{animation:fadeIn .5s ease-in-out;display:none;margin:0 auto;max-width:300px;width:100%}.home-awards-section .content-container .column-wrapper .card.active-card{display:block}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}