.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.strike {
  text-decoration: line-through;
}

.underline-text {
  text-decoration: underline;
}

.details {
  background-color: #d5d8dd;
}

@media (max-width: 576px) {
  .promotion {
    margin-left: 20px;
    margin-right: 20px;
  }
}
