.logo-main {
    max-height: 100%!important;
}

.logo-mobile {
    max-height: 100%!important;
}

/*																								> 1240
===================================================================================================== */

@media only screen and (min-width: 1240px) {
    .service_column {
        height: 600px;
        text-align: center;
    }
}

/* #Desktop	> 960 -------------------------------------------------------------------------------------------- #Desktop	> 960 */

@media only screen and (min-width: 960px) and (max-width: 1239px) {
    .service_column {
        height: 700px;
        text-align: center;
    }
}
/* #Tablet (Landscape) 768 - 959 --------------------------------------------------------------- #Tablet (Landscape) 768 - 959 */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .service_column {
        height: 780px;
        text-align: center;
    }
}

/* #Tablet (Portrait) & Mobile < 768 ------------------------------------------------------- #Tablet (Portrait) & Mobile < 768 */

@media only screen and (max-width: 767px) {
    .service_column {
        text-align: center;
    }
}