.rb_about {
  margin-bottom: 100px;
}

.rb_team-image {
  position: relative;
  width: 100%;
  padding-top: 69%;
  overflow: hidden;
}
.rb_team-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.rb_team-content h6 {
  margin: 15px 0;
}
.rb_team-content h3 {
  margin-bottom: 24.9px;
}

.rb_team-inner .rb_team-item:not(:last-child) {
  margin-bottom: 102px;
}

@media (max-width: 1366px) {
  .rb_about {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .rb_about {
    margin-bottom: 50px;
  }
}
.rb_team h2 {
  font-size: 30px;
  margin-bottom: 102px;
}
.rb_team .rb_team-inner .rb_team-wrap {
  margin-bottom: 45px;
}

@media (max-width: 1440px) {
  .rb_team .rb_team-item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 1366px) {
  .rb_team h2 {
    margin-bottom: 80px;
  }
  .rb_team .rb_team-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .rb_team h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .rb_about .col-5, .rb_about .col-7, .rb_team .col-5, .rb_team .col-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .rb_team-inner .rb_team-item {
    padding: 15px;
    background-color: #f5f5f5;
  }
  .rb_team-inner .rb_team-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .rb_team-content h3 {
    margin: 20px 0 0 0;
  }
}
