.custom {
  padding: 90px 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  margin: 30px 0;
}

.custMg img {
  display: block;
  margin: 0 auto;
  width: 70%;
  max-width: 347px;
}

.custom h4 {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  margin: 50px 0;
  letter-spacing: 0px;
  color: #000000;
}

.toCal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 90px;
  background-color: #ad1e26;
  border-radius: 5px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0 auto;
}

.code {
  margin: 80px 0 0;
}

.code h5 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
  margin: 0 0 40px;
}

.code h5::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.code h5 span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.code img {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: 50%;
}



@media screen and (max-width:640px) {

  .custom {
    padding: 50px 20px;
  }

  .custom h4 {
    font-size: 22px;
    margin: 20px 0;
  }


  .toCal {
    width: 150px;
    height: 50px;
    font-size: 18px;
    margin: 0 auto;
  }

  .code {
    margin: 30px 0 0;
  }

  .code h5 {
    font-size: 18px;
    margin: 0 0 20px;
  }


}
