@media (min-width: 1280px) {
    .bigImageWithTextSection {
        margin-top: 0 !important;
        margin-bottom: 80px !important;
        justify-content: unset;
    }

    .bigImageWithTextContainer {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

    .bigImageWithTextImageContainer {
        width: 100%;
        max-width: 787px;
        max-height: 493px;
    }

    .bigImageWithTextImageContainer img {
        width: 100%;
        height: 100%;
    }

    .bigImageWithTextTextContainer {
        width: 100%;
        max-width: 373px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-self: flex-start;
    }

    .bigImageWithTextTitle {
        font-family: Montserrat, sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -0.02em;
        text-align: left;
        margin-top: 0;
        margin-bottom: 16px !important;
    }

    .bigImageWithTextText {
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
    }


}
