.inner-banner-main {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 20px 125px 20px;
  background-color: #FF0201;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner-content h4 {
  margin-top: 10px;
}

.banner-description {
	margin-top: 15px;
}

.inner-banner-main .overlay {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all .4s ease;
}


.inner-banner-main .inner-banner-content { 
  z-index: 2;
  text-align: center;
  width: 100%;
}

.inner-banner-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.inner-banner-main.b_left .inner-banner-wrap {
  margin: 0;
  text-align: left;
  padding-left: 70px;
}

.inner-banner-main.b_right .inner-banner-wrap {
  margin: 0 0 0 auto;
  text-align: right;
  padding-right: 70px;
}


{# Button #}
.inner-banner-main .button{
  margin-top: 20px;
}

.inner-banner-main .button span svg,
.inner-banner-main .button img{
  margin-left: 15px;
  transition: .4s all linear;
  height: 22px;
}

.inner-banner-main .button .button span{
  display: flex;
  align-items: center;
  justify-content: center;
}
