@media (max-width:767px) and (min-width:320px){
	
	.header-1 .header-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 240px;
        border-left: 1px solid var(--border2);
        padding-left: 0px;
    }
    .header-1 .header-logo {
        position: absolute;
        top: 0;
        left: 8px;
    }
    .header-logo img{
        width: 215px;
    }
    footer .single-footer-widget img{
        width: 230px;
        padding: 19px 0;
    }
    .offcanvas__logo a img {
        width: 185px;
    }
        .breadcrumb-wrapper .page-heading h1 {
            font-size: 32px;
            padding: 10px 0;
        }
        .quick-links {
        padding-left: 0px;
    }
    .footer-widgets-wrapper .single-footer-widget {
        margin-top: 52px;
    }
    h2 {
        font-size: 23px;
        line-height: 34px;
    }
    .faq-wrapper .faq-content {
        margin-left: 0px;
        margin-top: 0;
        padding: 10px;
    }

    .hero-3 .hero-content h1 {
        font-size: 25px;
        color: var(--white);
        padding: 25px 0 0;
    }






}