.elec p {
    margin-bottom: 30px;
}

.elec-intro {
    margin-bottom: 80px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ele-gallery {
    display: flex;
    justify-content: space-between;
    margin-bottom: 107px;
}

.ele-gallery img {
    width: 100%;
}

.ele-gallery .gallery-large {
    width: 66%;
}

.ele-gallery .gallery-large.youtube {
    position: relative;
}

.ele-gallery .gallery-large iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.gallery-list {
    width: 32.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery-list li {
    position: relative;
}

.gallery-list .gallery-caption {
    background: #F5821F;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    text-align: center;
}

.gallery-list a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ele-blog h4 {
    color: #D4121E;
    font-size: 40px;
    margin-bottom: 30px;
}

.ele-blog {
    text-align: justify;
}

.ele-blog img {
    float: right;
    margin-bottom: 12px;
    margin-left: 30px;
    width: 800px;
}

.ele-about {
    background: #EEEEEE;
}

.ele-about h2 {
    margin-bottom: 40px;
}


@media screen and (max-width: 1600px) {
    .ele-blog img {
        width: 500px
    }
}

@media screen and (max-width: 767px) {
    .ele-gallery {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .ele-gallery .gallery-large {
        width: 100%;
        margin-bottom: 30px;
    }

    .gallery-list {
        flex-direction: row;
        width: 100%;
    }

    .gallery-list li {
        width: 48%;
    }

    .elec-intro {
        margin-bottom: 30px;
    }

    .ele-blog {
        text-align: left;
        margin-top: 40px;
    }

    .ele-blog img {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }
}


.split-section {
    color: #fff;
    background-color: #F5821F;
    margin-bottom: 2.5rem;
}

.color-theme {
    background-color: #F5821F;
}

.white-theme {
    background: none;
    color: #333333;
}

.split-section .container {
    display: flex;
    padding: 5rem 2rem;
    gap: 5px;
    justify-content: space-between;
}

.split-section h2 {
    font-family: 'Rajdhani', sans-serif;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.split-section p {
    margin-bottom: 1rem;
}

.split-section ul {
    padding-left: 1.6rem;
}

.split-section li {
    list-style: disc !important;
}

.split-section>.container .image,
.content {
    width: 48%;
    height: 100%;
}


.split-section>.container>.image>img {
    width: 100%;
}
.split-section>.container>.image iframe {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 767px) {
    .split-section .container {
        flex-direction: column;
    }
    .split-section .container * {
        margin-bottom: 16px;
    }
    .split-section>.container .image,
    .content {
        width: 100%;
    }
    .split-section>.container>.image iframe {
        width: 100%;
        height: 300px;
    }
}