.static-banner.container {
    height: 400px;
    padding-top: 50px;
    padding-left: 0px;
    margin-bottom: 100px;
}
.stbb-left{
    height:400px;
     background-color: #DDEAF8;
    
}
.stb-left {
    
   

    
}
.stbb-right {
    
    background: url(https://www.videobrochuresindia.com/assets/img/yellow.jpg);
    background-size: contain;
     height:400px;
     display: inline-flex;
     right:20px;
}

.stb-right {
    width: 50%;
}
h2.left-sec-heading {
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
}
.left-sec-detail {
    font-size: 25px;
    font-family: serif;
    font-weight: 700;
    padding: 20px;
}
.button-headstatic {
  border-radius: 4px;
    background-color: #0c2245;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 13px;
    width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button-headstatic span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-headstatic span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-headstatic:hover span {
  padding-right: 25px;
}

.button-headstatic:hover span:after {
  opacity: 1;
  right: 0;
}