/*===========================
  about-04 css
===========================*/
.about-four {
  background-color: var(--light-2);
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}

.about-feature-four {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .about-feature-four {
    padding: 0;
  }
}
.about-feature-four .about-feature-image img {
  width: 100%;
}
.about-feature-four .about-feature-content .feature-title {
  margin-bottom: 16px;
}
.about-feature-four .about-feature-content .text {
  margin-top: 8px;
}

.about-feature-items-four {
  margin-top: 40px;
}
.about-feature-items-four .feature-items-icon {
  max-width: 100px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: var(--primary);
}
.about-feature-items-four .feature-items-content {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .about-feature-items-four .feature-items-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-feature-items-four .feature-items-content {
    padding-left: 30px;
    padding-top: 0;
  }
}
.about-feature-items-four .feature-items-content .text {
  margin-top: 16px;
}

.feature-four-image {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-four-image {
    padding: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .feature-four-image {
    padding: 0;
    margin-top: 40px;
  }
}
.feature-four-image img {
  border-radius: 5px;
}

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