.whereabouts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 2rem 0 2rem 0;
}

.itemWhere {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.itemWhere a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  text-decoration: none;
  color: inherit;
}


.itemWhere a > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 1rem;
}

.itemWhere img {
  max-width: 60px;
  width: 100%;
  height: auto;
  border-radius: 40px;
}

.whereText h1 {
  margin: 0;
  font-size: 2rem;
  width: 75%;
}

.itemWhere iframe {
  width: 100%;
  max-width: 800px;
  height: 400px;
  border: none;
  border-radius: 8px;
}




@media screen and (orientation: portrait) and (max-width: 475px){
  .whereText{
    margin-left:2rem;
  }
}