.main-page-header {
    box-sizing: border-box;
    background-image: url("/assets/images/resource/page-header-bg.png");
    margin: 0 auto;
    margin-top: 160px;
    border-radius: 13px;
    width: 98%;
    margin-inline: auto;
    padding-inline: 24px;
    padding-block: 100px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.main-page-header h1 {
    margin: 0;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    /* line-height: 1.1; */
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 16px;
}

.main-page-header p {
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
}

@media only screen and (max-width:1200px) {
    .main-page-header {
        margin-top: 150px !important;
    }
}

@media only screen and (max-width:990px) {
    .main-page-header {
        margin-top: 80px !important;
    }

    .main-page-header h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:676px) {
    .main-page-header h1 {
        font-size: 32px;
    }

    .main-page-header p {
        font-size: 14px;
    }
}

@media only screen and (max-width:420px) {
    .main-page-header h1 {
        font-size: 28px;
    }

    .main-page-header p {
        font-size: 13px;
    }
}

.hospital-guide-wrapper {
    padding: 24px 16px;
    /* background-color: #fff; */
    background-color: #ecf5ff;

    margin: 16px;
    border-radius: 17px;
}

.divider-header {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #ed3438;
    padding-block: 16px;
    padding-block-end: 30px;
}

.divider-header h2,
.divider-header p {
    width: 50%;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: #000;
}

.divider-header h2 {
    color: #3E4095;
}

@media only screen and (max-width:767px) {
    .divider-header {
        flex-direction: column;
    }

    .divider-header h2,
    .divider-header p {
        width: 100%;
    }

    .divider-header h2 {
        margin-bottom: 10px;
    }
}

/* Ambulance services Section */

.ambulance-services-section {
    margin-inline: 48px;
}

.ambulance-services-section .ambulance-bg {
    background-image: url("../images/resource/ambulance-services/ambulance-services-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    border-radius: 17px;
    padding: 16px 30px;
}

@media only screen and (max-width:767px) {
    .ambulance-services-section {
        margin-inline: 0;
    }

    .ambulance-content {
        margin: 0 !important;

    }
}

.ambulance-content {
    background: linear-gradient(to right, #E5F1FF, #E5F1FF);
    padding: 40px;
    margin: 20px;
    border-radius: 17px;
}

.ambulance-content .divider {
    height: 2px;
    width: 90%;
    background-color: #ED3438;
    margin-block: 24px;
}

.ambulance-content h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #3E4095;
    margin: 0;
}



.ambulance-content p {
    color: #000;
}

.ambulance-content .danger a {
    color: #ED3438;
    font-weight: 500;
}