.adjust_Hpadding {
    padding: 10px;
}

.corporate_container {
    position: relative;
    width: 95%;
    height: 100%;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    z-index: -1;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

.image {
    opacity: 1;
    margin-top: -6.25rem;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0%;
    height: auto;
    text-align: left;
    width: 85%;
    margin: auto;
    overflow: hidden;
}

    .middle .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.1em;
        padding-right: 0.05em;
        padding-bottom: 0.05em;
    }

    .middle .line {
        opacity: 1;
        position: absolute;
        left: 0;
        height: 3px;
        width: 100%;
        background: #004596;
        background-image: linear-gradient(to right, #004596,#f8fbff);
    }

    .middle .line_bottom {
        bottom: 0;
    }

.text {
    color: #181c5f;
    letter-spacing: 0.2em;
    font-size: 1.2rem;
    padding: 20px;
    text-indent: 2em;
    /*line-height: 200%;*/
}

.text_Highlight {
    color: #181c5f;
    font-size: 3rem;
    letter-spacing: 0.2em;
}

    .text_Highlight .letter {
        display: inline-block;
        line-height: 1em;
    }

.title {
    padding: 10px 0;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    line-height: 1em;
}
    .title .letter {
        display: inline-block;
        line-height: 1em;
    }

.detail {
    padding: 20px 0 0 0;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block;
}
.textIndent {
    text-indent: 2em;
}

.faq_content {
    text-align: left;
    padding: 20px 30px;
}

.faq_Highlight {
    color: #181c5f;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
}

.faqTitle {
    font-weight: bold;
    color: #171c5f;
    padding: 15px 15px;
}

.faqDetail {
    padding: 0 15px;
    text-align: left;
}

.caption {
    font-size: 1.2rem;
}
@media (max-width: 768px) {
    .image {
        opacity: 1;
        margin: auto;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }

    .title {
        padding: 10px 0;
        font-size: 1.8em;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        display: inline-block;
        line-height: 1em;
    }

    .text_Highlight {
        color: #181c5f;
        font-size: 2.5rem;
        letter-spacing: 0.3em;
    }

    .detail {
        padding: 20px 0 0 0;
        font-size: 1em;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        display: inline-block;
    }

    .caption {
        font-size: 1.5rem;
    }
}



