.rs-team {
  margin-top: 0px;
}
@media (min-width: 991.98px) {
  .rs-team__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 991.98px) and (max-width: 1439.98px) {
  .rs-team__wrapper {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .rs-team__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.rs-team__picture {
  width: 100%;
  height: 100%;
}
@media (min-width: 991.98px) {
  .rs-team__picture {
    grid-column: 1/2;
  }
}
@media (max-width: 991.98px) {
  .rs-team__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .rs-team__picture .rs-team__img {
    display: none;
  }
}
.rs-team__picture .back-link {
  margin-top: 30px;
}
@media (max-width: 1439.98px) {
  .rs-team__picture .back-link {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .rs-team__picture .back-link {
    margin: 16px 0px 0px auto;
  }
}
@media (min-width: 991.98px) {
  .rs-team__picture_body {
    position: sticky;
    width: 100%;
    top: 150px;
    left: 0;
  }
}
.rs-team__img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .rs-team__img {
    float: left;
    max-width: 276px;
    margin-right: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .rs-team__img {
    max-width: 100%;
    float: unset;
    margin-bottom: 8px;
  }
}
.rs-team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 1439.98px) {
  .rs-team__desc {
    margin-left: 30px;
  }
}
@media (min-width: 991.98px) {
  .rs-team__desc {
    grid-column: 2/4;
    -webkit-box-shadow: 9px 11px 29px 0 rgba(125, 138, 152, 0.15);
            box-shadow: 9px 11px 29px 0 rgba(125, 138, 152, 0.15);
    background: #fff;
    border-radius: 15px;
    padding: 50px;
  }
}
@media (min-width: 991.98px) and (max-width: 1439.98px) {
  .rs-team__desc {
    padding: 30px;
  }
}
@media (min-width: 991.98px) {
  .rs-team__desc .rs-team__img {
    display: none;
  }
}
.rs-team__head {
  padding: 0px 0px 16px 0px;
  border-bottom: 1px solid #d6dbe0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .rs-team__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 8px;
  }
}
.rs-team__title p {
  margin-top: 8px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .rs-team__title p {
    margin-top: 4px;
  }
}
@media (max-width: 767.98px) {
  .rs-team__title p {
    margin-top: 0px;
  }
}
.rs-team__exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 11px 16px;
  background: #f2f4f9;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .rs-team__exp {
    margin-top: 8px;
  }
}
.rs-team__exp_icon {
  padding: 11px;
  border-radius: 50%;
  background: #fff;
  margin-right: 16px;
}
@media (max-width: 991.98px) {
  .rs-team__exp_icon {
    padding: 10px;
  }
  .rs-team__exp_icon svg {
    width: 25px;
    height: 25px;
  }
}
.rs-team__body {
  padding: 30px 0px 0px;
}
@media (max-width: 767.98px) {
  .rs-team__body {
    padding: 16px 0px 0px;
  }
}
.rs-team__body > *:nth-child(2) {
  margin-top: 0px !important;
}
.rs-team__body > *:last-child {
  margin-bottom: 0px !important;
}
.rs-team__body p {
  margin-bottom: 16px;
}
.rs-team__body h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}
.rs-team__body ul {
  margin: 3px 0px;
}
.rs-team__body ul[data-column="2"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.5px -15px;
}
@media (max-width: 991.98px) {
  .rs-team__body ul[data-column="2"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.rs-team__body ul[data-column="2"] li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0;
  padding: 1.5px 15px;
}
@media (max-width: 991.98px) {
  .rs-team__body ul[data-column="2"] li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .rs-team__body ul[data-column="2"] li:not(:last-child) {
    margin-bottom: 3px;
  }
}
.rs-team__body ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #383b56;
}
@media (max-width: 1439.98px) {
  .rs-team__body ul li {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .rs-team__body ul li {
    font-size: 13px;
  }
}
.rs-team__body ul li:not(:last-child) {
  margin-bottom: 3px;
}
@media (max-width: 767.98px) {
  .rs-team__body ul li:not(:last-child) {
    margin-bottom: 4px;
  }
}
.rs-team__body ul li::before {
  content: "";
  position: relative;
  display: block;
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 8px;
}
@media (max-width: 1169.98px) {
  .rs-team__body ul li::before {
    margin-top: 2px;
  }
}
@media (max-width: 767.98px) {
  .rs-team__body ul li::before {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
  }
}
.rs-team__body .rs-accordion__spollers {
  margin-top: 30px;
}