.wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2{
    display: flex;
    align-items: stretch;
}

.wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-image {
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
}

.wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: none;
}

.wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-content {
    flex: 1;
    width: 50%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
flex-direction: column;
justify-content: center;
}

.wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-content h2 {
    font-weight: 700;
    font-size: 47px;
    line-height: 56px;
    margin: 58px 46px 30px 46px !important;
}

.wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-content p {
    margin-bottom: 30px;
    padding-right: unset;
    margin-left: 46px;
    margin-right: 46px;
    font-weight: 500;
}

.wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-content .wp-block-button__link{
    width: fit-content;
    margin-left: 46px;
    margin-right: 46px;
    text-decoration: none;
    font-weight: 600;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 58px;
}

.wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2.row-reverse {
    flex-direction: row-reverse;
}

.wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2.row-reverse .post-content {
    flex: 0 0 47%;
}




@media only screen and (max-width: 781px) {


    .wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 {
        display: flex;
        align-items: center;
    }

    .wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-image {
        flex: unset;
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100% !important;
    height: 100% !important;
    }

    .wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-image img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-content {
        flex: unset;
        width: 100% !important;
        height: 100% !important;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: unset !important;
        padding-bottom: unset !important;
        display: flex;
flex-direction: column;
justify-content: center;
    }

    .wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-content h2 {
        font-weight: 700;
        font-size: 27px;
        line-height: 40px;
        margin: 46px 46px 20px 46px !important;
    }
    .wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-content p {
        margin-bottom: 2rem;
        padding-right: unset;
        margin-left: 46px;
        margin-right: 46px;
        font-weight: 500;

    }
    .wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2 .post-content .wp-block-button__link{
        width: fit-content;
    margin-left: 46px;
    margin-right: 46px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 46px;
    }


    .wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2.row-reverse {
        flex-direction: row-reverse;

        
    }

    .wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2.row-reverse .post-content {
        flex: 0 0 47%;
        
    }

    .wp-block-artcloud-blocks-artcloud-highlight .image-cards.style2.row-reverse .post-content p {
        color: var(--wp--preset--color--black);
    }

}