.jt_values_area {
    padding-top: 15rem;
}
.section_title span {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.8rem;
}
.section_title h2 {
    font-size: 4rem;
    line-height: 5.6rem;
}
.section_title {
    width: 100%;
    max-width: 70rem;
}
.values_items_area {
    display: flex;
    column-gap: 2rem;
    justify-content: space-between;
    margin-top: 5rem;
}
.values_items_area .single_values_item {
    width: 100%;
    max-width: 45rem;
}
.values_items_area .single_values_item img {
    width: 100%;
    max-width: 30.05rem;
    display: block;
    margin-bottom: 2.4rem;
}
.values_items_area .single_values_item h3 {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
}
.values_items_area .single_values_item .values_more_btn {
    margin-top: 2.4rem;
}

@media screen and (max-width: 1050px){
    .jt_values_area {
        padding-top: 60px;
    }
    .section_title span {
        margin-bottom: 8px;
    }
    .values_items_area {
        margin-top: 25px;
        column-gap: 40px;
    }
    .values_items_area .single_values_item img {
        margin-bottom: 10px;
        max-width: 180px;
    }
    .values_items_area .single_values_item h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px){
    .values_items_area .single_values_item {
        max-width: 46%;
    }
    .values_items_area {
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 40px;
    }
}

@media screen and (max-width: 550px){
    .section_title h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .section_title span {
        text-align: center;
    }
    .values_items_area {
        flex-direction: column;
    }
    .values_items_area .single_values_item {
        max-width: 100%;
        text-align: center;
    }
    .values_items_area .single_values_item img {
        display: inline-block;
        margin-bottom: 0;
    }
    .values_items_area .single_values_item h3 {
        font-size: 20px;
        line-height: 24px;
    }
}