#JOINING {
  background: #fff;
  width: 100%;

  .section-title-white {
    svg {
      height: 500px;
    }
  }

  .flex-col {
    h3 {
      font-family: "Fugaz One";
      font-size: 64px;
      color: transparent;
      -webkit-text-stroke: 1px #773692;
    }
    @media (max-width: 1050px) {
      h3 {
        font-size: 24px;
      }
    }
    p {
      font-family: "Zen Kaku Gothic Newserif";
      font-size: 32px;
      text-align: center;
    }
    @media (max-width: 1050px) {
      p {
        font-size: 16px;
      }
    }
  }

  .img-container {
    width: 400px;
    height: 400px;
    overflow: hidden;

    img {
      width: 80%;
      height: 80%;
      object-fit: cover;
    }
  }
  @media (max-width: 1050px) {
    .img-container {
      width: 250px;
      height: 250px;
    }
  }
  @media (max-width: 550px) {
    .img-container {
      width: 200px;
      height: 200px;
    }
  }
  h4 {
    font-family: "Dela Gothic One";
    font-size: 32px;
    color: transparent;
    -webkit-text-stroke: 1px #000;
  }

  .alert-container {
    width: 100%;
  }
  .alert {
    width: 100%;
    height: 50px;
    gap: 50px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    p {
      font-family: "Dela Gothic One";
      font-size: 20px;
      letter-spacing: 4px;
    }
  }

  @media (max-width: 1050px) {
    .alert {
      width: 80%;
      gap: 20px;
      p {
        font-size: 12px;
        letter-spacing: 2px;
      }
    }
    .alert p:nth-child(1) {
      display: none;
    }
  }
}
