/*================================================================================================
    Start Features Area
===================================================================================================*/
.features {
  border-bottom: 1px solid #d0ccca;
}
.features-img {
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 46%;
}
.features-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-content {
  padding: 120px 0px;
}
.features-content .content-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 60px;
}

.features-info {
  display: flex;
  gap: 100px;
  border-top: 1px solid #d0ccca;
  padding: 24px 0px;
}
.features-info:last-child {
  border-bottom: 1px solid #d0ccca;
}
.features-info .number {
  font-size: 42px;
  line-height: 30px;
  font-weight: 500;
  color: var(--title-color);
}

.features-info .title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

.features-info .text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .features-content .content-title {
    font-size: 34px;
    line-height: 140%;
    margin-bottom: 41px;
  }
  .features-content {
    padding: 80px 0px;
  }
  .features-info {
    gap: 52px;
  }
  .features-info .title {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991.99px) {
  .features-img {
    position: inherit;
    width: 100%;
  }
  .features-content .content-title {
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 40px;
  }
  .features-content {
    padding: 56px 0px;
  }
  .features-info {
    gap: 24px;
  }
  .features-info .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .features-info .text {
    line-height: 160%;
  }
  .features-info .number {
    font-size: 38px;
  }
  .features-info-flex:first-child {
    margin: 0;
  }
}

/*================================================================================================
    End Features Area
===================================================================================================*/
