.cms-editor.cms-editor__top {
  margin-top: 0;
}
.cms-editor.cms-editor__top h3 {
  color: #2E2E2E;
}
.cms-editor.cms-editor__bottom {
  margin-bottom: 50px;
}
.cms-editor p {
  margin: 0 0 35px 0;
}
.cms-editor ul {
  margin-bottom: 23px;
}
.about-us .posts-block__right .support {
  margin-top: 30px;
}
.button-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
.button-section a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-section a:first-child {
  width: 40%;
  margin-right: 5px;
}
.button-section a:last-child {
  width: 60%;
  margin-left: 5px;
}
.btn_blue {
  background: #00B9A4;
  color: #FFFFFF;
  border: 1px solid #00B9A4;
  text-decoration: none;
}
.btn_blue:hover {
  color: #00B9A4;
  background: #FFFFFF;
}
.team-position {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-top: 5px;
}
.sg-team-item {
  margin-bottom: 35px;
}
.sg-team-item figure {
  margin: 0;
}
.sg-team-item figure a {
  text-decoration: none;
  cursor: pointer;
}
.sg-team-item figure a figcaption {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #2E2E2E;
  padding-top: 5px;
}
.sg-team-item figure a img {
  width: 100%;
}
.sg-team-item figure a:hover figcaption {
  color: #00B9A4;
}
.single-team h1 {
  margin-bottom: 0;
}
.single-team .team__item {
  display: flex;
  margin: 25px 0 30px 0;
}
.single-team .team__item .team__img-block {
  flex: 0 0 30%;
  position: relative;
}
.single-team .team__item .team__img-block img {
  width: 100%;
  height: 100%;
  max-width: 230px;
  max-height: 280px;
  object-fit: cover;
}
.single-team .team__item .team__content {
  flex: 0 0 70%;
  padding: 0 0 0 40px;
}
.single-team .team__item .team__content .team__desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1A1A1A;
  margin-bottom: 6px;
}
@media (max-width: 1199.98px) {
  .page-template-about-us .posts-block__left {
    padding-right: 15px;
  }
  .single-team .posts-block__left {
    padding-right: 15px;
  }
  .single-team .posts-block__right {
    margin-top: 0;
  }
  .single-team .team__item {
    flex-direction: column;
  }
  .single-team .team__item .team__img-block {
    flex: 0 0 100%;
  }
  .single-team .team__item .team__content {
    flex: 0 0 100%;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 575.98px) {
  .button-section {
    flex-direction: column;
    justify-content: start;
    text-align: center;
  }
  .button-section a:first-child {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .button-section a:last-child {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
