* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nav-pills .nav-link {
    font-size: 22px !important;
    color: #000 !important;
}

.nav-pills .nav-link.active {
    background-color: #00783A;
    color: #fff !important;
}

.services {
    flex-direction: column !important;
}
#v-pills-home ul li {
        font-size: 18px !important;
    }
.me-3 {
    width: 100% !important;
    flex-direction: row !important;
    height: auto !important;
}
.mob-banking-serv a img{
    height: 150px!important;
    width: 100%!important;
}
.mobile-serv-img{
    height: 350px;
}
.nav-pills .nav-link {
    width: 23%;
    font-size: 16px !important;
    line-height: 20px !important;
}

.nav-link {
    padding: 10px 5px !important;
    font-weight: 500 !important;
}

.tab-pane h3 {
    margin-bottom: 0 !important;
    padding-top: 10px !important;
}

.tab-content {
    width: 100%;
}

@media(min-width: 500px) {
    .nav-pills .nav-link {
        width: 24%;
        font-size: 18px !important;
    }
    .mob-banking-serv a img{
        height: 200px!important;
    }
    .mobile-serv-img{
        height: auto;
    }
}

@media(min-width:768px) {
    .services {
        flex-direction: row !important;
    }

    .me-3 {
        width: 18% !important;
        flex-direction: row !important;
        height: auto !important;
    }
    #v-pills-home ul li {
        font-size: 20px !important;
    }
    .tab-content {
        width: 79%;
    }

    .nav-pills .nav-link {
        width: 100%;
        font-size: 20px !important;
    }

    .tab-pane h3 {
        padding-top: 0px !important;
    }

    .fade {
        padding-top: 0 !important;
    }
}