.col-1-5 {
    width: 20%;
}

@media (max-width: 576px) {
    .col-1-5 {
        width: 100%;
    }
}

.img-w-100 {
    width: 100%;
}

.financial-planning .plan-box {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.how-works .nav-link.active .row {
    margin-bottom: 24px;;
}

.how-works .nav-link .row {
    margin-bottom: 24px;;
}

.cus-steps span{
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 40px;
    font-weight: bold;
    font-size: 20px;
    background-color: #2c3655;
    color: white;
    line-height: 50px;
    margin-right: 1em;
}

.cus-steps h4.active {
    color: var(--hover-color);
}

.cus-steps h4.active span {
    background-color: var(--hover-color);
}

.how-works .left-list {
    padding-left:10%;
}

.banner-section.card-banner .overlay {
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    background-size: 32%;
}

.banner-section.card-banner .overlay .banner-content {
    padding: 200px 0 240px 0;
}