.teams__intro {
  font-family: "Bebas", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
  color: #373F41;
}
@media only screen and (min-width: 992px) {
  .teams__intro {
    font-family: "Bebas", Helvetica, Arial, sans-serif;
    font-size: 17px !important;
    line-height: 26px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}

.teams__list-item-name {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 25px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .teams__list-item-name {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}

.teams__list-item-job, .teams__list-item-linkedin {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .teams__list-item-job, .teams__list-item-linkedin {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0.3px;
    font-weight: 300;
  }
}

.teams__heading {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 35px !important;
  line-height: 45px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .teams__heading {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 70px !important;
    line-height: 74px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}

.teams__intro {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 25px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .teams__intro {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}

.teams__right {
  text-align: right;
  order: 1;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .teams__right {
    order: 2;
    display: block;
  }
}
.teams__left {
  order: 2;
}
@media only screen and (min-width: 992px) {
  .teams__left {
    order: 1;
  }
}
.teams__heading {
  text-align: right;
  order: 2;
}
.teams__intro {
  text-align: right;
  color: #061D35;
  order: 1;
}
.teams__list-item {
  margin-bottom: 30px;
  text-align: center;
  background: #EFEFEF;
  color: #000;
}
.teams__list-item__inner {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 12px;
}
@media only screen and (min-width: 992px) {
  .teams__list-item {
    margin-bottom: 50px;
  }
}
.teams__list-item-name {
  color: #061D35;
}
.teams__list-item-job {
  border-bottom: 0.5px solid #868686;
  margin-bottom: 8px;
  min-width: 100%;
}
.teams__list-item-linkedin {
  text-align: left;
}
.teams__list-item-linkedin a {
  display: inline-flex;
  color: #000;
}
.teams__list-item-linkedin a span {
  margin-left: 5px;
}
.teams.dl-tabs {
  margin: 0 auto;
  width: 100%;
}
.teams.dl-tabs ul.tabs {
  align-items: flex-end;
  margin: 40px 0;
  text-align: right;
  display: inline-flex !important;
  flex-direction: column;
  justify-content: right;
}
.teams.dl-tabs ul.tabs li {
  padding: 10px;
  border-bottom: 0px;
  text-align: right;
  align-items: flex-end;
  border-right: 3px solid #E6E4E4;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .teams.dl-tabs ul.tabs li {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 23px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.teams.dl-tabs ul.tabs li.current {
  border-bottom: 0px;
  border-right: 3px solid #7D7D7D;
  color: #000;
}
.teams .tabs-content {
  text-align: left;
}
.teams .tabs-content__data {
  margin-top: 30px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .teams .tabs-content__data {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 23px !important;
    letter-spacing: 0.3px;
    font-weight: 300;
  }
}
.teams .tabs-content__data ul {
  margin-left: 0;
}
.teams .tabs-content__data ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 25px;
  border-bottom: 0px;
}
.teams__button {
  margin-left: auto;
  border: 1px solid #061D35;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: transparent;
  color: #061D35;
  border-radius: 4px;
  box-shadow: 1px 1px 32px rgba(255, 255, 255, 0.46);
  cursor: pointer;
  max-width: 240px;
  text-transform: none !important;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  line-height: 14px !important;
  letter-spacing: 0.3px;
  font-weight: 600;
  border-radius: 48px !important;
  -webkit-border-radius: 48px !important;
  -moz-border-radius: 48px !important;
  box-sizing: border-box;
  margin-top: 20px;
}
.teams__button:hover {
  color: #061D35;
  opacity: 0.85;
}
@media only screen and (min-width: 992px) {
  .teams__button {
    margin-top: 30px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    font-weight: 600;
  }
}
