@media screen and (max-width: 991px) {
    h1 {
        font-size: 48px;
   }
    h2 {
        font-size: 36px;
   }
   .before-after-content {
        max-width: 850px;
        margin: 0 auto;
    }
   .quote-content {
        max-width: 100%;
    }
   .images-group {
        margin-top: 16px;
    }
    .footer-menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
   }
}
@media screen and (max-width: 767px) {
    .container, .container-small {
        max-width: 540px;
   }
    h3 {
        color: var(--black);
        font-size: 26px;
        line-height: 1.56;
   }
    header.site-header {
        padding: 20px 0;
   }
    .about-us-section {
        padding: 0 0 50px;
   }
    footer.site-footer {
        padding: 48px 0 60px;
   }
    a.logo {
        max-width: 100px;
        height: auto;
   }
    .logo-content {
        gap: 20px;
   }
    .mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 50;
   }
    .mobile-toggler {
        width: 35px;
        border: none;
        padding: 3px 0;
        background: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
   }
    .mobile-toggler span {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 4px;
        background-color: var(--yellow);
        position: relative;
        top: 0;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
   }
    .mobile-toggler span:nth-child(2) {
        width: 40px;
        right: 3px;
   }
    .mobile-toggler span:last-child {
        width: 30px;
        right: -2px;
   }
    body.active-mobile-menu .mobile-toggler span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px;
   }
    body.active-mobile-menu .mobile-toggler span:nth-child(2) {
        width: 0;
   }
    body.active-mobile-menu .mobile-toggler span:last-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -10px;
        right: 0px;
        width: 35px;
   }
    body.active-mobile-menu .mobile-header .cta {
        display: none;
   }
    #mainmenu {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #000;
   }
    nav.navmenu {
        max-width: 720px;
        margin: 0 auto;
        padding: 130px 24px 70px;
   }
    nav.navmenu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        gap: 16px;
   }
    section.hero-section{
        padding: 0 0 40px;
   }
    .restored-section {
        padding: 40px 0;
   }
    .hero-content {
        gap: 24px;
   }
    .restored-grill-mechine img {
        width: 100%;
   }
    .about-us-content {
        gap: 24px;
   }
    .large-bg-image {
        background-position: center bottom 120px;
        background-size: 100% auto;
   }
   .before-after-content:not(:first-child) {
        padding-top: 21px;
    }
    .author-quote {
        padding-top: 0;
    }
    .quote-content blockquote {
        font-size: 16px;
        line-height: 24px;
    }
   .images-group {
        gap: 9px;
    }
    .overlay .icon {
        width: 60px;
    }
}
@media screen and (min-width: 992px) {
    .images-group {
        max-width: 771px;
        margin-left: auto;
    }
}