body {
    margin: 0;
    padding: 0;
}

.section-serviceSelection {
    background-color: #F5F5F5;
}
.section-serviceSelection a:hover{
    color: #F5F5F5;
}

.section-serviceSelection .banner-finance {
    width: 100%;
    position: relative;
}

.section-serviceSelection .banner-finance img {
    width: 100%;
    object-fit: cover;
}

.section-serviceSelection .container-text-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 1;
}

.section-serviceSelection .text-banner {
    padding: 3rem;
}

    .section-serviceSelection .text-banner .large-heading {
        color: #00395C;
        font-size: 42px;
        line-height: 0px;
        padding-bottom: 2rem;
    }

.section-serviceSelection .text-banner .small-heading {
    color: #00395C;
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
}

.section-serviceSelection .banner-finance .button_text_container2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding: 1rem;
}

.section-serviceSelection .section-book-Service {
    background-color: #F5F5F5;
}

.section-serviceSelection .section-book-Service .container-book-online-text-content ol {
    list-style: none;
}

.section-serviceSelection .container-book-online-image {
    display: grid;
    justify-content: center;
    align-items: center;
}

.section-serviceSelection .container-book-online-image img {
    width: 100%;
}

.container-book-online-text-title {
    text-align: center;
    padding: 2rem;
}

.container-book-online {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 1rem;
    padding: 2rem;
}

.container-book-online-text-subtitle {
    border-bottom: 1px solid #00395C;
}

    .container-book-online-text-subtitle h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 80px;
    }

    .container-book-online-text-content {
        padding-top: .5rem;
    }

.container-book-online-buttons {
    padding-top: 1rem;
}

.container-book-online-text-content .button_su .button_su_inner {
    width: 224px;
}

.container-book-online-text-content .button_su2 .button_su_inner2 {
    width: 224px;
}
.section-choose-from{
    background-color: #00395C;
    color: #ffff;
}
.container-title-choose-from {
    padding: 2rem;
}
.container-choose-from {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    width: 100%;
}
.container-choose-from li{
    list-style: none;
}
#color-blue-list{
    color: #00A5E0;
}
.container-footer-section-choose-from {
    padding: 2rem;
}

@media (max-width: 1024px) {
    .section-serviceSelection .banner-finance img {
        object-position: 70%;
    }

    .section-serviceSelection .text-banner .large-heading {
        font-size: 30px;
    }

    .section-serviceSelection .text-banner .small-heading {
        font-size: 20px;
    }

    .section-serviceSelection .container-book-online {
        grid-template-columns: 100%;
    }

    .container-book-online {
        grid-template-columns: 100%;
    }

    .section-serviceSelection .container-book-online-image {
        order: -1;
    }
    .container-choose-from {
        grid-template-columns: 100%;
    }
}

@media (max-width: 700px) {
    .section-serviceSelection .banner-finance img {
        filter: brightness(90%);
    }

    .section-serviceSelection .container-text-banner {
        align-items: baseline;
    }

    .section-serviceSelection .text-banner .large-heading {
        font-size: 25px;
    }

    .section-serviceSelection .text-banner {
        padding: 2rem;
    }

    .section-serviceSelection .text-banner .small-heading {
        font-size: 15px;
    }

    .container-book-online-text-content .button_su {
        margin-bottom: 10px;
    }

    .container-book-online-text-content .button_su2 {
        margin-bottom: 10px;
    }

    .container-book-online-text-subtitle h1 {
        line-height: 30px;
    }

    .container-book-online-text-title h1 {
        font-size: 22px;
    }

    .container-book-online-text-subtitle h1 {
        font-size: 18px;
    }
    .container-title-choose-from h1{
        font-size: 22px;
    }
    .container-title-choose-from p{
        font-size: 18px;
    }
}

@media (max-width: 468px) {
    .section-serviceSelection .banner-finance img {
        object-position: 60%;
    }

    .section-serviceSelection .text-banner {
        padding: 1rem;
    }

    .section-serviceSelection .text-banner .large-heading {
        font-size: 20px;
    }

    .section-serviceSelection .text-banner .small-heading {
        font-size: 15px;
        line-height: normal;
    }

    .section-serviceSelection .banner-finance .button_text_container2 {
        font-size: 10px;
    }

    .section-serviceSelection .text-banner {
        padding: 1rem;
    }

    .container-book-online {
        padding: 1rem;
    }

    .container-book-online-text-subtitle h1 {
        line-height: 30px;
    }
}