.wp-block-lexiclic-third-text-image {
    padding: 2rem 0;
    font-family: 'Montserrat', sans-serif;
}

.wp-block-lexiclic-third-text-image.background-main-light {
    background-color: #76194b;
}
.wp-block-lexiclic-third-text-image.background-secondary {
    background-color: #f8aa08;
}
.wp-block-lexiclic-third-text-image.background-tertiary {
    background-color: #f4eeee;
}

.wp-block-lexiclic-third-text-image .lc-card-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
@media(min-width: 992px) {
    .wp-block-lexiclic-third-text-image .lc-card-container {
        flex-direction: row;
    }
}

.wp-block-lexiclic-third-text-image .lc-card-container .lc-card {
    width: 100%;
    background-color: #ffffff;
}
.wp-block-lexiclic-third-text-image .lc-card-container .lc-card:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.wp-block-lexiclic-third-text-image.background-tertiary .lc-card-container .lc-card {
    background-color: #76194b;
}
@media (min-width: 992px) {
    .wp-block-lexiclic-third-text-image .lc-card-container .lc-card {
        margin-bottom: 2rem;
    }
    .wp-block-lexiclic-third-text-image .lc-card-container .lc-card:first-child {
        width: 33%;
    }
    .wp-block-lexiclic-third-text-image .lc-card-container .lc-card:last-child {
        width: 66%;
    }
}

.wp-block-lexiclic-third-text-image .lc-card-container .lc-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp-block-lexiclic-third-text-image .lc-card-container .lc-card:first-child img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
@media(min-width: 992px) {
    .wp-block-lexiclic-third-text-image .lc-card-container .lc-card:first-child {
        border-top-right-radius: 0;
    }
    .wp-block-lexiclic-third-text-image .lc-card-container .lc-card:last-child {
        border-top-right-radius: 20px;
    }

    .wp-block-lexiclic-third-text-image .lc-card-container .lc-card:first-child img {
        border-top-left-radius: 20px;
        border-top-right-radius: 0;
    }
    .wp-block-lexiclic-third-text-image .lc-card-container .lc-card:last-child img {
        border-top-right-radius: 20px;
    }
}

.wp-block-lexiclic-third-text-image .lc-card-container .lc-card .title-container {
    margin: 1em 0;
    padding: 0 1rem;
}

.wp-block-lexiclic-third-text-image .lc-card-container .lc-card .title-container h3 {
    color: #76194b;
    text-align: center;
}
.wp-block-lexiclic-third-text-image.background-tertiary .lc-card-container .lc-card .title-container h3 {
    color: #ffffff;
}
.wp-block-lexiclic-third-text-image .lc-card-container .lc-card .title-container h3::after {
    display: block;
    content: " ";
    width: 50px;
    margin: 0.5em auto 0 auto;
    border-bottom: 3px solid #76194b;
}
.wp-block-lexiclic-third-text-image.background-tertiary .lc-card-container .lc-card .title-container h3::after {
    border-bottom-color: #ffffff;
}

.wp-block-lexiclic-third-text-image .lc-card-container .lc-card p {
    padding: 0 1rem;
    color: #000000;
}
.wp-block-lexiclic-third-text-image.background-tertiary .lc-card-container .lc-card p {
    color: #ffffff;
}