.testimonial-sec .testimonial-col {
    width: 50%;
}

.testimonial-sec .testimonial-item {
    padding: 70px 40px 130px 40px;
}

.testimonial-sec .section-title h2 {
    color: rgba(17, 17, 17, 0.50);
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 0;
}

.testimonial-main {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
    margin-top: 40px;
}

.testimonial-sec .testimonial-col:not(:last-child) .testimonial-item {
    border-right: 1px solid rgba(17, 17, 17, 0.10);
}

.testimonial-info img.quote-icon {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-bottom: 30px;
}

.testimonial-info p {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.testimonial-name {
    margin-top: 30px;
}

.testimonial-name h3 {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.testimonial-name p {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.read-to-text {
    padding: 80px 0;
}

.read-to-text h2 {
    color: #111;
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -5px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.read-to-text h2 span {
    color: rgba(17, 17, 17, 0.50);
    font-size: 64px;
    font-weight: 100;
    letter-spacing: -3.3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}


@media only screen and (max-width: 1199px) {
    .testimonial-sec .testimonial-item {
        padding: 60px 40px;
    }

    .read-to-text {
        padding: 60px 0;
    }

    .read-to-text h2 span {
        font-size: 50px;
    }

    .read-to-text h2 {
        font-size: 60px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-sec .section-title h2 {
        font-size: 22px;
    }

    .testimonial-main {
        margin-top: 30px;
    }

    .testimonial-sec .testimonial-item {
        padding: 30px 20px;
    }

    .testimonial-info img.quote-icon {
        margin-bottom: 20px;
    }

    .testimonial-name {
        margin-top: 20px;
    }

    .read-to-text {
        padding: 40px 0;
    }

    .read-to-text h2 span {
        font-size: 50px;
        letter-spacing: normal;
    }

    .read-to-text h2 {
        font-size: 50px;
        line-height: 40px;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-sec .section-title h2 {
        font-size: 20px;
    }

    .testimonial-sec .testimonial-col {
        width: 100%;
    }

    .testimonial-sec .testimonial-col .testimonial-item {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(17, 17, 17, 0.10);
    }

    .read-to-text h2 {
        font-size: 34px;
        line-height: 34px;
    }

    .read-to-text h2 span {
        font-size: 34px;
    }

    .testimonial-sec .testimonial-item {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .read-to-text h2 span,
    .read-to-text h2 {
        font-size: 30px;
        line-height: 30px;
    }
}