.Service_Banner {}

.Service_Banner .Common_Banner_2 {
    height: 370px;
}

.Service_Banner .Common_Banner_2 .title_text {
    font-size: 80px;
}

@media (min-width:0px) and (max-width: 575px) {
    .Service_Banner .Common_Banner_2 .title_text {
        font-size: 30px;
    }

    .Service_Banner .Common_Banner_2 {
        height: 230px;
    }
}


@media (min-width:576px) and (max-width: 767.98px) {
    .Service_Banner .Common_Banner_2 .title_text {
        font-size: 40px;
    }

    .Service_Banner .Common_Banner_2 {
        height: 250px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .Service_Banner .Common_Banner_2 .title_text {
        font-size: 60px;
    }

    .Service_Banner .Common_Banner_2 {
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Service_Banner .Common_Banner_2 .title_text {
        font-size: 62px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .Service_Banner .Common_Banner_2 .title_text {
        font-size: 65px;
    }
}