.about-us {
  padding: 90px 0 95px;
  border-bottom: 1px solid #dbe0e2;
}

.about-us__tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}

.about-us__tabs__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 35px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  background-color: #e8eaef;
  color: #8a8b90;
  border-right: 1px solid #f4f5f6;
  cursor: pointer;
}

.about-us__tabs__item:last-child {
  border-right: none;
}

.about-us__tabs__item.-active {
  color: #8198e8;
  background-color: #f4f5f6;
}

.about-us__content {
  display: none;
  padding: 50px 80px 60px 60px;
  width: 100%;
  height: auto;
  background-color: #f4f5f6;
}

.about-us__content.-active {
  display: block;
}

.select {
  display: none;
  width: 100%;
}

.select .select-wrapper {
  position: relative;
  border: 1px solid #dbe0e2;
  background-color: #f4f5f6;
}

.select .selectbox {
  padding: 11px 56px 10px 24px;
  width: 100%;
  height: 100%;
  font-family: "Montserrat";
  background-color: #e8eaef;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 500;
  color: #47484c;
  border: none;
  opacity: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/assets/svg/arrow-right.svg);
  background-position: right -1px top 0, 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1247px) {
  .about-us__tabs__item {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .about-us__tabs__item {
    display: none;
  }
  .select {
    display: block;
  }
}

@media only screen and (max-width: 639px) {
  .about-us__content {
    padding: 38px 25px 40px;
  }
}



@media only screen and (max-width: 1247px) {
  .about-us__tabs__item {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .about-us__tabs__item {
    display: none;
  }
  .select {
    display: block;
  }
}

@media only screen and (max-width: 639px) {
  .about-us__content {
    padding: 38px 25px 40px;
  }
}
.sponsors {
  padding: 80px 0 95px;
  border-bottom: 1px solid #dbe0e2;
}

.sponsors__title {
  margin-bottom: 30px;
}

.sponsors__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sponsors__wrapper__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 12px;
  width: 172px;
  height: 172px;
  background-color: #f4f5f6;
}

.sponsors__wrapper__item:last-child {
  margin-right: 0;
}

.sponsors__wrapper__item-img {
  width: 100%;
  max-width: 75px;
  height: auto;
}

@media only screen and (max-width: 1247px) {
  .about-us__tabs__item {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .about-us__tabs__item {
    display: none;
  }
  .select {
    display: block;
  }
}

@media only screen and (max-width: 639px) {
  .about-us__content {
    padding: 38px 25px 40px;
  }
}
