/*================================================
RB About Area CSS
=================================================*/
.rb-about-content span {
  font-size: 16px;
  color: var(--mainColor);
}

.rb-about-content h3 {
  font-size: 42px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.rb-about-content .signature {
  margin-top: 30px;
}

.rb-about-content .signature h4 {
  font-size: 25px;
  margin-bottom: 5px;
}

.rb-about-content .signature span {
  color: #6b6b6b;
  font-size: 16px;
}

.rb-about-content .signature img {
  display: block;
  margin-top: 10px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .rb-about-content h3 {
      font-size: 25px;
    }
    .rb-about-content .signature h4 {
      font-size: 20px;
    }
    .rb-about-image {
      margin-top: 30px;
      text-align: center;
    }
}