.rb_service .row {
  margin-bottom: 50px;
}
.rb_service h2 {
  margin-bottom: 25px;
}
.rb_service .rb_service-img {
  position: relative;
  width: 100%;
  padding-top: 105%;
  overflow: hidden;
}
.rb_service .rb_service-img 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_work {
  padding: 40px 0 60px;
}
.rb_work h2 {
  margin-bottom: 35px;
}