@media screen and (min-width: 1600px) {
    img.hero-featured {
        max-width: 760px;
        right: 10%;
    }
}
@media screen and (min-width: 1920px) {
    img.hero-featured {
        right: 12%;
    }
}
@media screen and (max-width: 1200px) {
    .h1 {
        font-size: 65px;
        line-height: 70px;
    }
    .catalog-featured img.cat-featured-image {
        max-width: 100%;
    }
    img.featured-shape01 {
        max-width: 252px;
        top: 48%;
    }
    img.featured-shape02 {
        max-width: 300px;
        bottom: -235px;
    }
    .catalog-inner h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .about-image img {
        max-width: 100%;
    }
    .content-block::before {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .nav-btn {
        display: none;
    }
    .site-nav {
        position: static;
    }
    .container {
        max-width: 98%;
    }
    .site-nav .navbar-nav .nav-item .nav-link {
        padding: 10px 0px;
        border-bottom: 1px solid #00000030;
    }
    .site-nav .navbar-nav .nav-item:first-child {
        padding-top: 30px;
    }
    .site-nav .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0px solid #00000030;
    }
    .h1 {
        font-size: 46px;
        line-height: 50px;
    }
    .home-hero {
        padding-top: 110px;
    }
    img.hero-featured {
        top: 18%;
    }
}
@media screen and (max-width: 767px) {
    a.cta-hero {
        margin-bottom: 15px;
    }
    img.hero-featured {
        top: 18%;
        display: none;
    }
    .home-hero-content {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
    a.cta-hero {
        margin-bottom: 15px;
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .h2 {
        font-size: 32px;
    }
    .about-content {
        text-align: center;
    }
    .h3 {
        font-size: 26px;
        line-height: 50px;
    }
    .catalog-featured img.cat-featured-image {
        max-width: 320px;
        margin-left: -10%;
    }
    img.featured-shape01 {
        display: none;
    }
    .catalog-content {
        padding-top: 20px;
        max-width: 100%;
        padding-left: 0;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
    img.featured-shape02 {
        max-width: 230px;
        bottom: -230px;
    }
    .catalog-inner {
        text-align: center;
    }
    .catalog-inner a {
        margin-left: auto !important;
        margin-right: auto;
    }
    img.footer-shape {
        right: 50px;
        top: -50px;
        max-width: 40px;
    }
    .footer-social {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-social ul li {
        display: inline-block;
        margin-right: 15px;
        margin-left: 15px;
    }
    .footer {
        text-align: center;
    }
    .footer p {
        margin-bottom: 20px;
    }
    .footer p a {
        display: block;
    }
    .content-block {
        padding: 45px 20px;
    }
    img.catalog-shape {
        display: none;
    }
    img.catalog-shape01 {
        bottom: 190px;
    }
    .our-catalog {
        background-size: cover;
        background-position: center;
    }
}
