.inner-hero {
    position: relative;
    padding-top: 42px;
}
.inner-hero .main-wrp {
    background: var(--Dark-blue);
    border: 4px solid var(--primary-red);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    padding-left: 58px;
    padding-right: 28px;
    padding-bottom: 21px;
    padding-top: 21px;
    position: relative;
    z-index: 2;
    min-height: 289px;
}
.inner-hero .cnt-wrp h1 {
    color: var(--primary-white);
    margin-bottom: 0;
}
.inner-hero .cnt-wrp>div {
    margin-top: 18px;
}
.inner-hero .cnt-wrp>div h5,.inner-hero .cnt-wrp>div p{
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    color: var(--primary-white);
    margin-bottom: 0;
    display: block;
}
.inner-hero .cnt-wrp>div h5 a,.inner-hero .cnt-wrp>div p a{
   color: var(--primary-red);
   margin-left: 14px;
   display: inline-block; 
   text-decoration: underline;
}
.inner-hero .main-wrp .img-wrp {
    margin-top: -54px;
}
.inner-hero .main-wrp .img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    min-width: 339px;
}
@media screen and (min-width: 1200px){
    .inner-hero .container {
        max-width: 1205px;
    }
}

@media screen and (min-width: 1200px){
    
}
@media screen and (max-width: 1199px){
    .inner-hero .main-wrp {
        padding-left: 38px;
        padding-right: 25px;
    }
}
@media screen and (max-width: 991px){
    .inner-hero {
        padding-top: 36px;
    }
    .inner-hero .main-wrp {
        padding: 40px 25px 20px;
        flex-direction: column;
        row-gap: 44px;
        text-align: center;
        min-height: 441px;
    }
    .inner-hero .main-wrp .img-wrp {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px){
    .inner-hero:has(+ .cms-cnt) {
        display: none;
    }
    .inner-hero:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(180.15deg, #F2F2F2 -18.99%, #E3EDF5 11.64%, #B8D3E9 46.66%, #81B1D9 60.53%, #136EBA 106.08%);
        z-index: -1;
    }
    .inner-hero .main-wrp {
        padding: 38px 18px 0px;
        min-height: 433px;
    }
    .inner-hero .cnt-wrp>div h5 a, .inner-hero .cnt-wrp>div p a {
        margin-left: 0;
        margin-top: 18px;
    }
    .inner-hero .cnt-wrp>div {
        margin-top: 23px;
    }
    .inner-hero .main-wrp .img-wrp {
        max-width: 267px;
        margin: 0 auto;
    }
}