.contact-small {
    width: 100%;
    height: 440px;
    background-color: var(--white);
}



.contact-background-small {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-small-section-left {
    width: 100%;
    height: 100%;
}

.contact-small-section-right {
    min-width: 696px !important;
    height: 440px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-front-container {
    position: relative;
    margin-top: -440px;
    z-index: 100;
    padding: 56px 52px 80px 52px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.small-contact-info-container {
    width: 1110px;
    height: 308px;
    background-color: var(--white);
    border-radius: 24px;
    padding: 32px 0px 32px 88px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}


.small-contact-title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.5px;
    font-weight: var(--extraBold);
}


.small-contact-secondary-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: var(--medium);
    max-width: 680px;
    margin-top: 32px;
}


.small-conact-links-container {
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}


.s-contact-link-container {
    width: 320px;
    height: 72px;
    padding: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    background-color: var(--neutral-01);
    border-radius: 32px;
    box-shadow: 1px 2px 0px 0px hsla(0, 0%, 0%, 0.1);
}

.contact-info-link-small {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--semiBold);
}





@media (width < 1200px) {


    .small-contact-info-container{
        width: 760px;
        padding: 32px 24px;


    }

}



@media (width < 1000px) {




    .contact-small-section-left{
        width: 0px;
        height: 0px;
    }

    .contact-small-section-right{
        min-width: 696px !important;
        width: 100%;
        height: 440px;

        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;

    }

}

@media (width < 880px) {



    .contact-small{
        height: auto;
    }
    .contact-small-section-left{
        width: 0px;
        height: 0px;
    }
    .small-contact-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.5px;
        font-weight: var(--extraBold);
        text-align: center;
    }
    .small-contact-secondary-title {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: center;
    }

    .contact-small-section-right{
        min-width: unset !important;
        width: 100%;
        min-height: 760px;


        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .content-front-container {
        position: relative;
        margin-top: -700px;
        z-index: 100;
        padding: 32px 32px 96px 32px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        width: 100% !important;
    }


    .small-contact-info-container {
        height: auto;
        background-color: var(--white);
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .small-conact-links-container {
        width: 100%;
        margin-top: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 24px;
    }

    .s-contact-link-container{
        width: 100%;
    }

    .contact-background-small {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

}


@media (width < 880px) {
    .content-front-container {

        padding: 32px 24px 96px 24px;



    }
}
