.single_testimonial_wrapper {
    margin: 100px 0;
}

.single_testimonial_wrap {
    display: flex;
    flex-wrap: wrap;
}

.single .single_entry_wrap {
    width: 25%;
}

.single .single_data_wrap {
    width: 75%;
    padding-left: 25px;
}

.single .entry-title .testi_author_name {
    font-family: var(--font_Lato_Regular);
}

.testi_author_name strong {
    font-weight: 600;
}

.single .entry-title {
    color: var(--color_blue);
}

.single .testi_content {
    font-size: 16px;
}

.single .entry-meta .post-date {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .single_testimonial_wrapper {
        margin: 80px 0;
    }
}

@media (max-width: 991px) {

    .single .entry-meta {
        margin-bottom: 20px;
    }

    .single_testimonial_wrapper {
        margin: 60px 0;
    }

    .single .single_entry_wrap {
        width: 100%;
    }

    .single .single_data_wrap {
        width: 100%;
        padding-left: 0;
    }
}