.about {
  margin-top: 400px;
  padding-bottom: 100px;
}
.about__content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  margin-top: 0px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 3px 5px 16px 0px rgba(173, 173, 173, 0.21);
          box-shadow: 3px 5px 16px 0px rgba(173, 173, 173, 0.21);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .about__content {
    padding: 100px 40px;
  }
}
.about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 40px;
  font-size: 22px;
}
.about__head p {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}
@media screen and (min-width: 1024px) {
  .about__head p {
    font-size: 28px;
    font-weight: 500;
    line-height: 43px;
  }
}
.about__text {
  font-weight: 400;
  line-height: 170%;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .about__text {
    font-size: 20px;
  }
}
.about__card {
  margin-top: 40px;
}
.about__card .company__list {
  margin-top: 40px;
  margin-bottom: 30px;
}
.about__card .company__list .company__item {
  margin-top: 13px;
  border-bottom: 1px #BDBDBD solid;
}
.about__card .company__list .company__item dt {
  width: 80px;
  color: #AAA;
  font-weight: 600;
  font-size: 16px;
}
.about__card .company__list .company__item dd {
  margin-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .card-content .card__title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .company__content {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .about__card .company__list .company__item {
    font-size: 16px;
  }
}