/* 481px - 833px */
@media (min-width: 481px) and (max-width: 833px) {

    /* STYLE */
    .mobile {
        display: block;
    }
    .container.space-990 {
        max-width: 720px;
    }
    /* STYLE */

    /* SESSION CONTENT BlogMain 0 */
    section#title-blog {
        padding: 10rem var(--bs-gutter-x, .75rem) 4rem;
        text-align: center;
    }
    section#single-blog {
        padding: 3rem var(--bs-gutter-x, .75rem) 3rem;
    }
    .main-blog {
        padding: 1rem 0;
    }
    a.h1title-blog-single {
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 400;
    }
    .col-lg-12.col-sm-12.single-blog {
        padding: 0;
    }
    section#single-blog blockquote p{
        font-size: 1.5rem;
    }
    section#single-blog .main-blog h2,section#single-blog .main-blog h3,section#single-blog .main-blog h4,section#single-blog .main-blog h5 {
        font-size: 2rem;
    }
    /* SESSION CONTENT BlogMain 0 */
    
    /* SESSION CONTENT Blog 1 */
    section#session-content-blog1 {
        padding: 10rem var(--bs-gutter-x, .75rem) 8rem;
        background-size: cover;
        text-align: center;
    }

    .box-session-content-blog1 {
        padding: 0rem var(--bs-gutter-x, .75rem);
    }

    h1.session-content-blog1 {
        font-size: 4.04094rem;
        line-height: 4.125rem;
    }

    /* SESSION CONTENT Blog 1 */

    /* SESSION CONTENT Blog 2 */
    section#session-content-blog2 {
        padding: 1rem var(--bs-gutter-x, .75rem) 3rem;
    }

    .box-img-blog {
        height: 300px;
    }
    .padding-box-blog {
        padding: 1rem var(--bs-gutter-x, .75rem);
    }

    /* SESSION CONTENT Blog 2 */

    /* SESSION CONTENT HOME 8 */
    section#session-content-home8 {
        padding: 3rem var(--bs-gutter-x, .75rem);
        text-align: center;
    }

    .box-session-content-home8 {
        padding: 3rem 0.8rem;
        background-position: -220% 100%;
        background-size: 80%;
    }

    h2.session-content-home8 {
        font-size: 2.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }

    p.p-session-content-home8 {
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.625rem;
    }
    /* SESSION CONTENT HOME 8 */

    /* FOOTER */
    .bg-blue {
        background: url(../../../../dist/images/bg-footer-mobile.svg);
        background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    section#footer {
        padding: 4rem var(--bs-gutter-x, .95rem) 2rem;
    }

    .social-icons {
        padding: 1rem 0rem 1rem;
    }

    h6.comment-footer{
        padding: 0 0 2rem;
        font-size: 1.125rem;
        line-height: 1.125rem;
    }

    .copyright {
        padding: 1rem 3rem 2rem;
    }

    img.logo-footer {
        margin: 0 auto;
        display: block;
        transform: scale(0.5);
    }

    .box-footer {
        padding: 1.5rem 0;
        transform: scale(0.8);
    }

    h6.title-menu-footer {
    }

    .menu-footer-link {
        padding: 0.5rem 0;
    }

    .newsletter.box-footer {
        padding: 1.5rem;
        transform: scale(0.8);
    }

    .btn-form {
        min-width: 8rem;
    }

    .menu-footer-link.link-copyright {
        text-align: center;
        padding: 1rem 0 1rem;
    }


    /* FOOTER */
}