.rb_service-wrap {
  padding: 80px 0 0;
}
.rb_service-wrap h1 {
  text-align: center;
  margin-bottom: 60px;
}

.rb_gallery-inner h2 {
  text-align: center;
  margin-bottom: 50px;
}
.rb_service-wrap .rb_service-img {
  position: relative;
  width: 100%;
  padding-top: 76%;
  overflow: hidden;
}
.rb_service-wrap .rb_service-img img {
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rb_service-wrap .rb_service-content p:last-child {
  margin-bottom: 0;
}
.rb_service-content p:first-child {
  margin-top: -6px;
}

@media (max-width: 1440px) {
  .rb_service-wrap h1 {
    text-align: center;
    margin-bottom: 40px;
  }
	
.rb_gallery-inner h2 {
  text-align: center;
  margin-bottom: 40px;
}
}
@media (max-width: 767px) {
  .rb_service-wrap {
    padding: 40px 0 0;
  }
  .rb_service-wrap h1 {
    margin-bottom: 20px;
  }
  .rb_service-wrap .rb_service-content {
    margin-top: 20px;
  }
	
	.rb_gallery-inner h2 {
  text-align: center;
  margin-bottom: 20px;
}
	
}
.rb_gallery .rb_gallery-wrapper {
  margin-top: 0;
}