.wp-block-custom-ccfiscali-blocks-alternative-text-image {
    height: auto;
    min-height: 485px;
}

.wp-block-custom-ccfiscali-blocks-alternative-text-image .image-align-left {
    flex-direction: row;
}

.wp-block-custom-ccfiscali-blocks-alternative-text-image .image-align-right {
    flex-direction: row-reverse;
}

.wp-block-custom-ccfiscali-blocks-alternative-text-image .block-wrapper {
    height: 100%;
    min-height: 485px;
}

.wp-block-custom-ccfiscali-blocks-alternative-text-image .block-wrapper .block-element {
    display: flex;
    align-items: center;
    width: 50%;
    min-height: 485px;
    background-color: #f4f4f5;
}

.wp-block-custom-ccfiscali-blocks-alternative-text-image a {
    font-size: inherit;
}

.wp-block-custom-ccfiscali-blocks-alternative-text-image .image {
    width: 100%;
    height: 100%;
    min-height: 485px;
}

.wp-block-custom-ccfiscali-blocks-alternative-text-image .text {
    width: 570px;
    min-height: 485px;
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: lighter;
    line-height: 36px;
}

.wp-block-custom-ccfiscali-blocks-alternative-text-image .image-align-left .text {
    padding: 150px 0 150px 100px;
    margin-right: auto;
}

.wp-block-custom-ccfiscali-blocks-alternative-text-image .image-align-right .text {
    padding: 150px 100px 150px 0;
    margin-left: auto;
}

.block-editor-block-list__block[data-type='custom-ccfiscali-blocks/alternative-text-image'] {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .wp-block-custom-ccfiscali-blocks-alternative-text-image,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .block-wrapper,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .block-wrapper .block-element,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .image,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .block-wrapper .block-element,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .text {
        min-height: 350px;
    }

    .wp-block-custom-ccfiscali-blocks-alternative-text-image .image-align-right .text,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .image-align-left .text {
        padding: 80px 50px;
    }
}

@media screen and (max-width: 992px) {
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .block-wrapper .block-element {
        width: 100%;
    }

    .wp-block-custom-ccfiscali-blocks-alternative-text-image .image-align-left {
        flex-direction: unset;
    }

    .wp-block-custom-ccfiscali-blocks-alternative-text-image .text {
        width: 100%;
    }

    .wp-block-custom-ccfiscali-blocks-alternative-text-image .image-align-right .text {
        margin-left: 0;
    }

    .wp-block-custom-ccfiscali-blocks-alternative-text-image,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .block-wrapper,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .block-wrapper .block-element,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .image,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .block-wrapper .block-element,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .text {
        min-height: 200px;
    }
}

@media screen and (max-width: 576px) {
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .text {
        font-size: 20px;
    }

    .wp-block-custom-ccfiscali-blocks-alternative-text-image .image-align-right .text,
    .wp-block-custom-ccfiscali-blocks-alternative-text-image .image-align-left .text {
        padding: 30px;
    }
}