.common_title {
    margin: 30px 0;
    position: relative;
}

.common_title .main_title_holder {
    border: 1px solid #b87332;
    width: 160px;
    height: 48px;
    margin: 0 auto 10px;
}

.common_title .main_title {
    font-size: 30px;
    font-weight: 800;
    color: #b87332;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    background: #fff;
    margin: 0;
    font-family: Cormorant Garamond;
    text-align: center;
}

.common_title .sub_title {
    font-size: 18px;
    font-weight: 600;
    color: #1F2A44;
    text-align: center;
    font-family: 'Raleway';
}


/* =================== Media Queries ================ */


@media (min-width:0px) and (max-width:574px) {

    .common_title .main_title_holder {
        height: 40px;
        width: 125px;
    }

    .common_title .main_title {
        font-size: 20px;
    }

    .common_title .sub_title {
        font-size: 15px;
    }
}

@media (min-width:575px) and (max-width:767px) {

    .common_title .main_title_holder {
        height: 40px;
        width: 125px;
    }

    .common_title .main_title {
        font-size: 25px;
    }

    .common_title .sub_title {
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .common_title .main_title_holder {
        height: 45px;
        width: 140px;
    }

    .common_title .main_title {
        font-size: 26px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .common_title .main_title_holder {
        height: 45px;
    }

    .common_title .main_title {
        font-size: 28px;
    }
}