.wp-block-lexiclic-two-columns-text {
    padding: 2rem 0;
    font-family: 'Montserrat', sans-serif;
}

.wp-block-lexiclic-two-columns-text.background-main-light {
    background-color: #76194b;
}
.wp-block-lexiclic-two-columns-text.background-secondary {
    background-color: #f8aa08;
}
.wp-block-lexiclic-two-columns-text.background-tertiary {
    background-color: #f4eeee;
}

.wp-block-lexiclic-two-columns-text .lc-card {
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.wp-block-lexiclic-two-columns-text.background-tertiary .lc-card {
    background-color: #76194b;
}

.wp-block-lexiclic-two-columns-text .lc-card .image-wrapper {
    position: relative;
}

.wp-block-lexiclic-two-columns-text .lc-card .image-wrapper .aspect-ratio {
    padding-bottom: 30%;
}

.wp-block-lexiclic-two-columns-text .lc-card .image-wrapper .image-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.wp-block-lexiclic-two-columns-text .lc-card .image-wrapper .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.wp-block-lexiclic-two-columns-text .lc-card .title-container {
    padding: 1em;
}

.wp-block-lexiclic-two-columns-text .lc-card .title-container h3 {
    color: #76194b;
    text-align: center;
}
.wp-block-lexiclic-two-columns-text.background-tertiary .lc-card .title-container h3 {
    color: #ffffff;
}
.wp-block-lexiclic-two-columns-text .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-two-columns-text.background-tertiary .lc-card .title-container h3::after {
    border-bottom-color: #ffffff;
}

.wp-block-lexiclic-two-columns-text .lc-card p {
    padding: 0 1rem;
    color: #000000;
}
.wp-block-lexiclic-two-columns-text.background-tertiary .lc-card p {
    color: #ffffff;
}