main section.content-area div.table {
    overflow: scroll;
}
main section.content-area table {
    margin-top: 1rem;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    caption-side: bottom;
}
main section.content-area table.big {
    font-size: 0.75rem;
}
main section.content-area table a {
    color: #b2c4b4;
}
main section.content-area table a:hover {
    color: #104551;
    transition: color 250ms;
}
main section.content-area table th,
main section.content-area table td {
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    text-align: center;
}
main section.content-area table th:first-child,
main section.content-area table td:first-child {
    text-align: left;
    font-weight: bold;
}
main section.content-area table tbody tr:hover td:nth-child(1) {
    background-color: #fbc300;
}
main section.content-area table tbody tr:hover {
    background-color: #6666;
}
main section.content-area h1 {
    font-size: 2.2rem;
}
main section.content-area h2 {
    font-size: 1.8rem;
}
main section.content-area h3 {
    font-size: 1.6rem;
}
main section.content-area h4 {
    font-size: 1.4rem;
}
main section.content-area h5 {
    font-size: 1.2rem;
}
main section.content-area h6 {
    font-size: 1rem;
}
main section.content-area div.blockInnerContent figure.doctor-photo {
    float: left;
}
main section.content-area figure.doctor-photo {
    float: left;
}
main section.content-area figure.doctor-photo:nth-child(even) {
    float: right;
}
main section.content-area a,
main section.content-area a:visited {
    text-decoration: underline;
    color: #104551;
}
.service-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 1.5rem 1rem 0;
}
main section.content-area .service-links a,
main section.content-area .service-links a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 18px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    color: #0f5f1e;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
main section.content-area .service-links a:hover {
    background: #f7faf7;
    border-color: #bfcfbf;
    transform: translateY(-1px);
}
main section.content-area img {
    max-width: 100%;
    max-height: 20rem;
}
main section.content-area img.image {
    float: left;
    width: 320px;
    height: 320px;
}
main section.content-area img.small-image {
    margin: 0 1rem;
    width: 160px;
    height: auto;
    float: left;
}
main section.content-area div.images {
    display: flex;
    height: 20rem;
    overflow: hidden;
}
main section.content-area div.images img {
    margin-right: 1rem;
}
.hours-list {
    margin: 1rem 0 0 2rem;
    text-align: left;
}
.hours-list li {
    margin: 0.4rem 0;
}
.hours-list .dayName {
    font-weight: 700;
}