.residential-custom-list {
    list-style: none;
    padding-left: 1.2rem;
}

.residential-custom-list li {
    position: relative;
}

.residential-custom-list li::before {
    content: url("/images/rewamp-images/mms/Vector.png");
    position: absolute;
    left: -20px;
    top: 0;
}

.residential-custom-list.solar-pump-list-u li p {
    padding-left: 10px;
    padding-bottom: 10px;
}

.residential-solar-bess-flex-con-u p {
    margin-bottom: 0;
}

.residential-solar-bess-flex-image-u {
    width: calc(50%);
}

.residential-solar-bess-flex-image-u img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.residential-solar-bess-flex-image-u video {
    width: 60%;
}

.residential-solar-bess-flex-con-u {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: calc(50% - 1rem);
    padding: 7.5rem;

}

.residential-fence-bg-rt:nth-of-type(odd) .residential-solar-bess-flex-u {
    background: #DBE1D2;
}

.residential-fence-bg-rt:nth-of-type(even) .residential-solar-bess-flex-u {
    background: #132528;
}

.residential-fence-bg-rt:nth-of-type(even) .residential-solar-bess-flex-u h2,
.residential-fence-bg-rt:nth-of-type(even) .residential-solar-bess-flex-u h3,
.residential-fence-bg-rt:nth-of-type(even) .residential-solar-bess-flex-u p {
    color: #fff;
}

.residential-solar-bess-flex-con-u h2,
.residential-sec1 h2 {
    font-weight: 600;
    font-size: 34px;
}

.residential-solar-bess-flex-con-u h3 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
}

.residential-h3-div h3 {
    margin-bottom: 1.5rem;
}

.residential-fence-bg-rt .residential-solar-bess-flex-u {
    gap: 0rem;
}

.residential-solar-bess-flex-u {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.residential-sec1 p {
    font-size: 20px;
    width: 84%;
}