
/* Mobile */
@media (max-width: 480px) {
    #SPA-2019-EXPERTISE-ART-OF-LISTENING .WhiteBox{
        width: 350px !important;
    }
}

/* desktop */
@media (min-width: 1113px) {
    #SPA-2019-EXPERTISE-HEADER {
        background-position: -350px center !important;
        background-color: #f7f0ea !important;
        background-repeat: repeat-x !important;
    }
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    #SPA-2019-EXPERTISE-HEADER {
        background-position: -700px center !important;
        background-color: #f7f0ea !important;
        background-repeat: repeat-x !important;
    }
}
/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    #SPA-2019-EXPERTISE-HEADER {
        background-position: -500px center !important;
        background-color: #f7f0ea !important;
        background-repeat: repeat-x !important;
    }
}