.safe-spaces-container-inner,
.safe-spaces-container-inner.container {
  position: relative;
  display: block;
}

.safe-spaces-trigger {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: none;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
}

.safe-spaces-text {
  color: white;
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
  margin: 0;
 font-family: "rooney-sans";
}

.safe-spaces-trigger img {
  width: 200px;
  height: 126px;
}



@media (max-width: 767px) {
  .safe-spaces-text {
    display: none;
  }

  .safe-spaces-trigger img {
    width: 84px;
    height: 52px;
    margin: 0 auto;
  }

}

@media (min-width: 768px) and (max-width: 1199px) {

 .safe-spaces-text {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    color: white;
  }

  .safe-spaces-trigger img {
    width: 110px;
    height: 68px;
  }

  .safe-spaces-trigger {
  gap: 10px;
  justify-content: center;
}
}