@charset "utf-8";

#banner {
    display: none;
}

.solar-sub-visual {
    min-height: 500px;
}

@media (min-width: 1024px) {
    .solar-sub-visual {
        min-height: 880px;
    }
}

.solar-merit-card__img {
    width: 5.625rem;
    height: 5.625rem;
}

.solar-benefit-card__img {
    width: 5.625rem;
    height: 5.625rem;
}

.solar-process-card--primary {
    background-color: #004579;
}

.solar-process-card--light {
    background-color: #eef5fa;
}

.solar-solution-img {
    min-height: 280px;
}

@media (min-width: 1024px) {
    .solar-solution-img {
        min-height: 332px;
    }
}
