.about {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.about-sec {
  margin-top: 50px;
  overflow-x: hidden;
}
.about-sec .container {
  width: 100vw;
  overflow-x: hidden;
}
.about-sec .container > .about > * {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.about__title {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
.about__text {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0px;
}
.about-list {
  display: flex;
  flex-direction: column;
}
.about-list__item {
  color: #8a8a8a;
  padding-left: 20px;
  position: relative;
}
.about-list__item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8a8a8a;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.about-plates {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-plates__item {
  padding: 30px 15px 40px 15px;
  width: calc(33.3333333333% - 20px);
  background: #fff;
  border-radius: 5px;
}
.about-plates__item span {
  color: #1C3F5F;
  font-size: 106px;
  font-weight: 500;
}
.about-plates__item p {
  font-size: 48px;
  font-weight: 500;
  color: #000;
}
.about__img {
  position: relative;
  width: calc(100vw - 20px) !important;
  max-width: 100vw !important;
  margin-top: 20px;
}

.about ul {
  margin: 5px 0px 20px 0px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 7px 0px;
}

.about ul li {
  color: #8a8a8a;
  position: relative;
  padding-left: 15px;
}
.about ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #8a8a8a;
}
.about ul li:not(:last-child) {
  margin-bottom: 4px;
}

.about h3 {
  margin-top: 15px;
  font-size: 24px;
}

@media (max-width: 1399px) {
  .about-sec .container {
    width: 960px;
  }
  .about-sec .container > .about > * {
    max-width: 100%;
  }
  .about-plates__item p {
    font-size: 32px;
  }
  .about__img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .about-sec .container {
    width: 840px;
  }
  .about-plates__item span {
    font-size: 84px;
  }
  .about-plates__item p {
    font-size: 24px;
  }
}
@media (max-width: 880px) {
  .about-sec .container {
    width: 680px;
  }
  .about-plates {
    flex-direction: column;
  }
  .about-plates__item {
    width: 100%;
    margin: 6px 0px;
  }
  .about-plates__item p {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .about-sec .container {
    width: 580px;
  }
  .about-sec {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .about-sec .container {
    width: calc(100% - 40px);
  }
  .about__text {
    font-size: 14px;
    margin: 10px 0px;
  }
  .about-list__item {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .about__text {
    font-size: 12px;
  }
  .about-plates__item p {
    font-size: 42px;
  }
  .about-list__item {
    font-size: 12px;
  }
  .about__title {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  .about-plates__item p {
    font-size: 34px;
  }
}/*# sourceMappingURL=about.css.map */