* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.doctors-small-hero{
    position: relative;
    height: 50vh;
}

.doctors-small-hero::before{
    background-image: url("../images/Blackdoctors\ 1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    opacity: 0.6;
    z-index: -20;
}

.doctor-info {
    background-color:#BFD2F8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.doctor-button button {
    background-color: #1F2B6C;
    color: #BFD2F8;
}

.text-section {
    background-image: url('images/symbol.png');
}

.page-select {
    color: #BFD2F8;
}

.news-select {
    color: #1F2B6C;
}

.about-us {
    background-color: #1F2B6C;
    color: white;
}