/* [project]/public/styles/about/about.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.about-secA .flex {
  justify-content: space-around;
  align-items: center;
  gap: 50px;
}

@media only screen and (width <= 768px) {
  .about-secA .flex {
    flex-direction: column;
    gap: 30px;
  }
}

@media only screen and (width <= 540px) {
  .about-secA .flex {
    gap: 20px;
  }
}

.about-secA .flex .colA {
  flex: 0 auto;
  max-width: 30%;
}

.about-secA .flex .colA .ub_icon {
  width: 100%;
  height: 390px;
  line-height: 0;
  -webkit-mask-image: url("/assets/images/about/about_ub.svg");
  mask-image: url("/assets/images/about/about_ub.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media only screen and (width <= 768px) {
  .about-secA .flex .colA .ub_icon {
    height: 150px;
  }
}

@media only screen and (width <= 540px) {
  .about-secA .flex .colA .ub_icon {
    height: 100px;
  }
}

.about-secA .flex .colA .ub_icon video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-secA .flex .colB {
  flex: 1;
  max-width: 700px;
}

@media only screen and (width <= 768px) {
  .about-secA .flex .colB {
    text-align: center;
  }
}

.about-secA .flex .colB h2 {
  letter-spacing: 7px;
  margin-bottom: 20px;
}

@media only screen and (width <= 991px) {
  .about-secA .flex .colB h2 {
    font-size: 34px;
  }
}

@media only screen and (width <= 540px) {
  .about-secA .flex .colB h2 {
    font-size: 28px;
  }
}

.about-secA .flex .colB .content {
  max-height: 225px;
  margin-bottom: 20px;
  transition: max-height .5s;
  overflow: hidden;
}

.about-secA .flex .colB .content::-webkit-scrollbar {
  width: 0;
}

@media only screen and (width <= 768px) {
  .about-secA .flex .colB .content {
    max-height: 100%;
  }
}

.about-secA .flex .colB .content.open_height {
  max-height: 450px;
  overflow: auto;
}

.about-secA .flex .colB p {
  color: var(--text);
  padding-bottom: 15px;
}

.about-secA .flex .colB .read_more {
  color: var(--black);
  align-items: center;
  gap: 5px;
  display: flex;
}

@media only screen and (width <= 768px) {
  .about-secA .flex .colB .read_more {
    display: none;
  }
}

.about-secA .flex .colB .read_more svg {
  transition: all .5s;
}

.about-secA .flex .colB .read_more.open svg {
  transform: rotate(179deg);
}

@media only screen and (width <= 768px) {
  .counter-sec.about_counter .bg {
    height: 70vh;
  }
}

.counter-sec.about_counter .banner-wrapper {
  text-align: center;
  top: 60%;
  translate: 0 -60%;
}

.counter-sec.about_counter .banner-wrapper h2 {
  letter-spacing: 7px;
}

@media only screen and (width <= 991px) {
  .counter-sec.about_counter .banner-wrapper h2 {
    font-size: 30px;
  }
}

@media only screen and (width <= 540px) {
  .counter-sec.about_counter .banner-wrapper h2 {
    font-size: 24px;
  }
}

.counter-sec.about_counter .banner-wrapper .subhead {
  margin: 0 auto;
}

@media only screen and (width <= 540px) {
  .counter-sec.about_counter .banner-wrapper .subhead {
    padding: 15px 0 20px;
    font-size: 14px;
  }
}

.counter-sec.about_counter .banner-wrapper .counter-wrapper {
  justify-content: center;
  margin-top: 30px;
}

@media only screen and (width <= 540px) {
  .counter-sec.about_counter .banner-wrapper .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

.counter-sec.about_counter .banner-wrapper .btn {
  display: none;
}

.counter-sec .banner-wrapper {
  color: var(--white);
  line-height: 1.2;
}

.counter-sec .banner-wrapper h2 {
  font-size: 36px;
}

.counter-sec .banner-wrapper .subhead {
  max-width: 540px;
  padding: 20px 0 30px;
  font-weight: 300;
  line-height: 1.5;
}

.counter-sec .banner-wrapper .counter-wrapper {
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
  display: flex;
}

.counter-sec .banner-wrapper .counter-wrapper .counter-info-wrap h5 {
  font-family: Lato, sans-serif;
}

.counter-sec .banner-wrapper .counter-wrapper .counter-info-wrap p {
  font-weight: 300;
}


/*# sourceMappingURL=public_styles_about_about_dcd4bf4c.css.map*/