@font-face {
    font-family: 'helv';
    src: url('../../font/db_helvethaica_x_li_v3.2-webfont.woff2') format('woff2'), url('../../font/db_helvethaica_x_li_v3.2-webfont.woff') format('woff');
    font-weight: 400;
}

.top-bg-div {
    background-image: url(../../images/top-bg-about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 230px;
    color: #1f97b0;
    font-size: 2rem;
    padding-top: 95px;
    background-position: right;
}

.top-bg-div.facilities {
    background-image: url(../../images/top-bg-facilities.jpg);
}

.top-bg-div .txt-h {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: auto;
    display: inline-block;
    padding: 1rem;
    padding-left: 0;
}

.about-content h2 {
    color: #1f97b0;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
    font-weight: 400;
}

.about-content h3 {
    color: #1f97b0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
}

.txt-blue {
    color: #1f97b0;
    font-size: 1.7rem;
}

.about-content-div {
    margin-bottom: 3rem;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: url(../../images/shadow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #292929;
    font-weight: 400;
}

.about-content-div-box {
    padding: 4rem;
    background-color: #fff;
}

.fac-img {
    margin: auto;
    display: block;
    width: 80%;
}

.fac-thumb {
    margin: auto;
    display: inline-block;
    width: 25%;
    padding: 10px;
}

.fac-thum-div {
    background-size: 100%;
    display: inline-block;
    width: 24%;
    padding: 10px;
    height: 100px;
    cursor: pointer;
    overflow: hidden;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.fac-thum-div img {
    width: 100%;
}

@media (max-width: 991px) {
    .top-bg-div {
        padding-top: 0px;
        height: 120px;
        font-size: 3rem;
        padding-left: 0;
    }
    .fac-thum-div {
        width: 49%;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .about-content-div-box {
        padding: 1.5rem;
    }
}