.serif  {
font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;}

.bg-color-1 {
    background-color: #fff;
}

.logo {
    width: 100%;
    max-width: 150px;
    display: flex;
    margin: 0 auto;
    padding: 0.9375rem 0;
}

img {
    border-radius: 5px;
}

.author-container {
display: flex;
align-items: flex-start;
gap: 10px;
max-width: 100%;
}

.author-info {
display: flex;
flex-direction: column;
align-items: normal;
text-align: left;
}

.author-text {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    color: #1a4a89;
    padding-right: 8px;
}

.date {
    font-size: 12px;
    margin: 0;
    color: #999;
}


.image-1 {
    width: 100%;
}

.main-content h3 {
    font-weight: 600;
}

.product-image {
    max-width: 350px;
}

.header-text-1 {
    font-size: 0.8125rem;
    color: #606060;
    margin: 0;
}

.header-div-2 {
    height: 1.25rem;
    border-top: 0.125rem solid #CACACA;
}

.title-1 {
    font-weight: 800;
    line-height: 1.1;
}

.subtitle-1 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4375rem;
    color: #274593;
}

.subtitle-2 {
    font-weight: 600;
    line-height: 1.2;
}

blockquote,
.blockquote {
    padding: 1rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .author-container {
    align-items: center;
    }
    .title-1 {
        line-height: 1.2;
    }
}
