.bannerSection {
    display: flex;
    align-items: center;
    height: 60vh;
    padding: 0 150px;
}

.orthopedicBanner {
    position: relative;
    background-size: cover;
    background-position: center;
}

.orthopedicimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.painBanner {
    position: relative;
    background-size: cover;
    background-position: center;
}

.sectionimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}


.physiatristBanner {
    position: relative;
    background-size: cover;
    background-position: center;
}

.physiatristimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}


.neurologistBanner {
    position: relative;
    background-size: cover;
    background-position: center;
}
.neurologistimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.spineBanner {
    position: relative;
    background-size: cover;
    background-position: center;
}
.spineimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}


.diagnosticBanner {
    position: relative;
    background-size: cover;
    background-position: center;
}
.diagnosticimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.bannerSection h1 {
    font-size: 80px;
    color: white;
    line-height: 1;
}

.bannerSection span {
    font-size: 100px;
    line-height: 1;
}

.infoSection {
    padding: 100px 150px;
}

.infoSection h2 {
    color: white;
    width: fit-content;
    font-size: 20px;
    background: #002d4e;
    padding: 10px 30px;
    border-radius: 50px;
}

.infoSection ul {
    font-size: 15px;
    padding-left: 18px;
}

.infoSection ol {
    padding-left: 15px;
}

.listBold {
    font-weight: bold;
    color: #002d4e;
}

@media (max-width: 996px) {
    .bannerSection {
        height: 30vh;
        padding: 0 20px;
        justify-content: center;
        text-align: center;
    }
    .bannerSection h1 {
        font-size: 35px;
    }
    .bannerSection span {
        font-size: 40px;
    }
    .infoSection {
        padding: 30px 20px;
    }
    .infoSection p {
        text-align: center;
    }
    .infoSection h2 {
        font-size: 18px;
        padding: 20px 20px;
        margin-left: -20px;
        border-radius: 0 50px 50px 0;
    }
    .infoSection ul {
        padding-left: 20px;
        font-size: 14px;
    }
    .infoSection ol {
        padding-left: 20px;
        font-size: 14px;
    }
    .spineBanner {
        background: url("../images/Spine Specialist Background - Injury Doctors NYC.jpg");
        background-size: cover;
        background-position: center right -50px;
    }
}