.SPU-heads {
  height: 87vh;
  background-color: black;
}

.SPU-header {
  height: 25vh;
  color: white;
  font-family: "Open Sans";
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* padding-top: 30px; */
}

.SPU-photo {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SPU-heads-photo {
  height: 60%;
  margin-bottom: 5%;
  border-radius: 5%;
}

.SPU-names {
  height: 75vh;
  text-align: center;
  color: white;
  font-family: "Open Sans";
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}

.SPU-names-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  height: inherit;
}

.SPU-title {
  margin: 0;
  font-size: 24px;
}

.SPU-subtitle {
  margin: 0;
}

@media (max-width: 1024px) and (orientation: landscape){
  .SPU-heads {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .SPU-header {
    height: 10vh;
  }

  .SPU-names {
    height: 50vh;
  }
  .SPU-names-container {
    justify-content: center;
  }

  .SPU-title {
    font-size: 16px;
  }

  .SPU-subtitle {
    font-size: 14px;
  }

  .SPU-heads-photo {
    height: 60%;
  }
}

@media (max-width: 1024px) and (orientation: portrait){
  .SPU-heads {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .SPU-header {
    height: 10vh;
  }

  .SPU-names {
    height: 50vh;
  }
  .SPU-names-container {
    justify-content: center;
  }

  .SPU-title {
    font-size: 16px;
  }

  .SPU-subtitle {
    font-size: 14px;
  }

  .SPU-heads-photo {
    height: 50%;
  }
}

@media (max-width: 820px) and (orientation: portrait){
    .SPU-names{
        height: 30vh;
    }
    
    .SPU-heads{
        height: 50vh;
    }
}

@media (max-width: 768px) {
  .SPU-title {
    font-size: 12px;
  }

  .SPU-subtitle {
    font-size: 10px;
  }

  .SPU-heads-photo {
    height: 60%;
  }
}

@media (max-width: 579px) {
  .SPU-heads {
    height: 180vh;
    justify-content: unset;
  }

  .SPU-title {
    font-size: 16px;
  }

  .SPU-names {
    height: 50vh;
    flex-direction: column;
    justify-content: space-evenly;
    /* flex-wrap: wrap; */
    gap: 20px;
    margin: 0px 10px;
  }

  /* .SPU-subtitle {
    font-size: 10px;
  } */

  .SPU-heads-photo {
    height: 80%;
  }

  .SPU-photo {
    height: 30vh;
  }

  .SPU-header {
    height: 10vh;
    justify-content: unset;
    padding-top: 30px;
  }
}

/* @media (max-width: 488px) {
  .SPU-title {
    font-size: 10px;
  }
} */

@media (max-width: 426px) {
  .SPU-header {
    font-size: 16px;
  }

  .SPU-heads-photo {
    height: 70%;
  }
}

@media (max-width: 321px) {
  .SPU-header {
    font-size: 16px;
  }

  .SPU-photo {
    height: 25vh;
  }
}
