.banner-wrap {
  background-image: url("../images/about_us/img_banner.jpg");
}

.page-wrap.about-us .content-wrap {
  max-width: 1200px;
}
.page-wrap.about-us .logo {
  text-align: center;
  padding: 100px 0 96px 0;
}
.page-wrap.about-us hr {
  border-color: #AA1E2D;
  margin: 0 auto 0 0;
}
.page-wrap.about-us .content-sections {
  padding: 100px 0;
}
.page-wrap.about-us .content-sections .section {
  display: flex;
  align-items: center;
  gap: 50px;
}
.page-wrap.about-us .content-sections .section:nth-child(n+2) {
  margin-top: 100px;
}
.page-wrap.about-us .content-sections .section:nth-child(even) {
  flex-direction: row-reverse;
}
.page-wrap.about-us .content-sections .section .text {
  flex: 1;
  font-size: 18px;
}
.page-wrap.about-us .content-sections .section .text p {
  line-height: 2;
}
.page-wrap.about-us .content-sections .section .text ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.page-wrap.about-us .content-sections .section .text ul li {
  line-height: 2;
  position: relative;
  padding-left: 13px;
}
.page-wrap.about-us .content-sections .section .text ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #AA1E2D;
  position: absolute;
  top: 17px;
  left: 0;
  opacity: 0;
  transition: 0.2s;
}
.page-wrap.about-us .content-sections .section .text ul li.loaded:before {
  opacity: 1;
}
.page-wrap.about-us .content-sections .section .text strong {
  display: inline-block;
}
.page-wrap.about-us .content-sections .section .image {
  width: 390px;
  height: 260px;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrap.about-us .content-sections .section .image p {
  text-align: center;
}

@media (max-width: 900px) {
  .page-wrap.about-us .logo {
    padding: 50px 0;
  }
  .page-wrap.about-us .content-sections {
    padding: 50px 0;
  }
  .page-wrap.about-us .content-sections .section {
    gap: 20px;
    flex-direction: column-reverse !important;
  }
  .page-wrap.about-us .content-sections .section:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
  }
  .page-wrap.about-us .content-sections .section .text {
    max-width: 600px;
  }
}
@media (max-width: 500px) {
  .page-wrap.about-us .content-sections .section .image {
    width: 80%;
    height: auto;
    aspect-ratio: 1/0.6;
    background-position: center;
    background-size: cover;
    font-size: 20px;
  }
  .page-wrap.about-us .content-sections .section .text {
    font-size: 14px;
  }
  .page-wrap.about-us .content-sections .section .text p {
    line-height: 1.5;
  }
  .page-wrap.about-us .content-sections .section .text ul li {
    line-height: 1.5;
  }
  .page-wrap.about-us .content-sections .section .text ul li:before {
    top: 50%;
    transform: translateY(-50%);
  }
}

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