body.widget-snippet .text-content {
    max-width: 650px;
    position: relative;
    bottom: unset;
    right: unset;
    padding: 0;
}
body.widget-snippet .inner-img img {
    animation: unset;
    height:100%;
    object-fit:cover;
}
body.widget-snippet .banner-content {
    flex: 0 0 70%;
    max-width: 70%;
}
body.widget-snippet .inner-img {
    flex: 0 0 35%;
    max-width: 35%;
    height: 410px;
}
body.widget-snippet .inner-content {
    flex: 0 0 65%;
    max-width: 65%;
}

section.inner-banner-fluid {
    display: flex;
    background:rgb(3 20 53) ;
    background-size: cover;
    background-position:center center;
    margin-bottom: 90px;
      min-height: 400px;
}

section.inner-banner-fluid .inner-content {
    flex: 0 0 1111px;
    max-width: 1111px;
    position: relative;
    background: rgb(2, 19, 52, 0.94)
}

section.inner-banner-fluid .text-content {
    position: absolute;
    top: 60px;
    left: 28%;
}

section.inner-banner-fluid .title-content h1 {
    font-family: "aller", sans-serif;
    font-weight:300;
    color: #fff;
    line-height: 56px;
}
section.inner-banner-fluid .title-content p {
    color: #e0e0e0;
    font-size: 18px;
}
section.inner-banner-fluid .title-content h1 b{
    font-weight:300;
}
section.inner-banner-fluid .title-content h1 b:nth-of-type(2), section.inner-banner-fluid .title-content h1 b:last-of-type{
    color:#5C7FB3;
}

section.inner-banner-fluid .title-content {
    max-width: 650px;
}
