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 {
    display: flex;
    background:rgb(2, 19, 52, 0.94) url(/template/8bd7a52b/images/preman.jpg);
    background-size: cover;
    background-position:center center;
    margin-bottom: 90px;
      min-height: 400px;
}

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

.inner-img {
    width: auto;
    flex: 1 1 auto;
    overflow: hidden;
    max-height: 410px;
}

section.inner-banner .text-content {
    position: absolute;
    bottom: 34%;
    right: 13%;
}
p.empty-snippet-content-state:empty {
    display: none;
}
.title-content h1 {
    font-family: "aller", sans-serif;
    font-weight:300;
    color: #fff;
    line-height: 56px;
    margin: 0;
    font-size: 40px;
}
.title-content p {
    color: #e0e0e0;
    font-size: 18px;
}
.title-content h1 b{
    font-weight:300;
}
.title-content h1 b:nth-of-type(2), .title-content h1 b:last-of-type{
    color:#5C7FB3;
}

.inner-img img {
animation: zoom-in-zoom-out 18s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

.title-content {
    max-width: 650px;
}

