@media (min-width: 1280px) {
    .bigCardBlockTextSectionTitle {
        margin: 0 0 40px;
    }

    .bigCardImageTitle {
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: left;

    }

    .bigCardBlockTextItem {
        display: flex;
        flex-direction: row;
        gap: 40px;
        margin-bottom: 64px;
    }

    .bigCardBlockTextItem:last-child {
        margin-bottom: 0;
    }

    .rowReverse {
        flex-direction: row-reverse;
    }

    .bigCardBlockImageContainer {
        width: 100%;
        max-width: 580px;
        max-height: 320px;
        display: flex;
    }

    .bigCardBlockImageContainer__right img {
        margin-left: auto;
    }

    .bigCardBlockImageContainer img {
        max-width: 512px;
        width: 100%;
        height: 100%;
    }

    .bigCardBlockTextContainer {
        width: 100%;
        max-width: 580px;
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        margin-top: auto;
        margin-bottom: auto;
    }

    .learnMoreButton {
        width: fit-content;
        height: 32px;
        padding: 0 12px;
        border-radius: 8px;
        border: 1px solid #0D3051;
        gap: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .learnMoreButton:hover {
        cursor: pointer;
    }

    .learnMoreButton img {
        width: 18px;
        height: 18px;
    }
}