.solution{padding:100px 20px}.solution.dark{background:linear-gradient(180deg,#0c1f3f,#09172e);color:#fff}.solution.light{background:#fff;color:#1e2b3a}.container{margin:auto;max-width:1200px}.section-title{color:inherit;font-size:80px;margin-bottom:20px}.section-description,.section-title{text-align:center}.solution-grid{border:1px solid #989;display:grid;grid-template-columns:repeat(4,1fr)}.solution-card{border-bottom:1px solid #989;border-right:1px solid #989;min-height:220px;padding:40px 30px;transition:all .3s ease}.solution-card:nth-child(4n){border-right:none}.solution-card .number{align-items:center;background:#fff;border-radius:50%;color:#1e2b3a;display:flex;font-weight:700;height:45px;justify-content:center;margin-bottom:20px;width:45px}.solution-card h3{color:inherit;font-size:22px;margin-bottom:10px}.solution-card .desc{color:inherit;font-size:14px;line-height:1.6}.solution-card.highlight{background:#b89a5a;color:#fff}.solution-card.highlight .number{background:#fff!important;color:#132543!important}.solution.light .solution-card,.solution.light .solution-grid{border-color:#989}.solution.light .solution-card .number{background:#ab9151;color:#fff}.solution.light .solution-card.highlight{background:#2e4b73}@media (max-width:992px){.solution-grid{grid-template-columns:repeat(2,1fr)}.solution-card:nth-child(2n){border-right:none}}@media (max-width:576px){.solution-grid{grid-template-columns:1fr}.solution-card{border-right:none}}