.banner-section {
    background-image: linear-gradient(180deg, rgba(255, 211, 211, 0) 0%,
    rgba(144, 144, 144, 0.433862) 31.77%,
    rgba(97, 97, 97, 0.619626) 47.4%,
    #000000 99.94%),
    var(--image-url);
}

.contain-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.space {
    margin: 40px auto;
    padding: 30px 0;
}

.top {
    margin-top: 40px;
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bottom {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.img-content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-start;
    margin-bottom: 10px;
    width: 100%;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
}

.text-content.left-side {
    margin-left: 54px;
}

.text-content .title {
    font-weight: 800;
    font-size: 34.0529px;
    line-height: 44px;
    letter-spacing: 0.425661px;
    color: #AE4F7F;
}

.img-wrapper img {
    width: 580px;
    min-width: 100%;
    height: auto;
}

.otherservice-section {
    background: rgba(249, 249, 249, 1);
    padding: 1.5rem 0;
}

.other-service {
    margin-top: 40px;
}

.card {
    background: #fff;
    border: 1px solid rgba(151, 151, 151, 0.24);
    border-radius: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform .2s;
}

.card > a {
    padding: 0;
}

.card:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01);
    background: #FFF4F4;
    border: 1px solid #FFF4F4;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    background: rgba(0, 0, 0, 0.0001);;
    border: 1px solid #EAEAEA;;
}

.card-title, .card-title a {
    font-weight: 700;
    font-size: 1.063rem;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #37404D;
}

.card-title a {
    padding: 0;
}

.card-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #37404D;
}

.description {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #333333;
}


.description p {
    line-height: 28px;
    margin: 10px 0;
}

.description ul {
    margin: 5px 0;
}

.other-service .title {
    font-weight: 800;
    font-size: 42.27px;
    line-height: 51px;
    color: #AE4F7F;
}

.nav-md {
    justify-content: end;
}


a.button {
    font-weight: 500;
    font-size: 16.5571px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}


@media all and (max-width: 800px) {
    .img-content-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .img-wrapper {
        display: flex;
        align-items: center;
        align-self: center;
    }

    .img-wrapper img {
        width: 100%;
    }

    .text-content.left-side {
        margin-left: 0;
        margin-top: 20px
    }

    .card-content {
        padding: 1.25rem;
    }

    .card-title {
        font-size: .75rem;
    }
}


@media all and (max-width: 460px) {
    .contain-wrapper,
    .card-row {
        flex-direction: column;
    }

    .message-section .img-wrapper,
    .about-section .call-to-action {
        margin-bottom: 30px;
    }

    .contain-wrapper {
        padding: 0;
    }

    .text-content {
        margin-top: 20px;
    }

    .card-title {
        font-size: 1.05rem;
    }

    .description {
        margin: 0;
    }
}
