.amenities_section {
}

.amenities_section .amenities_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 10px 0px;
}

.additional_facilities {
  margin-bottom: 70px;
}

.additional_facilities .amenities_wrapper .amenity_card {
  border: 1px solid #f16625;
  background: #ffede5;
}

.additional_facilities .amenities_wrapper .amenity_icon {
  color: #f16625;
  font-size: 20px;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.amenities_section .amenity_card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border: 1px solid #153b89;
  border-radius: 6px;
  background: #eeefff;
  height: 100%;
}

.amenities_section .amenity_icon {
  color: #2f4fa2;
  font-size: 20px;
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 8px;
}

.amenities_section .amenity_text {
  font-size: 16px;
  color: #202020;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common_title1 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.common_title1 .title_text {
  font-size: 23px;
  font-weight: 700;
  color: #202020;
  margin: 0;
}

@media (min-width: 0px) and (max-width: 574px) {
  .amenities_section .amenity_text {
    font-size: 13px;
  }

  .amenities_section .amenity_icon,
  .additional_facilities .amenities_section .amenity_icon {
    width: 20px;
    height: 20px;
  }

  .common_title1 .title_text {
    font-size: 20px !important;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .amenities_section .amenity_text {
    font-size: 14px;
  }

  .amenities_section .amenity_icon,
  .additional_facilities .amenities_section .amenity_icon {
    width: 24px;
    height: 24px;
  }

  .additional_facilities .amenities_section .amenity_icon,
  .amenities_section .amenity_icon {
    width: 25px;
    height: 25px;
  }

  .common_title1 .title_text {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .amenities_section .amenity_text {
    font-size: 15px;
  }

  .additional_facilities .amenities_section .amenity_icon,
  .amenities_section .amenity_icon {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .amenities_section .amenity_text {
    font-size: 15px;
  }
}
