.site-branding h1 {
    font-size: 20px;
    line-height: normal;
    margin: 0;
    color: var(--base-white);
    font-weight: bolder;
    text-align: left;
}
.site-branding span {
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.health-care-section p {
    text-align: justify;
    color: #000;
    font-size: 16px;
}
.gallery .featured-imagebox .featured-thumbnail img {
    height: 220px;
    object-fit: cover;
    object-position: top center;
}
.hospital article.ttm-blog-classic .ttm-blog-classic-content {
    padding-left: 5px;
}
.hospital .ttm-blog-classic .entry-header .entry-title {
    font-size: 20px;
}
.sidebar-widget {
    background: var(--base-dark);
    padding: 30px 0 0;
}
.sidebar-widget h4 {
    color: var(--base-white);
    text-align: center;
}
.sidebar-widget ul {
    padding: 0;
}
.sidebar-widget li {
    list-style: none;
    border-bottom: 2px solid var(--base-skin);
    padding: 10px 20px;
    margin: 0;
}
.sidebar-widget li:hover {
    background: var(--base-skin);
}
.sidebar-widget li:last-child {
    border: none;
}
.sidebar-widget li a {
    color: var(--base-white);
}
.our-services .ttm_single_image-wrapper {
    margin-bottom: 30px;
}
.our-services .ser-cont h3 {
    color: var(--base-skin);
}
.our-services .ser-cont h4 {
    font-size: 20px;
}
.our-services .ser-cont {
    color: #333;
}
.our-services .ser-cont strong {
    color: var(--base-skin);
}
.our-services .section-title h2.title {
    font-size: 32px;
    line-height: 40px;
}
.main-services .featured-thumbnail img {
    height: 285px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
@media only screen and (max-width: 768px) {
    .ttm-header-style-01 .site-navigation .site-branding {
        padding-right: 0;
    }
    .site-branding h1 {
        font-size: 17px;
    }
    .site-branding span {
        font-size: 15px;
    }
    .featured-icon-box.style19 {
        padding: 15px 15px 20px;
        margin: 10px 0;
    }
    .gallery .featured-imagebox .featured-thumbnail img {
        height: 300px;
    }
    .testimonials.style4 .testimonial-content blockquote {
        font-size: 14px;
    }
    .page-title-heading h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .our-services .section-title h2.title {
        font-size: 24px;
        line-height: 32px;
    }
    h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .our-services .ser-cont h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .hospital article.ttm-blog-classic .ttm-blog-classic-content {
        padding-left: 20px;
    }
    .ttm-blog-classic .entry-header .entry-title {
        font-size: 20px;
        line-height: 28px;
    }
    .featured-icon-box.style16 .featured-title h3 {
        font-size: 18px;
        line-height: 26px;
    }
}
