/* 481px - 833px */
@media (min-width: 481px) and (max-width: 833px) {

    /* STYLE */
    .mobile {
        display: block;
    }
    /* STYLE */

    /* SESSION CONTENT Parts Department 1 */
    section#session-content-promo-1 {
        padding: 7rem 0 3rem;
        background-repeat: no-repeat;
        background-position: center 7rem;
        background-size: 100%;
        min-height: auto;
        border-bottom: none;
    }
    .box-session-content-promo-1 {
        display: grid;
        align-items: start;
        align-content: center;
        justify-content: center;
    }
    h1.session-content-promo-1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
        text-align: center;
        padding: 0rem var(--bs-gutter-x, .75rem) 5rem;
    }
    .box-form-session-content-promo-1{
        padding: 2rem 1rem;
        margin-top: 0;
    margin-bottom: 0;
    }
    .box-text-session-content-promo-1 {
        padding: 0 0rem 0 0;
    }
    .box-whats{
        padding-bottom: 2rem;
    }
    .hero-background-img img{
        width: 400%;
        height: auto;
        object-fit: cover;
        margin-left: -32rem;
        margin-top: -15rem;
    }
    
    /* SESSION CONTENT Parts Department 1 */
}