.contact {
  padding: 30px 0;
}
.contact .left {
  padding-right: 3rem;
}
.contact .left .title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
  font-family: "Lora", Sans-serif;
  color: var(--secondary_color);
}
.contact .left .desc {
  margin-bottom: 20px;
}
.contact .left iframe {
  width: 100%;
  height: 585px;
}
.contact .right .box-contact {
  background: #f6f6f7;
  border-radius: 5px;
  padding: 15px 20px;
}
.contact .right .box-contact .title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 150%;
  font-family: "Lora", Sans-serif;
  color: var(--secondary_color);
  border-bottom: 2px solid #d7d8d9;
  margin-bottom: 15px;
  padding-bottom: 7px;
}
.contact .right .box-contact .contact-wrap {
  margin-bottom: 15px;
}
.contact .right .box-contact .contact-wrap .info {
  margin-bottom: 0.3rem;
}
.contact .right .box-contact .social-wrap {
  justify-content: start;
}
.contact .right .list-text {
  margin-top: 2rem;
}
.contact .right .list-text .item-wrapper {
  margin-bottom: 20px;
}
.contact .right .list-text .item-wrapper .title {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: var(--secondary_color);
  margin-bottom: 5px;
  font-family: "Lora", Sans-serif;
}
.contact .right .list-text .item-wrapper .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (max-width: 769px) {
  .ctf7 .ctf7-wrapper {
    padding: 15px;
  }
  .register {
    background-image: unset !important;
    margin: unset;
  }
  .register .ctf7 {
    margin: unset;
    margin-bottom: 30px;
  }
  .contact .left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .contact .left .title {
    padding-left: 0;
  }
  .contact .left iframe {
    width: 100%;
  }
  .contact .right .list-text .item-wrapper .title {
    padding-left: 0;
  }
}
