.about-content {
    margin-top: 2.083vw;
}

.about-content h2,
.about-value h2 {
    font-family: 'big_caslonmedium';
}

.about-content-container {
    width: 81.25vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.667vw;
}

.about-content-text {
    width: calc(50% - 6.25vw);
    margin: 0 3.125vw;
}

.about-content-text p {
    text-align: center;
    margin: 0 0 32px;
    font-size: .938vw;
    line-height: 1.667vw;
}

.about-value {
    margin-top: 5.729vw;
}

.about-value-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-value-img {
    width: 50%
}

.about-value-text {
    width: calc(50% - 5.99vw - 5.99vw);
    margin: 0 5.99vw;
}

.about-value-text h4 {
    text-align: center;
    margin: 2.5vw 0 .781vw;
    font-family: 'big_caslonmedium';
    font-size: 1.25vw;
    line-height: 1.51vw;
    color: #000;
}

.about-value-text p {
    text-align: center;
    font-size: .938vw;
    line-height: 1.667vw;
    color: #000;
    margin: 0;

}

.about-team-slider {
    padding-top: 16.146vw;
    background-image: url('../images/vector02.svg');
    background-repeat: no-repeat;
    background-position: left 4.844vw;
    margin-bottom: 7.292vw;
    position: relative;
}

.about-team-slider .heading p {
    width: 44.167vw;
    margin-left: auto;
    margin-right: auto;
}

.about-team-slider .common-carousel {
    margin: 0 3.125vw;
}

.about-team-slider .carousel-item {
    margin: 0 .938vw;
}

.about-team-slider .carousel-item .item-heading {
    font-weight: 600;
    font-size: .938vw;
    line-height: 1.146vw;
    margin-bottom: .521vw;
}

.about-team-slider .carousel-item .item-subheading {
    font-weight: 500;
    font-size: .833vw;
    line-height: 1.042vw;
    margin-bottom: .833vw;
}

.about-team-slider .carousel-item .item-text {
    font-weight: 400;
    font-size: .833vw;
    line-height: 1.25vw;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .about-team-slider {
        background-size: 100vw;
    }
}

@media (max-width: 767px) {
    .about-content {
        margin-top: 40px;
    }

    .about-content-container {
        width: calc(100% - 40px);
        padding-bottom: 0;
    }

    .about-content-text {
        width: 100%;
        margin: 0 0 32px;
    }

    .about-content-text p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 20px;
    }

    .about-value-img {
        width: 100%;
        margin-bottom: 30px;
    }

    .about-value-text {
        width: 100%;
        margin: 0 0 40px;
    }

    .about-value-text h4 {
        font-size: 18px;
        line-height: 24px;
        margin: 6px 20px 15px;
    }

    .about-value-text p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 20px;
    }

    .about-team-slider {
        margin-bottom: 120px;
        padding-top: 105px;
        background-size: 1100px;
        background-position: -265px top;
    }

    .about-team-slider .heading h2 {
        width: 280px;
        margin: 0 auto;
    }

    .about-team-slider .heading h3 {
        margin: 0 0 20px;
    }

    .about-team-slider .heading p {
        width: 320px;
        margin: 0 auto;
    }

    .about-team-slider .carousel-item .item-heading {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    .about-team-slider .carousel-item .item-subheading {
        font-size: 14px;
        line-height:20px;
        margin-bottom: 15px;
    }
    
    .about-team-slider .carousel-item .item-text {
        font-size: 14px;
        line-height: 20px;
    }
}