.solution-cards{background:#246fcc1a;padding:64px 0}.solution-cards .section-header{margin-bottom:58px;text-align:center}.solution-cards .bandwidth-cards{display:flex;flex-wrap:wrap;gap:48px;justify-content:center;margin-bottom:50px}.solution-cards .bottom-button{text-align:center}.solution-cards .bandwidth-card{background:#fff;border-radius:10px;box-shadow:0 4px 4px 0 #246fcc4d;padding:28px;text-align:left;transition:transform .3s ease;width:30%}.solution-cards .bandwidth-card h5{color:#246fcc}.solution-cards .bandwidth-card .subtext :last-child{margin-bottom:0}.solution-cards .bandwidth-card:hover{transform:translateY(-5px)}@media(max-width:1024px) and (min-width:768px){.solution-cards .bandwidth-card{width:45%}}@media (max-width:768px){.solution-cards .bandwidth-cards{align-items:center;flex-direction:column;gap:30px}.solution-cards .bandwidth-card{width:100%}}