#custom {
  margin: 91px 0 0 0;
}

#custom .container {
  background-image: url('../../images/home/banner-custom-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 1200px !important;
}

#custom .inner {
  padding: 15px 0;
}

#custom .inner > * {
  flex-basis: 50%;
}

#custom .col1 {
  flex-basis: 48%;
  margin-left: 27px;
}

#custom h2 {
  font-size: 45px;
}

#custom h2 span {
  font-size: 35px;
}

#custom .button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 17px;
}

#custom .button {
  color: #000;
  margin-top: 15px;
}

#custom .img {
  text-align: left;
}

#custom .img2 {
  bottom: -17px;
  right: 83px;
}

@media screen and (max-width: 768px ) {
  #custom {
    margin: 57px 0 0 0;
  }
  #custom .inner {
    flex-wrap: wrap;
    padding: 42px 0 0 0;
  }
  #custom .inner > * {
    flex-basis: 100%;
  }
  #custom .col1 {
    margin: 0;
  }
  #custom h2 {
    font-size: 50px;
  }
  #custom h2 span {
    font-size: 30px;
  }
  #custom .button {
    margin-top: 19px;
  }
  #custom .img {
    margin-top: 76px;
  }
  #custom .img2 {
    max-width: 148px;
    height: auto;
    bottom: -3px;
    right: 8px;
  }
}