.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: space-between;
  align-items: center;
  margin: 0;
  border: none;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
  gap: 20px;
}

.safe-spaces-text {
  color: white;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  margin: 0;
}

.safe-spaces-trigger img {
  width: 149px;
  height: 93px;
}



@media (max-width: 767px) {
  .safe-spaces-text {
    font-size: 14px;
  }

  .safe-spaces-trigger img {
    width: 106px;
    height: 66px;
  }

}