.omt-left-right-image-content {
    padding-top: var(--wp--preset--spacing--40, 40px);
    padding-bottom: var(--wp--preset--spacing--40, 40px);
}

.omt-left-right-image-content__wrapper {
    display: flex;
    gap: var(--wp--preset--spacing--50, 40px);
    align-items: center;
}

.omt-left-right-image-content__wrapper.content-align-start {
    align-items: flex-start;
}

.omt-left-right-image-content__right-img .omt-left-right-image-content__image-block {
    padding-left: var(--wp--preset--spacing--90, 80px);
}

.omt-left-right-image-content__left-img .omt-left-right-image-content__image-block {
    padding-right: var(--wp--preset--spacing--90, 80px);
}

.omt-left-right-image-content__details {
    width: calc(50% - 20px);
}

.omt-left-right-image-content__txt {
    margin-bottom: var(--wp--preset--spacing--50, 40px);
}

.omt-left-right-image-content__image-block {
    width: calc(50% - 20px);
}

.omt-left-right-image-content__title {
    margin-bottom: var(--wp--preset--spacing--40, 32px);
    font-weight: 600;
}

.omt-left-right-image-content__main-title {
    text-align: center;
}


.omt-left-right-image-content__image {
    object-fit: cover;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.omt-left-right-image-content__top {
    color: var(--wp--preset--color--neutral-700, #363330);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: var(--wp--preset--spacing--30, 32px);
    font-family: var(--font--subtitle);
}

.omt-left-right-image-content__button-list {
    display: flex;
    gap: var(--wp--preset--spacing--10, 12px);
}

.omt-left-right-image-content__has-large-img .omt-left-right-image-content__image-block {
    width: 66.66%;
    padding: 0;
}

.omt-left-right-image-content__has-large-img .omt-left-right-image-content__details {
    width: calc(33.33% - 20px);
}

.omt-left-right-image-content__has-large-img .omt-left-right-image-content__image {
    height: auto;
    width: 100%;
    max-height: unset;
}

@media (max-width:1200px) {
    .right-image-block {
        padding-left: 0;
    }

    .left-image-block {
        padding-right: 0;
    }

    .omt-left-right-image-content__right-img .omt-left-right-image-content__image-block {
        padding-left: 0;
        padding-top: var(--wp--preset--spacing--60, 50px);
    }

    .omt-left-right-image-content__left-img .omt-left-right-image-content__image-block {
        padding-right: 0;
        padding-bottom: var(--wp--preset--spacing--60, 50px);
    }

    .omt-left-right-image-content__has-large-img .omt-left-right-image-content__image-block {
        width: 50%;
    }

    .omt-left-right-image-content__has-large-img .omt-left-right-image-content__details {
        width: calc(50% - 20px);
    }
}

@media (max-width:767px) {

    .omt-left-right-image-content__details,
    .omt-left-right-image-content__image-block {
        width: 100%;
    }

    .omt-left-right-image-content__wrapper {
        flex-direction: column;
        gap: var(--wp--preset--spacing--30, 24px);
    }

    .omt-left-right-image-content__right-img {
        flex-direction: column;
    }

    .omt-left-right-image-content__txt {
        margin-bottom: var(--wp--preset--spacing--40, 32px);
        color: var(--wp--preset--color--neutral-900, #191919);
    }

    .omt-left-right-image-content__image {
        max-height: 400px;
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .omt-left-right-image-content {
        padding-top: var(--wp--preset--spacing--20, 20px);
        padding-bottom: var(--wp--preset--spacing--20, 20px);
    }

    .omt-left-right-image-content__has-large-img .omt-left-right-image-content__image-block {
        width: 100%;
    }

    .omt-left-right-image-content__has-large-img .omt-left-right-image-content__details {
        width: 100%;
    }
}