* {
    color: #fafafa;
}
h1, h2, h3, h4, h5, h6 {
    font-family: cabin !important;
}
p, a {
    font-family: Open Sans !important;
}
@media only screen and (max-width: 1001px){
    .mobile-img {
        display: block !important;
    }
    .desktop-img {
        display: none !important;
    }

}
@media only screen and (max-width: 800px){
    .mobile-service {
        display: flex !important;
    }
    .desktop-service {
        display: none !important;
    }
    .font-resize {
        font-size: 32px !important;
    }
}
@media only screen and (max-width: 600px){
    .text-small {
        font-size: 16px !important;
    }
    .contact-width {
        width: 100% !important;
    }
    .mobile-background {
    height: 168px !important;
    }
    .logo {
        font-size: 48px !important;
    }
}