.about-mission {
  padding-top: 1.75rem;
  padding-bottom: 0.75rem;
  background-color: #F0F5FA;
}

.mission-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  width: 6.125rem;
  height: 6.125rem;
}

.mission-card__img img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .mission-card {
    text-align: center;
  }
  .mission-card__img {
    margin-left: auto;
    margin-right: auto;
    width: 5rem;
    height: 5rem;
  }
}

.achievements-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11.25rem;
  padding: 0.875rem 0.875rem 0.875rem 1.5rem;
  border: 2px solid #F6F8F9;
  border-radius: 0.5rem;
  background-color: #fff;
}

.achievements-card p {
  margin-bottom: 0;
}

.achievements-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}

.achievements-card__img img {
  max-width: 100%;
  height: auto;
}

.achievements-card__content {
  padding-left: 2rem;
}

@media screen and (max-width: 575px) {
  .achievements-card {
    height: auto;
    min-height: 8rem;
    padding-left: 0.875rem;
  }
  .achievements-card__img {
    display: none;
  }
  .achievements-card__content {
    padding-left: 0;
  }
}

.about-promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.about-promo__content--top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.about-promo__content--top .list.list--regular li {
    margin-bottom: 0;
}

.about-promo__content--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-promo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.about-promo__img--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-promo__img--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-promo__img img {
  max-width: 100%;
  height: auto;
}

.about-promo__link {
  display: inline-block;
  padding-left: 2.5rem;
  line-height: 1.5;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='23' viewBox='0 0 16 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 2.69824V19.6982C15.5 20.7982 14.6 21.6982 13.5 21.6982H2.5C1.4 21.6982 0.5 20.7982 0.5 19.6982V2.69824C0.5 1.59824 1.4 0.698242 2.5 0.698242H13.5C14.6 0.698242 15.5 1.59824 15.5 2.69824Z' stroke='%23E84F35' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 15.6982H8' stroke='%23E84F35' stroke-width='0.7' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11.1982H12' stroke='%23E84F35' stroke-width='0.7' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 6.69824H12' stroke='%23E84F35' stroke-width='0.7' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
}

.about-table .table {
  color: #3B566E;
}

.about-table__fixed-10 {
  max-width: 12.5rem;
}

.about-table .table td, .about-table .table th {
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .about-table .table td:first-child, .about-table .table th:first-child {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .about-table .table td:first-child {
    padding-bottom: initial;
    color: inherit;
  }

  .about-table .table td {
    display: table-cell;
  }
}