.video-section {
    margin-bottom: 40px;
}

.video-section video {
    width: 100%;
    height: auto;
    display: block;
}

.content-section {
    margin-bottom: 50px;
}

.content-section p {
    margin-bottom: 20px;
}

.photo-gallery {
    margin-top: 40px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.gallery-grid img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.-testimonial .carousel .carousel-inner .home-testim-text {
    font-size: 12px;
    color: #999;
    font-style: italic;
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: 25px;
    text-align: center;
}

.home-testim-name h4.editable {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid img {
        height: 250px;
    }
}


.site-banner {
    background: url(http://store24-ubertor-com.s3.amazonaws.com/jefflaprade.my-ubertor.com/site/banner/116.jpg) no-repeat center;
    background-size: cover;
}

.site-banner img {
    opacity: 0;
}

h3.provided_by.lpb-top {
    display: none;
}

/*---------------------footer------------------------*/
div#theme-footer-section-right h3:nth-child(1) {
    display: none;
}

div#id_inset_group9 h3 {
    display: block !important;
}