.available_opportunities {
  background-image: linear-gradient(
      180deg,
      rgb(27 31 37 / 50%) 0%,
      rgb(27 31 37 / 90%) 100%
    ),
    url(/wp-content/themes/anatol_transfer/assets/images/image/anatol_poster1.webp);
  min-height: max(40vh, 20rem);
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.available_opportunities--wrapper {
  margin: 7.5vw auto;
  gap: 2.5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.available_opportunities h2 {
  font-size: max(4.35vw, 44px);
  font-family: var(--base-font-family);
  font-weight: 700;
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
}

.section_content ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.section_content ul li {
  width: calc(100% / 3);
}

.section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75vw;
}

.section_content,
.section_content p {
  color: #fff;
  font-size: max(0.9vw, 1rem);

  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 700px) {
  .section_content ul {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    text-align: center;
    align-items: center;
  }
  .section_content ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .section_content strong {
    font-size: max(3vw, 21px);
  }
  .available_opportunities--wrapper {
    width: 94%;
  }
}

@media screen and (max-width: 550px) {
  .available_opportunities {
    background-attachment: initial;
    /* background-image: none; */
  }

  .available_opportunities h2 {
    font-size: max(3vw, 2rem);
  }
}
