.info-img {
  visibility: show !important;
}
@media (max-width: 970px) {
img {
    display: block;
    margin: 0 auto;
}
.info-img {
    visibility: hidden !important;
}
  /* Add your custom responsive styles here */
}
.item-card {
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 5px;
  padding: 15px;
  border-radius: 10px;
}
.action-button {
  font-size: 28px;
  margin: 0 15px;
  cursor: pointer;
  color: blue;
}
.action-button-selected {
  color: red;
}
.item-content {
  width: 100%;
}
.item-content img {
  width: 85%;
  padding: 0 5px;
  margin-top: -30px;
  border-radius: 8px;
}
.item-content p {
  font-size: 14px;
  font-weight: bold !important;
}
.icon-container {
  position: relative;
  width: 30px;
  height: 30px;
}
.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid yellow;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exclamation-mark {
  position: relative;
}
.line {
  width: 3px;
  height: 10px;
  background-color: white;
  margin: 0 auto;
}
.dot {
  width: 3px;
  height: 3px;
  background-color: white;
  border-radius: 50%;
  margin: 0 auto;
}
.our-content {
  border: 1px solid #a0c9cb;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
}
