.body-width {
    max-width: 1200px;
}

html {
    scroll-behavior: smooth;
}

.testimonial-section {
    background-image: url('assets/img/white-modern-villa-interior-with-sea-view-wide-image.jpg');
    background-size: cover;
    height: auto;
    background-position: left center;
}

@media (min-width: 576px) {
    .testimonial-section {
        background-attachment: fixed;
        background-size: 400%;
        background-position: center center;
    }
}

@media (min-width: 768px) {
    .testimonial-section {
        background-size: 400%;
        background-attachment: fixed;
    }
}

.text-shadow {
    text-shadow: 3px 5px 9px rgba(0, 0, 0, 0.12);
}

.photo-s1 {
    background-image: url('assets/img/modern-house-designs.jpg');
}

.logo-footer {
    width: 136px;
    height: auto;
}

@media (min-width: 576px) {
    .logo-footer {
        width: 224px;
    }
}

@media (min-width: 992px) {
    .logo-footer {
        width: 176px;
    }
}