.site-header {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.h5-title{
        font-size: 23px;
    line-height: 25px;
    color: #130F40;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 25px;
}

.main-banner {
    position: relative;
    padding: 235px 0 323px 0;
    background: linear-gradient(135deg, #3c389d, #5e5c8d57) !important;
    overflow: hidden;
    margin-bottom:-100px;
}

.user-img{
        width: 530px !important;
}

.fea-img{
    width:650px !important;
}


@media screen and (min-width: 1280px) {
   
    .site-header {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
}

@media screen and (max-width: 480px) {
   
    .user-img{
        width: 320px !important;
}

.order-0{
    order:2;
}
}