.layout-large_card_2_images .inner-container {
    padding: 20px !important;
    background: var(--color-white);
}
.layout-large_card_2_images .inner-container-l {
    padding-right: 1px;
}
.layout-large_card_2_images .inner-container-r {
    padding-left: 1px;
}
.layout-large_card_2_images .logo img{
    width: 88px;
    height: 88px;
}
/* theContent */
.layout-large_card_2_images .theContent h1,
.layout-large_card_2_images .theContent h2,
.layout-large_card_2_images .theContent h3,
.layout-large_card_2_images .theContent h4,
.layout-large_card_2_images .theContent h5,
.layout-large_card_2_images .theContent h6,
.layout-large_card_2_images .theContent p {
    font-size: calc(0.875rem + ((1vw - 0.2rem) * 0.4464)); /* 14 - 16 */
    line-height: 157%;
    font-family: var(--font-b);
font-weight: 300;
}

@media(min-width: 768px) {
    .layout-large_card_2_images .inner-container {
        padding: 30px 30px 40px !important;
    }
    .layout-large_card_2_images .theContent h1,
    .layout-large_card_2_images .theContent h2,
    .layout-large_card_2_images .theContent h3,
    .layout-large_card_2_images .theContent h4,
    .layout-large_card_2_images .theContent h5,
    .layout-large_card_2_images .theContent h6,
    .layout-large_card_2_images .theContent p {
        font-size: calc(1rem + ((1vw - 0.48rem) * 0.1096)); /* 16 - 17 */
        line-height: 146%;
    }
}
@media(min-width: 1681px) {
    .layout-large_card_2_images .inner-container {
        padding: 40px 30px 30px 40px !important;
    }
    .layout-large_card_2_images .theContent h1,
    .layout-large_card_2_images .theContent h2,
    .layout-large_card_2_images .theContent h3,
    .layout-large_card_2_images .theContent h4,
    .layout-large_card_2_images .theContent h5,
    .layout-large_card_2_images .theContent h6,
    .layout-large_card_2_images .theContent p {
        font-size: 1.0625rem; /* 17 */
        line-height: 147%;
    }
}