.why-solar__title-container{padding:25px 0}.why-solar__title{text-transform:uppercase;font-size:1.5rem;font-weight:500}.why-solar{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.why-solar__card{background:var(--bg-light-clr);cursor:pointer;border-radius:25px;flex-direction:column;justify-content:space-between;align-items:flex-start;height:250px;padding:12.5px;transition:background-color .3s;display:flex}.why-solar__card-icon-container{aspect-ratio:1;background:#fff;border-radius:20px;place-content:center;width:50px;transition:background-color .3s;display:grid}.why-solar__card:hover .why-solar__card-icon-container{background:var(--accent-clr)}.why-solar__card-title{font-size:1.5rem;font-weight:500}@media screen and (max-width:1200px){.why-solar{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:896px){.why-solar{grid-template-columns:repeat(2,1fr);gap:25px}}@media screen and (max-width:600px){.why-solar{grid-template-columns:repeat(1,1fr)}}
