.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: #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;
    }
}

.home-services-content {
    max-width: 1100px;
    margin: 0 auto;
}

.home-services-content h3 {
    color: #3E4095;
    font-size: 24px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    margin-block-end: 16px;
}

.home-services-content p {
    color: #555657;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

p.danger {
    color: #ed3438 !important;
    font-family: "DM Sans", Sans-Serif;
    font-size: 18px !important;
}

h3 .danger {
    color: #ed3438;
}

.home-services-content p {
    color: #555657;
    font-family: "DM Sans", Sans-Serif;
    font-size: 16px;
}

.work-list li {
    list-style-type: none;
    color: #555657;
    font-family: "DM Sans", Sans-Serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.work-list li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #ed3438;
    padding-right: 16px;
}

.note-text {
    color: #555657;
    font-family: "DM Sans", Sans-Serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.note-text .danger {
    color: #ed3438;
    font-weight: 600;
}


.simple-list li {
    list-style-type: none;
    color: #555657;
    font-family: "DM Sans", Sans-Serif;
    font-size: 16px;
    margin-bottom: 5px;

}

.simple-list li::before {
    content: "\f111";
    font-size: 5px;
    font-family: "FontAwesome";
    padding-right: 27px;
}

.get-start-cta a {
    font-family: "DM Sans", Sans-Serif;
    font-size: 20px;
    color: #3E4095;
    font-style: italic;
}