.page-head-warp_banners {
    background-image: url('img/banner.jpg');
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    padding: 15px;
    min-height: 150px;
    margin-left: -16px;
    margin-right: -16px;
}

.page-head-warp_banners .bg-colos {
    background-color: rgb(255 255 255 / 80%);
}

.page-head-warp_banners .buttons {
    margin-top: 15px;
    display: inline-flex;
}

.warp_sub_menu-page {
    justify-content: space-between;
}

.sub_menu-page ul {
    display: flex;
    gap:28px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.sub_menu-page ul li:before {
    content: none;
}

.sub_menu-page ul li {
    list-style: none;
    margin-bottom: 0;
}

.sub_menu-page ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 10px;
    transition: 0.3s;
}

.sub_menu-page ul li a:hover {
    color: #007B40;
}

.clinics-section {
    margin: 40px 0;
}

.clinics-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

.clinics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.clinic-card {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    transition: 0.3s;
}

.clinic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.clinic-icon {
    margin-bottom: 15px;
}

.clinic-text {
    font-size: 16px;
    color: #555;
    line-height: 1.4;
}

.detail {
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.detail.introtext {
    margin-bottom: 30px;
}

.detail p {
    margin-bottom: 15px;
}


.rounded-4 {
    border-radius: 8px;
    padding: 20px;
    background-color: #f8f8f8;
}

.rounded-4 p {
    margin-bottom: 0;
}

.rounded-4.bordered {
    border: 1px solid #ddd;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    margin-top: 30px;
}

h2:first-of-type {
    margin-top: 0;
}

