.common_div .section-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e85c1a;
    margin-bottom: 0.75rem;
    text-align: center;
}

.common_div .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
}

.common_div .section-title .inner_text {
    color: #e85c1a;
}

.common_div .section-sub {
    color: #666;
    font-size: 15px;
    margin-top: 10px;
    max-width: 520px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}



@media (min-width: 0px) and (max-width: 575px) {
    .common_div .section-title {
        font-size: 26px;
    }

    .common_div .section-label {
        font-size: 12px;
    }

    .common_div .section-sub {
        font-size: 13px;
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .common_div .section-title {
        font-size: 35px;
    }

    .common_div .section-sub {
        font-size: 14px;
        max-width: 73%;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .common_div .section-title {
        font-size: 43px;
    }
}