﻿/*==================================================================*/
/*=================    (min-width : 0px) and (max-width : 360px)  =================*/
/*==================================================================*/
@media screen and (min-width : 0px) and (max-width : 360px) {
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 0px) and (max-width : 419px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 0px) and (max-width : 419px) {
    
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 0px) and (max-width : 767px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 0px) and (max-width : 767px) {
    .ServeBox-Font-Icon {
        font-size: 3em !important;
    }

    .ServeBox-Block-Icon {
        padding-top: 0em !important;
    }

    .ServeBox-Block-Font-Icon {
        font-size: 2em !important;
        margin-top: 0em !important;
    }

    .serviceBox:last-child {
        margin-right: 0em !important; 
    }
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 420px) and (max-width : 767px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 420px) and (max-width : 767px) {

}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 768px) and (max-width: 1024px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 768px) and (max-width: 1024px) {
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 1024px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 1024px) {
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 1824px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 1824px) {

}