@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.about-banner .banner-wrapper {
  top: auto;
  translate: 0 0;
  bottom: 20%;
}
.banner.about-banner .banner-wrapper .ico {
  line-height: 0;
  margin-bottom: 50px;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}
.banner.about-banner .banner-wrapper .ico img {
  width: 100%;
}

.about-secA {
  padding: 9.5rem 0 10.5rem;
}
@media (max-width: 768px) {
  .about-secA {
    padding: 5.5rem 0 5.5rem;
  }
}
@media (max-width: 540px) {
  .about-secA {
    padding: 3rem 1rem;
  }
}
.about-secA .heading {
  margin-bottom: 32px;
}
.about-secA .content {
  max-width: 754px;
  margin: 0 auto;
  text-align: center;
  color: var(--text);
}
.about-secA .content p {
  margin-bottom: 25px;
}

.about-secB-parent {
  background: #f7f7f7;
  padding: 60px 0;
}
.about-secB-parent .about-secB {
  width: 100%;
  margin: 0 auto;
  max-width: 1450px;
  background: #f7f7f7;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
  align-items: center;
}
@media (max-width: 991px) {
  .about-secB-parent .about-secB {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
@media (max-width: 540px) {
  .about-secB-parent .about-secB {
    gap: 10px;
  }
}
.about-secB-parent .about-secB figure {
  flex: 0 1 52%;
  max-width: 52%;
  width: 10%;
  position: relative;
  line-height: 0;
}
.about-secB-parent .about-secB figure {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}
.about-secB-parent .about-secB figure > img {
  width: 100%;
}
.about-secB-parent .about-secB figure .ico {
  position: absolute;
  top: 50px;
  right: 50px;
  line-height: 0;
}
.about-secB-parent .about-secB figcaption {
  flex: 1;
  display: flex;
  align-items: center;
}
.about-secB-parent .about-secB figcaption .content {
  max-width: 535px;
  text-align: center;
  margin: 0 auto;
}
.about-secB-parent .about-secB figcaption .content .heading {
  margin-bottom: 38px;
}
.about-secB-parent .about-secB figcaption .content .heading {
  margin: 40px 0 20px;
}
.about-secB-parent .about-secB figcaption .content .desc {
  color: var(--text);
}
@media (max-width: 540px) {
  .about-secB-parent .about-secB figcaption .content .desc {
    margin-bottom: 50px;
  }
}

.logo-slogan {
  display: none;
}/*# sourceMappingURL=about.css.map */