@media (max-width: 480px) {
    .get_directions-slider .item .text-wrapper .title{
        width: auto;
    }
    .get_directions-slider .item .text-wrapper .description{
        width: auto;
    }
    .contact-page-wrapper .right-half .text-wrapper .title {
        font-size: 26px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 30px;
    }
    .get_directions-slider .item .text-wrapper .title {
        text-transform: none;
        font-size: 26px;
        line-height: 30px;
        color: #4b4b4b;
        width: 50%;
        margin: auto;
        margin-bottom: 20px;
    }
    .nav-main > li.active > a {
        background: #0060b6;
    }
    .header.fixed .nav-main-wrapper.scroll-to-fixed-fixed, .header.fixed .nav-main-wrapper{
        box-shadow: none;
    }
    .contact-page-4 .contact-forma {
        padding-left: 0;
        padding-right: 0;
    }

}