.commonCard .imgBox,
.amenitiesBox {
  overflow: hidden;
  position: relative;
}

.amenitiesBox {
  border-radius: 16px;
  overflow: hidden;
}

.commonCard .imgBox img {
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.commonCard:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.commonCard .imgBox .logoImg,
.amenitiesBox .logoImg {
  transform: none;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  padding: 8px 8px;
  border-radius: 0px 0px 6px 6px;
}

.commonCard .imgBox .logoImg img {
  width: 150px;
  transform: none !important;
}

.amenitiesBox .logoImg img {
  width: 100px;
}

.commonCardContent {
  background-color: #fff;
  padding: 15px 10px;
}

.latestBlogs .commonCardContent {
  min-height: 110px;
}

.commonCardContent h3,
.commonCardContent h2 {
  /* font-family: 'Optima Bold'; */
  color: #27262e;
  font-size: 18px;
}

.commonCardContent P {
  color: #27262e;
  font-size: 14px;
  margin-bottom: 5px;
}

.commonCardContent h2 {
  font-size: 24px;
}

.commonCardContent ul {
  gap: 10px;
}

.commonCardContent ul li {
  font-size: 12px;
  line-height: 1;
  color: #27262e;
}

.commonCardContent ul li:not(:nth-child(1)):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #000;
  left: -5px;
}

.price p {
  /* font-family: 'Optima Medium'; */
  color: #27262e;
  font-size: 26px;
}

.commonCardContent .arrowButton {
  color: #27262e;
  font-size: 10px;
  font-weight: 600;
  align-items: center;
  gap: 5px;
}
