.section_content {
  background-image: url(../images/dsgsgetyewsawr.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 0;
}

.section_content_wrapper {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
}

@media screen and (min-width: 1024px) {
  .section_content {
    padding: 24px 0;
  }
}

@media screen and (min-width: 1200px) {
  .section_content {
    padding: 32px 0;
  }

  .section_content_wrapper {
    padding: 24px;
  }
}
