.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: #fff;
}

/* .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: #ffffff;
  height: 100%;
}

.amenities_section .amenity_card .icon_div {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
}

.amenities_section .amenity_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amenities_section .amenity_text {
  font-size: 15px;
  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;
  }

  .common_title1 .title_text {
    font-size: 20px !important;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .amenities_section .amenity_text {
    font-size: 14px;
  }

  .common_title1 .title_text {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .amenities_section .amenity_text {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .room_facilities_section {
    margin-top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .amenities_section .amenity_text {
    font-size: 15px;
  }

  .room_facilities_section {
    /* margin-top: 80px; */
  }
}
