.solar-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    width: 100%;
    text-align: center;
    color: #fff;
    background: url('./images/solar_banner1.jpg') no-repeat center center/cover;
}

.solar-info {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.solar-list {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #545455;
    padding-left: 5%;
    padding-right: 5%;
}