@media (min-width: 769px) {
  .business .business-section .left-container {
    width: 50%;
    position: relative;
    padding-right: 10px;
  }
}
.business .business-section .banner {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 769px) {
  .business .business-section .banner {
    position: absolute;
    right: -100%;
    top: 0;
  }
}
.business .business-section p {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .business .business-section p {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-bottom: 20px;
  }
}
.business .business-section a {
  display: block;
  background: #114b91;
  color: #FFF;
  width: 100%;
  max-width: 400px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .business .business-section a {
    width: 100%;
    max-width: 270px;
    height: 54px;
    line-height: 54px;
    font-size: 1.3rem;
    margin: 0 auto;
  }
}
.business .business-section a:before {
  display: inline-block;
  content: "";
  background: url("../img/common/arrow-yellow@2x.png");
  background-size: 10.5px;
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .business .business-section a:before {
    width: 7px;
    height: 8px;
    background-size: 7px;
  }
}
.business .business-section a:after {
  content: "";
  font-family: Verdana, Arial, sans-serif;
}

h4 {
  position: relative;
  padding: 1rem .5rem;
}

 .container h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}