.sub-promotion {
    position: relative;
    width: 100%;
    height: 550rem;
    display: flex;
    justify-content: center;
    background-color: #000;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.sub-promotion::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 120rem;
    background: linear-gradient(to bottom, #0000004f 0%, transparent 100%);
    z-index: 1;
}

.sub-promotion-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-p-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20rem;
    text-align: center;
    margin-top: 40rem;
}

.sub-p-text h5 {
    color: #fff;
    font-size: 55rem;
}

.sub-p-text p {
    color: #fff;
    font-size: 18rem;
    font-weight: 500;
    line-height: 1.5;
}

.sub-navigation {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    z-index: 20;
}

.sub-navBtn {
    color: rgba(255, 255, 255, .7);
    font-size: 18rem;
    padding: 18rem 40rem;
    background-color: rgba(0, 0, 0, .2);
    white-space: nowrap;
}

.sub-navBtn.show {
    color: #222 !important;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .08);
}

.sub-navBtn:hover {
    color: #fff;
}


.about {
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-size: cover;
}
.ped {
    background: url(../images/ped-bg.jpg);
    background-position: center;
    background-size: cover;
}
.clinic1 {
    background: url(../images/c1-bg.jpg);
    background-position: center;
    background-size: cover;
}
.clinic2 {
    background: url(../images/c2-bg.jpg);
    background-position: center;
    background-size: cover;
}
.clinic3 {
    background: url(../images/c3-bg.jpg);
    background-position: center;
    background-size: cover;
}

b.hl {
    box-shadow: inset 0 -10px 0 #b1cc007a;
}



/*==================================================*/
@media (max-width: 550px) {
    .sub-promotion {
        height: 600rem;
    }
    
    .sub-p-text h5 {
        font-size: 60rem;
    }
    
    .sub-p-text p {
        font-size: 22rem;
    }
    
    .sub-navBtn {
        font-size: 24rem;
    }
}
