.ba-elements .ba-main-banner {
    position: relative;
    color: #00395C;
}

.ba-elements .ba-main-banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 55%;
}

.ba-elements .ba-main-banner-image {
    width: 100%;
    min-height: 20vh;
    object-fit: cover;
    object-position: 77%;
}

.ba-elements .ba-primary-button {
    width: fit-content;
}

.ba-elements .container {
    background-color: #00395C;
    color: #fff;
    width: 100%;
    max-width: 2600px;
    margin: 0 auto;
    padding: 45px;
}

.ba-elements .caption {
    background-color: #00395C;
    color: #fff;
    width: 100%;
    max-width: 2600px;
    margin: 0 auto;
    padding: 30px;
}


/*  button css  */
.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 5rem;
    margin-bottom: 30px;
}

.su_button_circle {
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
}

.button_su_inner {
    display: inline-block;
    background: #00A5E0;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    width: auto;
    text-align: center;
    border-radius: 5rem;
    transition: 400ms;
    text-decoration: none;
    padding: .8rem;
    font-size: 14px;
    z-index: 100000;
}

.button_su2 {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 5rem;
    margin-bottom: 30px;
}

.su_button_circle2 {
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
}

.button_su_inner2 {
    display: inline-block;
    background: #00395C;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    width: auto;
    text-align: center;
    border-radius: 5rem;
    transition: 400ms;
    text-decoration: none;
    padding: .8rem;
    font-size: 14px;
    z-index: 100000;
}

/*  Responsive views  */
@media only screen and (min-width: 992px) and (max-width: 1024px){
    .ba-elements .ba-main-banner h1 {
        font-size: 18px;
        line-height: 15px;
    }

    .ba-elements .ba-main-banner h4 {
        font-size: 12px;
        line-height: 10px;
    }

    .ba-elements .ba-primary-button {
        padding: .5rem;
        font-size: .7rem;
    }
  }