.archive_testimonial_sec {
    margin: 100px 0;
}

.archive_testimonial_sec__inner {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.archive_testimonial_sec .archive_testimonial_heading {
    margin-bottom: 40px;
}

.archive_testimonial_sec .testimonial_list_item {
    position: relative;
    padding-top: 70px;
    margin-top: 70px;
}

.archive_testimonial_sec .testimonial_list_item .entry-title.text_blue {
    color: var(--color_blue);
    font-size: 19px;
    letter-spacing: 0.075em;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--font_Lato_Regular);
    text-transform: uppercase;
}

.archive_testimonial_sec .testimonial_list_item .testi_content {
    font-size: 19px;
}

.archive_testimonial_sec .testimonial_list_item .testi_author_name {
    margin-top: 20px;
    text-transform: uppercase;
    font-family: var(--font_Lato_Regular);
    font-weight: 600;
    letter-spacing: 0.020em;
}

.archive_testimonial_sec .testimonial_list_item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: url(../../images/dotted-line-horizontal.png) center center repeat-x;
    background-size: contain;
}

.archive_testimonial_sec .archive_testimonial_sec__inner {
    padding-bottom: 60px;
    margin-bottom: 60px;
    position: relative;
    max-width: 880px;
}

.archive_testimonial_sec .archive_testimonial_sec__inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: url(../../images/dotted-line-horizontal.png) center center repeat-x;
    background-size: contain;
}

@media (max-width: 1199px) {
    .archive_testimonial_sec {
        margin: 80px 0;
    }

    .archive_testimonial_sec .testimonial_list_item {
        padding-top: 50px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .archive_testimonial_sec {
        margin: 60px 0;
    }

    .archive_testimonial_sec .archive_testimonial_heading {
        margin-bottom: 25px;
    }

    .archive_testimonial_sec .testimonial_list_item {
        padding-top: 30px;
        margin-top: 30px;
    }

    .archive_testimonial_sec .testimonial_list_item .testi_content {
        font-size: 16px;
    }

    .archive_testimonial_sec .testimonial_list_item .testi_author_name {
        font-size: 14px;
    }
}