.electrical_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80vh;
    width: 100%;
    background: url('./images/electric_banner.jpg') no-repeat center center/cover;
    position: relative;
    color: #fff;
}

.electrical_info {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.electrical_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%;
}