.layout-title_image_desc .brd-t {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.layout-title_image_desc .logo-container {
    width: auto;
}
.layout-title_image_desc .logo-container img {
    max-width: 35px;
    padding-top: 5px;
}
/* theContent */
.layout-title_image_desc .theContent * {
    font-size: calc(0.875rem + ((1vw - 0.2rem) * 0.4464)); /* 14 - 16 */
    line-height: 157%;
    margin-bottom: 20px;
}
.layout-title_image_desc .theContent *:last-child {
    margin-bottom: 0;
}
.layout-title_image_desc .theContent *:not(strong, b) {
    font-family: var(--font-b);
font-weight: 300;
}
@media(min-width: 768px) {
    .layout-title_image_desc .theContent * {
        font-size: calc(1rem + ((1vw - 0.48rem) * 0.1096)); /* 16 - 17 */
        line-height: 146%;
    }
}
@media(min-width: 1200px) {
    .layout-title_image_desc .theContent * {
        margin-bottom: 30px;
    }
}
@media(min-width: 1681px) {
    .layout-title_image_desc .theContent * {
        font-size: 1.0625rem; /* 17 */
        line-height: 147%;
    }
}