/* ==============================================================================

  BREAK SECTION

============================================================================== */

.break-section {
    height: 630px;
    position: relative;
    margin: var(--g80) 0;
}

.break-section img,
.break-section picture {
    position: absolute;
    width: auto;
    left: 50%;
    translate: -50%;
    height: 100%;
    bottom: 0;
    object-position: center;
    object-fit: contain ;
}

.break-section .jar {
    transition-duration: .4s !important;
}

.break-section:hover .jar {
    transform: translateY(0);
}

.break-section * {
    position: relative;
}

.break-section h2 {
    font-size: 29px;
    font-weight: 900;
    margin-top: var(--g40);
    color: white;
    margin-bottom: var(--g4);
}

.break-section p {
    font-size: 15px;
    color: #AAAAA9;
    margin-bottom: var(--g20);
}

.break-section .button-main {
    font-size: 14px;
}

/* =======================================
  BREAKPOINT 1
======================================= */

@media (max-width: 1340px) {

    
    /* ==============================================================================

        HERO

    ============================================================================== */

    .break-section {
        height: 500px;
    }


    .break-section h2 {
        font-size: 28px;
    }

    .break-section p {
        font-size: 14px;
    }

    .break-section .button-main {
        font-size: 13px;
    }

    
}

@media (max-width: 1027px) {

    /* ==============================================================================

        HERO

    ============================================================================== */

    .break-section {
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 14% !important;
        height: auto;
        text-align: center;
        aspect-ratio: 1 / 1;
    }


    .break-section h2 {
        font-size: 30px;
    }

    .break-section p {
        font-size: 15px;
    }

    .break-section .button-main {
        font-size: 14px;
    }

    
}

@media (max-width: 703px) {

    /* ==============================================================================

        HERO

    ============================================================================== */

    .break-section {
        aspect-ratio: 1 / 1.2;
        padding-bottom: 17% !important;
    }


    .break-section h2 {
        font-size: 26px;
    }

    .break-section p {
        font-size: 13px;
    }

    .break-section .button-main {
        font-size: 12.5px;
    }

    
}