.preFooterButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 149px;
    width: fit-content;
    height: 32px;
    border: none;
    border-radius: 8px;
    gap: 2px;
    background: #FFFFFF;
}

.preFooterButton img {
    width: 18px;
    height: 18px;
}

@media (min-width: 1280px) {

    .preFooterButtonLong {
        padding-left: 12px;
        padding-right: 12px;
    }

    .preFooter {
        display: flex;
        flex-direction: column;
        gap: 40px
    }

    .preFooterContainer {
        padding-top: 64px;
        padding-bottom: 40px;
        gap: 40px;
    }

    .preFooterLeft {
        display: flex;
        flex-direction: column;
        max-width: 580px;
    }

    .preFooterTitle {
        margin-bottom: 16px;
    }

    .preFooterDescription {
        margin-bottom: 32px;
    }

    .preFooterImageContainer {
        max-width: 580px;
        max-height: 232px;
    }

    .preFooterImageContainer img {
        width: 100%;
        height: 100%;
        max-width: 476px;
        max-height: 232px;
        padding-left: 104px;
    }

}




@media (max-width: 780px) {

    .preFooterButtonLong {
        padding-left: 12px;
        padding-right: 12px;
    }

    .preFooter {
        display: flex;
        flex-direction: column;
        gap: 40px
    }

    .preFooterContainer {
        padding-top: 64px;
        padding-bottom: 40px;
        gap: 40px;
    }

    .preFooterLeft {
        display: flex;
        flex-direction: column;
        max-width: 580px;
    }

    .preFooterTitle {
        margin-bottom: 16px;
    }

    .preFooterDescription {
        margin-bottom: 32px;
    }

    .preFooterImageContainer {
        max-width: 580px;
        max-height: 232px;
    }

    .preFooterImageContainer img {
        width: 100%;
        height: 100%;
        max-width: 476px;
        max-height: 232px;
        padding-left: 104px;
        display: none
    }

}
