:root {
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-height: 4px;
}

section.intro {
    padding: 0 0;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #312664;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
}

section.intro h1 {
    color: #fff;
    font-size: 55px;
    text-align: center;
}

section.intro .links {
    margin-top: 20px;
}

section.intro .links .link {
    display: inline-block;
    padding: 15px 60px;
    font-size: 18px;
    border-radius: 40px;
    margin-right: 20px;
}

section.clinics {
    margin: 50px 0;
}

section.clinics h2 {
    text-align: center;
    color: #312664;
    margin-bottom: 40px;
}

section.clinics .items {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 60px;
}

section.clinics .items .item {
    min-width: 300px;
    max-width: 400px;
    -webkit-box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
    -moz-box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
    box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
    border-radius: 10px;
    padding-bottom: 20px;
}

section.clinics .items .item img {
    width: 100%;
}

section.clinics .items .item .title {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
    color: #312664;
    font-weight: bold;
}

section.clinics .items .item .desc {
    color: #312664;
    font-size: 18px;
    text-align: center;
    margin-top: 2px;
}

section.clinics .swiper-pagination-bullet {
    border-radius: 7.5px;
}

#map {
    min-height: 600px;
    width: 100%;
}

.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}
.custom-map-control-button:hover {
    background: #ebebeb;
}

section.map {
    position: relative;
    margin: 50px 0;
}

section.map h2 {
    text-align: center;
    color: #312664;
    margin-bottom: 40px;
}

section.map .box {
    height: 600px;
    background-color: #ccc;
}

@media screen and (max-width: 992px) {
    section.intro {
        background-size: cover;
    }
    section.intro h1 {
        font-size: 32px;
        text-align: center;
    }
    section.clinics h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    section.map h2 {
        font-size: 24px;
    }
}
