/* Inline style block #1 from news.detail/checkup/template.php */
.checkup-name {
    color: #5a4636;
    font-size: 27px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .checkup-name {
    color: #5a4636 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    }
}


.checkup-hero-title {
    font-size: 24px !important;
}
