@media only screen and (max-width: 1500px){
    .accomo-heading {
        font-size: 88px !important;
    }
}
@media only screen and (max-width: 1359px){
    
    .accomo-column {
        font-size: 48px !important;
    }
    .accomo-heading {
        font-size: 58px !important;
    }
}
@media only screen and (max-width: 1350px){
    .nav-heading {
        color: rgb(34, 34, 34) !important;
    }
    
}
@media only screen and (max-width: 1004px){
    .mobile-about {
        display: block !important;
    }
    .desktop-about {
        display: none !important;
    }
    .p-about {
        font-size: 18px !important;
    }
    .parralax-heading {
        font-size: 54px !important;
    }
    .contact-col {
        min-height: unset !important;
        padding-top: 156px !important;
    }
    .footer-contact {
        flex-direction: column !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}
@media only screen and (max-width: 704px){
    .accomo-heading {
        font-size: 42px !important;
    }
    
    .accomo-column {
        font-size: 38px !important;
    }
    
}
@media only screen and (max-width: 678px){
    .tab-selector {
        border-radius: 0px !important;
    }
    .menu-col h3 {
        font-size: 18px !important;
    }
    .menu-col p {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 500px){
    .heading {
        font-size: 42px !important;
    }
    .functions-heading {
        font-size: 68px !important;
    }
    .modal-col {
        align-items: center !important;
    }
    
}