root {
    background-color: white;
}

body {
    background-color: white !important;
}

.heading-primary {
    display: flex;
    flex-direction: column;
    gap: 50px;
    font-size: 90px;
    line-height: 60px;
    color: white;
}

.testimonials-style-2 {
    position: relative;
    overflow: hidden;
}

.testimonials-style-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('wp-content/uploads/wood-bg.jpg');
    background-position: center;
    background-size: cover;
    filter: blur(2px);
    z-index: 1;
}

.testimonial-wrap {
    position: relative;
    z-index: 2;
}

.heading-secondary {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .photo-text {
        font-size: 16px !important;
        line-height: 17px !important;
    }
}

@media (max-width: 768px) {
    .heading-primary {
        font-size: 6vh ;
        line-height: 4vh ;
    }

    .heading-secondary {
        font-size: 3vh;
    }
}
