.key_features_section {
  padding: 30px 0;
  overflow: hidden;
}

.key_features_section .main_title {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 20px;
}

.key_features_section .list_wrapper .feature_list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.key_features_section .list_wrapper .feature_list li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.key_features_section .list_wrapper .feature_list .dot {
  width: 8px;
  height: 8px;
  background: #f16625;
  border-radius: 50%;
  margin-top: 7px;
}

.key_features_section .highlight_text {
  font-weight: 600;
  margin: 30px 0 10px;
  font-size: 23px;
  color: #202020;
}

.key_features_section .bottom_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.key_features_section .bottom_wrapper .feature_info {
  width: 48%;
}

.key_features_section .sub_title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
  color: #202020;
}
.key_features_section .bottom_wrapper .info_item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #202020;
}

.key_features_section .info_item .icon {
  color: #202020;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #0000005c;
  border-radius: 4px;
  padding: 5px 3px;
}

/*====================Media Query========================================*/

@media (min-width: 0px) and (max-width: 767.98px) {
  .key_features_section .main_title {
    font-size: 18px;
  }

  .key_features_section {
    padding: 0;
  }
  .key_features_section .list_wrapper .feature_list li {
    font-size: 14px;
  }
  .key_features_section .highlight_text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .key_features_section .bottom_wrapper .info_item {
    font-size: 14px;
  }
  .key_features_section .bottom_wrapper {
    gap: 15px;
    flex-direction: column;
  }
  .key_features_section .bottom_wrapper .feature_info {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .key_features_section .main_title {
    font-size: 20px;
  }
  .key_features_section .list_wrapper .feature_list li {
    font-size: 15px;
  }
  .key_features_section .highlight_text {
    font-size: 20px;
  }
  .key_features_section .list_wrapper .feature_list li {
    font-size: 14px;
  }
  .key_features_section .bottom_wrapper .info_item {
    font-size: 14px;
  }
  .key_features_section .bottom_wrapper {
    margin-top: 20px;
  }
}
