.features-banner-container{margin-top:50px;width:100%;height:100px;padding:10px 0;display:flex;align-items:center;justify-content:space-evenly;direction:rtl;border-radius:20px 0 20px 20px;background:rgb(190,214,228);background:linear-gradient(270deg,rgba(190,214,228,1),rgba(205,255,216,1))}.feature{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--dark-gray)}.feature-text>*{font-size:1.1rem!important}.feature-title{font-family:var(--font-m)}.feature-icon{font-size:3rem;width:100px;height:100px}@media screen and (max-width:480px){.features-banner-container{height:auto;flex-direction:column;margin:auto;background:transparent;gap:20px}.feature{width:75%;justify-content:flex-start}}@media screen and (min-width:480px) and (max-width:780px){.features-banner-container{height:auto;flex-wrap:wrap;margin:auto;background:transparent;gap:20px}.feature{width:50%;justify-content:flex-start}}@media screen and (min-width:780px) and (max-width:1024px){.features-banner-container{height:auto;flex-wrap:wrap;margin:auto;gap:20px}.feature{width:45%;justify-content:flex-start}}@media screen and (min-width:1024px) and (max-width:1290px){.features-banner-container{height:auto;flex-wrap:wrap;margin:auto;gap:20px}.feature{width:35%;justify-content:flex-start}}