.Service_Specification {}

.Service_Specification .specification_main_div {
    margin-top: 53px;
}

.Service_Specification .specification_main_div .specification_div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.Service_Specification .specification_main_div .specification_div .left_side {}

.Service_Specification .specification_main_div .specification_div .left_side .left_img {
    width: 70px;
    height: 70px;
}

.Service_Specification .specification_main_div .specification_div .text_holder {
    margin-left: 12px;
}

.Service_Specification .specification_main_div .specification_div .text_holder .main_text {
    color: #202020;
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
}

.Service_Specification .specification_main_div .specification_div .text_holder .sub_text {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.Service_Specification .specification_main_div .spec_descn {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

@media (min-width:0px) and (max-width:575px) {
    .Service_Specification .specification_main_div .specification_div .text_holder .main_text {
        font-size: 11px;
    }

    .Service_Specification .specification_main_div .spec_descn {
        font-size: 10px;
    }

    .Service_Specification .specification_main_div .specification_div {
        margin-bottom: 20px;
    }

    .Service_Specification .specification_main_div {
        margin-top: 0px;
    }

    .Service_Specification .specification_main_div .specification_div .text_holder .sub_text {
        font-size: 10px;
    }

    .Service_Specification .specification_main_div .specification_div .left_side .left_img {
        width: 30px;
        height: 30px;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .Service_Specification .specification_main_div .specification_div .text_holder .main_text {
        font-size: 15px;
    }

    .Service_Specification .specification_main_div .spec_descn {
        font-size: 13px;
    }


    .Service_Specification .specification_main_div .specification_div .text_holder .sub_text {
        font-size: 13px;
    }

    .Service_Specification .specification_main_div .specification_div .left_side .left_img {
        width: 60px;
        height: 60px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .Service_Specification .specification_main_div .specification_div .text_holder .main_text {
        font-size: 16px;
    }

    .Service_Specification .specification_main_div .spec_descn {
        font-size: 13px;
    }


    .Service_Specification .specification_main_div .specification_div .text_holder .sub_text {
        font-size: 14px;
    }

    .Service_Specification .specification_main_div .specification_div .left_side .left_img {
        width: 60px;
        height: 60px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .Service_Specification .specification_main_div .specification_div .text_holder .main_text {
        font-size: 16px;
    }

    .Service_Specification .specification_main_div .spec_descn {
        font-size: 13px;
    }


    .Service_Specification .specification_main_div .specification_div .text_holder .sub_text {
        font-size: 14px;
    }

    .Service_Specification .specification_main_div .specification_div .left_side .left_img {
        width: 60px;
        height: 60px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .Service_Specification .specification_main_div .specification_div .text_holder .main_text {
        font-size: 18px;
    }


    .Service_Specification .specification_main_div .specification_div .text_holder .sub_text {
        font-size: 15px;
    }


    .Service_Specification .specification_main_div .spec_descn {
        font-size: 15px;
    }

    .Service_Specification .specification_main_div .specification_div .left_side .left_img {
        width: 65px;
        height: 65px;
    }
}