.mission {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
  align-items: center;
}

.mission-title {
  align-self: start;
  margin-left: 15%;
  margin-bottom: 50px;
}
.mission-title h1 {
  font-weight: 700;
  letter-spacing: 1px;
}

.mission-content {
  position: relative;
  display: flex;
  margin-left: 15%;
  margin-right: 15%;
  width: 994px;
  height: 512px;
  border-radius: 50px 50px 50px 50px;
  align-items: center;
  justify-content: center;
}
.mission-content h3 {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.75;
  position: absolute;
  color: white;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 1, 1, 0.6);
  border-radius: 50px;
  pointer-events: none;
}
.mission-content img {
  object-fit: cover;
  border-radius: 50px;
}

@media screen and (min-width: 351px) and (max-width: 500px) {
  .mission-title {
    padding-left: 10%;
    margin: 0;
    padding-bottom: 30px;
  }
  .mission-title h1 {
    font-size: 2rem;
  }
  .mission-content {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .overlay {
    display: none;
  }
  .mission-content img {
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 0;
    flex-shrink: 0;
    order: 2;
  }
  .mission-content h3 {
    padding: 10%;
    padding-top: 0;
    position: relative;
    order: 1;
    z-index: 1;
    color: black;
  }
}
@media screen and (min-width: 501px) and (max-width: 750px) {
  .mission-title {
    padding-left: 10%;
    margin: 0;
    padding-bottom: 30px;
  }
  .mission-title h1 {
    font-size: 2rem;
  }
  .mission-content {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .overlay {
    display: none;
  }
  .mission-content img {
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 0;
    flex-shrink: 0;
    order: 2;
  }
  .mission-content h3 {
    padding: 10%;
    padding-top: 0;
    position: relative;
    order: 1;
    z-index: 1;
    color: black;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .mission-title {
    padding-left: 10%;
    margin: 0;
    padding-bottom: 30px;
  }
  .mission-title h1 {
    font-size: 2rem;
  }
  .mission-content {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .overlay {
    display: none;
  }
  .mission-content img {
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 0;
    flex-shrink: 0;
    order: 2;
  }
  .mission-content h3 {
    padding: 10%;
    padding-top: 0;
    position: relative;
    order: 1;
    z-index: 1;
    color: black;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1500px) {
  .mission-title {
    margin-left: 5%;
  }
}
