.survey-block {
  overflow: hidden;
}

/* reason it needs to be linked is due to the .art-to100 */
.survey-block, .art-to100 {
  display: flex;
}

.survey-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.survey-imgchild {
  position: absolute;
  inset: 0;
  background-image: url('https://supplybuild.ca/images/2026/Advocacy/advocacy-survey.JPG');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 962px) {
  .survey-imgchild {
    position: static;
    width: 100%;
    height: 250px;
  }
}

.survey-text {
  padding: 4vh 2vw;
}

@media only screen and (max-width: 962px) {
  .survey-text {
  padding: 1vh 6vw;
  }
}