/*===========================
  Features Two CSS
===========================*/
.features-two {
  background-color: #FFFFFF;
  padding-top: 120px;
  padding-bottom: 120px;
}
.features-two .section-title {
  padding-bottom: 10px;
}
.features-two .title {
  font-size: 44px;
  font-weight: 600;
  color: var(--black);
  line-height: 55px;
}
@media (max-width: 767px) {
  .features-two .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.features-two .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 24px;
}

.features-style-two {
  padding: 40px 20px 52px;
  background-color: var(--white);
  margin-top: 40px;
  transition: all 0.3s;
  box-shadow: var(--shadow-2);
  border-radius: 4px;
}
.features-style-two:hover {
  box-shadow: var(--shadow-4);
}
.features-style-two .features-title {
  font-size: 36px;
  line-height: 45px;
  color: var(--black);
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .features-style-two .features-title {
    font-size: 24px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-style-two .features-title {
    font-size: 36px;
    line-height: 45px;
  }
}
.features-style-two .features-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.features-style-two .features-icon i {
  font-size: 60px;
  line-height: 70px;
  color: var(--primary);
}
.features-style-two .features-icon .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.features-style-two .text {
  color: var(--dark-3);
  margin-top: 16px;
}
.features-style-two .features-btn {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 30px;
}

/*# sourceMappingURL=feature-02.css.map */
