.banner--wrapper.virtual_banner {
    background-image: url(/static/images/virtual.jpg);
}

.reliable_content {
    padding: 2%;
}

.reliable_content .reliable_txt .color__dark {
    font-size: 20px;
    font-weight: 600;
    color: #3a3939;
    margin-bottom: 4%;
}

.reliable_content .reliable_txt .color__blue {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}

.financial_pack .color__grey {
    text-align: justify;
}

.financial_pack .include {
    font-size: 16px;
}

.convenience_title {
    font-size: 0.875rem;
    line-height: 1.5rem;
    background-color: rgba(189, 189, 189, 0.5);
    color: rgb(74, 75, 78);
    font-weight: 700;
    text-align: left;
    padding: 1.5rem 1rem;
}

.financial_pack .card__list li {
    font-size: 18px;
    line-height: 30px;
}

.financial_pack .income-statement {
    -webkit-box-shadow: 0px 0px 10px -2px rgb(97, 74, 30);
    -moz-box-shadow: 0px 0px 10px -2px rgb(97, 74, 30);
    box-shadow: 0px 0px 10px -2px rgb(97, 74, 30);
}

.div_all {
    display: block;
    width: 100%;
    padding: 6% 6%;
    -webkit-box-shadow: 0px 0px 10px -2px rgb(97, 74, 30);
    -moz-box-shadow: 0px 0px 10px -2px rgb(97, 74, 30);
    box-shadow: 0px 0px 10px -2px rgb(97, 74, 30);
    height: 100%;
}

.image_tag {
    height: 250px;
}

.div_all h2 {
    font-size: 18px;
    margin-bottom: 4%;
    line-height: 28px;
    margin-top: 8%;
    font-weight: 600;
}

.div_all p {
    font-size: 14px;
    margin: 0px;
    line-height: 26px;
    text-align: justify;
}

.div_all .images_tab {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div_steps {
    display: block;
}

.div_steps .step_anchor {
    display: block;
    padding: 2rem;
    position: relative;
    transition: opacity 200ms ease 0s;
    text-decoration: none;
}

.div_steps .step_anchor:hover {
    opacity: 0.75;
}

.div_steps h2 {
    font-weight: 700;
    white-space: pre-wrap;
    color: rgb(250, 249, 247);
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: left;
    margin: 0px 0px 0.5em;
}

.div_steps p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    margin: 0.5rem 0px 0px;
    color: #fff;
}

.div_steps .right_icon {
    position: absolute;
    right: 5%;
    top: 45%;
}

.div_steps .right_icon .svg-inline--fa.fa-angle-double-right {
    font-size: 24px;
    color: #fff;
}