#template-payment {
  padding: 30px 0 58px;
}

#template-payment .title {
  margin-top: 50px;
}

.template-payment-wrap {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 60px;
  border-top: 0.5px solid rgba(11, 11, 11, 0.3);
  position: relative;
}

.template-payment-wrap:last-child {
  border-bottom: 0.5px solid rgba(11, 11, 11, 0.3);
}

.template-payment-wrap-left {
  width: 475px;
}

.template-payment-wrap-left-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #000000;
  width: 340px;
}

#template-payment .title {
  margin-bottom: 27px;
}

.template-payment-wrap-right {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #000000;
  max-width: 1060px;
  width: 100%;
}

.template-payment-square1 {
  width: 159px;
  height: 145px;
  left: 0;
  bottom: 11px;
  position: absolute;
  background: rgba(0, 158, 224, 0.4);
}

.template-payment-square2 {
  width: 132px;
  height: 54px;
  right: 0;
  bottom: 33px;
  position: absolute;
  background: rgba(0, 158, 224, 0.4);
}

.template-payment-square3 {
  width: 54px;
  height: 132px;
  left: 0;
  bottom: 23px;
  position: absolute;
  background: rgba(0, 158, 224, 0.4);
}

.template-payment-square4 {
  width: 79px;
  height: 88px;
  right: 0;
  bottom: 29px;
  position: absolute;
  background: rgba(0, 158, 224, 0.4);
}

#section-map {
  padding-bottom: 87px;
}

#section-map h3 {
  margin-bottom: 20px;
}

/* ============= 1529px ====================================================== */
@media screen and (max-width: 1529px) {
  .template-payment-wrap-left-title {
    font-size: 20px;
  }

  .template-payment-wrap-right {
    font-size: 14px;
  }
}

/* ============= /1529px ====================================================== */

/* ============= 768px ====================================================== */
@media screen and (max-width: 768px) {
  .template-payment-wrap {
    flex-direction: column;
  }

  .template-payment-wrap-left {
    width: 100%;
  }

  #template-payment .title {
    margin: 35px 0 22px;
  }

  .template-payment-square1 {
    display: none;
  }

  .template-payment-square2 {
    display: none;
  }

  .template-payment-square3 {
    display: none;
  }

  .template-payment-square4 {
    display: none;
  }

  .template-payment-wrap-right {
    margin-top: 20px;
  }

  .template-payment-wrap {
    padding: 20px 0 40px;
  }
}

/* ============= /768px ====================================================== */
