.buttonLanguaje {
    display: block !important;
}

.bannerSection {
    display: flex;
    align-items: center;
    height: 60vh;
    padding: 0 150px;
}

.urgentcareBanner {
    background: url("../images/law.jpg?time=323232");
    background-size: cover;
    background-position: center;
}

.workersBanner {
    background: url("../images/workers_compensations_banner_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.autoBanner {
    background: url("../images/law.jpg?time=323232");
    background-size: cover;
    background-position: center;
}

.fallBanner {
    background: url("../images/slip_and_falls_banner_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.sportsBanner {
    background: url("../images/sports_injuries_banner_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.bannerSection h1 {
    font-size: 80px;
    color: white;
    line-height: 1;
}

.bannerSection span {
    font-size: 120px;
    line-height: 1;
}

.bannerSection p {
    font-size: 30px;
    font-weight: 600;
    color: white;
    line-height: 1;
}

.infoSection {
    padding: 100px 150px;
}

.infoSection .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.infoSection .card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 5px 100px 5px 100px;
    overflow: hidden;
    height: 300px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.infoSection .card h2 {
    background: transparent;
    border-radius: 0;
    padding: 0;
    line-height: .8;
    color: #ff9000;
    font-size: 40px;
}

.infoSection .card span {
    color: white;
    font-size: 25px;
}

.infoSection .card a {
    background: white;
    color: #002d4e;
    font-weight: 600;
    margin-top: 20px;
    padding: 5px 30px;
    border-radius: 5px;
    transition: .25s;
}

.infoSection .card a:hover {
    background: #ff9000;
    cursor: pointer;
}

.infoSection .card .textContain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.infoSection .workersCard .textContain {
    background: url("../images/workers_compensations_city_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.infoSection .autoCard .textContain {
    background: url("../images/auto_accidents_city_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.infoSection .slipCard .textContain {
    background: url("../images/slip_and_falls_city_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.infoSection .sportCard .textContain {
    background: url("../images/sports_injuries_city_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.infoSection .workersCard .imageContain {
    background: url("../images/workers_compensations_city_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.infoSection .autoCard .imageContain {
    background: url("../images/auto_accidents_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.infoSection .slipCard .imageContain {
    background: url("../images/slip_and_falls_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.infoSection .sportCard .imageContain {
    background: url("../images/sports_injuries_background_injury_doctors_nyc.jpg");
    background-size: cover;
    background-position: center;
}

.infoSection h2 {
    color: white;
    width: fit-content;
    font-size: 20px;
    background: #002d4e;
    padding: 10px 30px;
    border-radius: 50px;
}

.infoSection .subtitle {
    color: #002d4e;
    font-size: 18px;
    background: transparent;
    padding: 0;
}

.infoSection ul {
    font-size: 15px;
    padding-left: 18px;
}

.infoSection ol {
    font-size: 15px;
    padding-left: 15px;
}

.infoSection .contain ul a {
    color: #002d4e;
    transition: .1s;
}

.infoSection .contain ul a:hover {
    color: #ff9000;
}

.appoitnmentButton {
    padding: 10px 20px;
    margin-bottom: 20px;
    color: white;
    background-color: #ff9000;
    border-radius: 20px;
    transition: .25s;
}

.appoitnmentButton:hover {
    background: #002d4e;
    transition: .25s;
}

@media (max-width: 996px) {
    .bannerSection {
        height: 30vh;
        padding: 0 20px;
        justify-content: center;
        text-align: left;
    }
    .bannerSection h1 {
        font-size: 40px;
    }
    .bannerSection span {
        font-size: 50px;
    }
    .bannerSection p {
        font-size: 25px;
    }
    .infoSection {
        padding: 50px 20px;
    }
    .infoSection .row {
        display: grid;
        grid-template-columns: 1fr;

    }
    .infoSection .card {
        grid-template-columns: 60% 40%;
        border-radius: 0 100px 0 100px;
        border-radius: 0 50px 0 50px;
        height: 200px;
    }
    .infoSection .card h2 {
        line-height: 1;
        font-size: 25px;
    }
    .infoSection .card span {
        font-size: 20px;
    }
    .infoSection h2 {
        font-size: 18px;
        padding: 20px 20px;
        margin-left: -20px;
        border-radius: 0 50px 50px 0;
    }
    .infoSection .subtitle {
        font-size: 18px;
        padding: 0;
        margin-left: 0;
        border-radius: 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;
    }
}