@media (max-width: 1200px) {

    .row .inner {
        width: 100%;
        margin-left: initial;
    }

    .hero-banner .container {
        padding: 0 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .hero-banner .container .body {
        max-width: 300px;
    }
    .hero-banner .container .title h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .title-section h2 {
        font-size: 2.1125em;
        line-height: 30px;
    }

    .section-cases .boxes .col .box h3 {
        font-size: 1.15em;
    }

    .section-skills .boxes .col .box .info h3 {
        font-size: 3.5em;
    }

    .section-about .col.info h2 {
        font-size: 2.1em;
    }

    .section-forms .col .box h2 {
        font-size: 1.55em;
    }
}

@media (max-width: 992px) {

    .topbar .menu-toggle {
        display: inline-block;
    }
    .topbar .col.menu, 
    .topbar .col.networks {
        display: none;
    }

    .menu-sidebar.active {
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    .hero-banner .container .desc p {
        color: #cfcfcf;
    }
    .section-about .col {
        width: 50% !important;
    }
    .section-about .col.info h2 {
        margin-bottom: 20px;
    }

    .blog-catalog .boxes .col,
    .blog-single .wrap > .col,
    .blog-single .wrap > .col.post-area .container .col {
        display: block;
        width: 100% !important;
    }
    .blog-single .wrap > .col.post-area .heading h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .blog-single .wrap > .col.post-area .heading h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .blog-catalog .boxes .col.sidebar::before,
    .blog-single .wrap > .col.post-area .container .col.sidebar::before {
        position: absolute;
        content: '';
        left: 15px;
        right: 15px;
        top: 0;
        height: 1px;
        background-color: var(--gray-light);
    }
}

@media (max-width: 768px) {

    .hero-banner {
        padding-top: initial;
        height: 700px;
    }
    .hero-banner .bg.desktop {
        display: none;
    }
    .hero-banner .bg.mobile {
        display: block;
        background-size: cover;
    }
    .hero-banner .container {
        justify-content: flex-start;
        bottom: 60px;
        top: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .hero-banner .form input[type="email"], 
    .hero-banner .form input[type="submit"] {
        width: 280px;
    }
    .hero-banner .form input[type="submit"] {
        margin-left: 0;
        margin-top: 15px;
    }

    .section-cases .boxes .col,
    .section-skills .boxes .col,
    .section-forms .col {
        width: 100%;
    }

    .section-about .col {
        width: 100% !important;
    }

    .section-skills .boxes .col .box .info h3 {
        font-size: 2.5em;
        line-height: 40px;
    }

    .section-forms .col .box form input[type="submit"] {
        width: 100%;
    }

    .title-section h2 {
        font-size: 1.75em;
    }

    .section-about {
        padding: 60px 0 0 0;
    }
    .section-about .col.info.mobile {
        display: block;
    }
    .section-about .col.info.desktop {
        display: none;
    }
    .section-about .col.info,
    .section-about .col.midias {
        padding: 15px;
    }
    .section-about .col.midias .actions {
        display: flex;
    }

    .section-forms .col .box {
        padding: 40px;
    }

    .footer {
        padding-top: 20px;
    }
    .footer .col:nth-child(1),
    .footer .col:nth-child(2),
    .footer .col:nth-child(3) {
        width: 100%;
    }
    .footer .col .networks {
        text-align: center;
    }

    .section-skills::before {
        left: 15px;
        right: 15px;
    }
    .copy span::before {
        left: 0;
        right: 0;
    }

    .blog-catalog .boxes .col.posts .box .thumb, 
    .blog-catalog .boxes .col.posts .box .details {
        display: block;
        width: 100%;
    }
    .blog-catalog .boxes .col.posts .box .thumb {
        margin-bottom: 15px;
    }
}