/*===========================
  about-07 css
===========================*/
.about-seven {
  background-color: var(--light-2);
  position: relative;
  padding: 100px 0;
}
.about-seven .about-left {
  padding-right: 100px;
}
.about-seven .about-left p {
  margin-bottom: 25px;
}
.about-seven .about-left .section-title {
  padding: 0;
  margin-bottom: 40px;
}
.about-seven .about-left .section-title span {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  color: var(--primary);
}
.about-seven .about-left .section-title h2 {
  margin: 0;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.about-seven .about-left .section-title h2::before {
  display: none;
}
.about-seven .about-left .author img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.about-seven .about-left .author .content {
  margin-top: 40px;
}
.about-seven .about-left .author .content h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  top: 22px;
}
.about-seven .about-left .author .content h5 a {
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
  text-transform: capitalize;
}
.about-seven .about-right {
  position: relative;
}
.about-seven .about-right img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

/*# sourceMappingURL=about-07.css.map */
