.intro {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 245px auto;
  padding: 5rem 0;
}
.intro .title-thc {
  margin: auto;
}
.intro .thumbnail-wrapper {
  padding-bottom: 150%;
}
.intro .left_image {
  padding-right: 100px;
}
.intro .middle {
  text-align: center;
}
.intro .middle .sub-title {
  margin-bottom: 1rem;
}
.intro .middle .desc {
  margin-top: 1rem;
}
.intro .middle .title {
  font-size: 2rem;
  color: #000000;
  font-family: "Lora", Sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1rem;
}
.intro .middle .social-wrap {
  margin-top: 2rem;
}
.intro .right_image {
  display: flex;
  align-items: center;
}
.intro .right_image .img-wrap {
  margin-left: auto;
  width: 50%;
  height: 200px;
  object-fit: cover;
  border-radius: 100% 0% 0% 100%;
}
.intro .container {
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: 300px auto;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 769px) {
  .intro {
    padding: 2rem 0;
  }
  .intro .left_image {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .intro .title-thc {
    margin-top: 1rem;
  }
}
