.mb80 {
  margin-bottom: 80px;
}

.about-banner-top {
  position: relative;
}
.about-banner-top .caption {
  position: absolute;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-banner-top .caption h1 {
  font-size: 60px;
  margin: 0;
  line-height: 1.1;
}
.about-banner-top .caption .link {
  font-size: 21px;
  color: #771f52;
  display: inline-block;
  position: relative;
}
.about-banner-top .caption .link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #771f52;
  transition: all 0.3s ease;
}
.about-banner-top .caption .link:hover:before {
  width: 100%;
}

.flex-banner {
  display: flex;
  align-items: center;
}
.flex-banner .img {
  flex: 1 0 40%;
  text-align: right;
  max-width: 420px;
}
.flex-banner .text {
  flex: 1 0 60%;
  padding: 40px;
}
.flex-banner .text h2 {
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #181818;
}
.flex-banner .text .des p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.flex-banner .text .des a {
  font-size: 17px;
  line-height: 25px;
  color: #771f52;
  display: inline-block;
  position: relative;
}
.flex-banner .text .des a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #771f52;
  transition: all 0.3s ease;
}
.flex-banner .text .des a:hover:before {
  width: 100%;
}

.about-highlight {
  padding: 40px 0;
  text-align: center;
}
.about-highlight .flex-banner {
  justify-content: center;
}
.about-highlight .flex-banner p {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

.about-collection .wrapper-heading-home {
  padding-top: 0;
}

@media screen and (max-width: 1199px) {
  .mb80 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-banner-top .caption {
    max-width: auto;
    width: 80%;
  }
  .about-banner-top .caption h1 {
    font-size: 40px;
  }
  .about-banner-top .caption .link {
    font-size: 17px;
  }

  .flex-banner .text {
    padding: 0 20px;
  }

  .flex-banner .text .des p {
    font-size: 15px;
  }

  .about-highlight .flex-banner p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-banner-top .caption h1 {
    font-size: 28px;
  }

  .flex-banner {
    flex-direction: column;
  }

  .flex-banner.mb80 {
    margin-bottom: 30px;
  }

  .flex-banner .img, .flex-banner .text {
    margin-bottom: 20px;
  }

  .flex-banner .text h2 {
    font-size: 22px;
  }

  .about-highlight {
    padding: 20px 0;
  }

  .about-highlight .flex-banner p {
    font-size: 18px;
  }

  .about-banner-top .caption .link {
    font-size: 14px;
    margin-top: 5px;
  }
}