.layout-title_three_images .inner-middle-container {
    display: flex;
    gap: 2px;
}
/* theContent */
.layout-title_three_images .theContent h1,
.layout-title_three_images .theContent h2,
.layout-title_three_images .theContent h3,
.layout-title_three_images .theContent h4,
.layout-title_three_images .theContent h5,
.layout-title_three_images .theContent h6,
.layout-title_three_images .theContent p {
    font-size: calc(0.875rem + ((1vw - 0.2rem) * 0.2206)); /* 14 - 17 */
    line-height: 157%;
    font-family: var(--font-b);
font-weight: 300;
}

@media(min-width: 1680px) {
    .layout-title_three_images .theContent h1,
    .layout-title_three_images .theContent h2,
    .layout-title_three_images .theContent h3,
    .layout-title_three_images .theContent h4,
    .layout-title_three_images .theContent h5,
    .layout-title_three_images .theContent h6,
    .layout-title_three_images .theContent p {
        font-size: 1.0625rem; /* 17 */
        line-height: 147%;
    }
}
