.introduce .title {
  margin-bottom: 1.3rem;
  font-size: 4rem;
}
.introduce p {
  margin-bottom: 4.3rem;
  max-width: 57rem;
}
.introduce img {
  min-height: 20rem;
}
.customer-service .card-header {
  font-size: 1.8rem;
}
.customer-service p {
  font-size: 1.4rem;
  color: #333;
}
.customer-service img,
.boost-section img {
  width: 100%;
}
.customer-service .title,
.boost-section .title,
.member-section .title {
  font-size: 3.4rem;
}
.counter span {
  font-size: 6rem;
  font-weight: 800;
  color: #ccc;
  letter-spacing: -0.05em;
  line-height: 1.54;
}
.counter .title {
  margin-bottom: 1.2rem;
}
.boost-section {
  background-color: #fafafb;
}
.boost-section .title {
  line-height: 1.25;
  margin-bottom: 1.3rem;
}
.boost-section .btn {
  padding: 1.23em 2.35em;
}
.awards-wrapper .title {
  font-size: 3rem;
}
.awards-wrapper img {
  width: auto;
  margin: 0 auto 2rem;
}
.awards-wrapper p {
  margin-bottom: 0;
  font-size: 2rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: -0.025em;
}
.member-section figure {
  position: relative;
  max-width: 29.5rem;
  margin: 0 auto 2.5rem;
}
.member-section figure:hover .overlay {
  padding-top: 0;
  opacity: 1;
}
.member-section .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.3rem;
  opacity: 0;
  border-radius: 1.3rem;
  -webkit-transition: opacity 0.3s, padding-top 0.3s;
  transition: opacity 0.3s, padding-top 0.3s;
  cursor: pointer;
}
.member-section .overlay p {
  margin-bottom: 0;
  text-transform: uppercase;
}
.member-section .member-name {
  margin-bottom: 0;
}
.member-section .social-icon {
  width: 4.6rem;
  height: 4.6rem;
  font-size: 2.4rem;
  line-height: 4.1rem;
  border-color: #fff;
  color: #fff;
}
.member-section .social-icon:hover.social-facebook {
  background-color: #1b4f9b;
  border-color: #1b4f9b;
}
.member-section .social-icon:hover.social-twitter {
  background-color: #00adef;
  border-color: #00adef;
}
.member-section .social-icon:hover.social-instagram {
  background-color: #cc0001;
  border-color: #cc0001;
}

@media (max-width: 991px) {
  .customer-service .title,
.boost-section .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .introduce .title {
    font-size: 3rem;
  }
}