*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
}
.required {
  color: red;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.7em;
}
ion-icon {
  font-size: 5rem;
  transition: all 0.5s;
}
.copyright--text {
  color: #212529;
  font-size: 12px;
}
.btn {
  background: red;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 60px;
  margin: 10px 0;
  outline: none;
  padding: 0 15px;
  transition: all 0.2s;
}
.btn:hover {
  background-color: orange;
  box-shadow: 2px 2px 10px rgb(87, 87, 87, 0.7);
  cursor: pointer;
}
.btn--flex {
  align-items: center;
  display: flex;
}
.btn--flex ion-icon {
  width: 2rem;
}
.select {
  font-size: 18px;
  height: 6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 30rem;
}
.select--date {
  font-size: 18px;
  height: 6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 12rem;
}
.input {
  border-radius: 10px;
  font-size: 18px;
  margin: 0.5rem 0;
  padding: 1.5rem 0.5rem;
  width: 100%;
}
.header {
  align-items: center;
  background-color: #000;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  justify-content: center;
  justify-content: end;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.memberscontainer {
  text-align: center;
  width: 100%;
}
#imgwoman {
  background-image: url("../media/lander1061profile1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: inline-block;
  height: 550px;
  margin: auto;
  margin-top: 5%;
  width: 400px;
}
#memberstitle {
  color: #000;
  font-size: 4rem !important;
  line-height: 4.1rem !important;
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.member {
  color: #000;
  display: inline-block;
  height: 550px;
  margin: 5px;
  vertical-align: top;
  width: 350px;
}
.member h1 {
  text-align: left;
}
.member p {
  font-size: 2rem;
  text-align: left;
}
.member img {
  border-radius: 10px;
  max-width: 350px;
}
.btncontainer {
  margin: 50px;
  text-align: center;
  width: 100%;
}
.btncontainer button {
  background: red;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 30px;
  outline: none;
  padding: 20px;
  transition: all 0.2s;
}
.btncontainer button:hover {
  background-color: orange;
  box-shadow: 2px 2px 10px rgb(87, 87, 87, 0.7);
  cursor: pointer;
}
.content {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 20%;
  padding-right: 20%;
}
.content--bg {
  background-color: #eee;
  border-radius: 10%;
  display: inline-block;
  margin: auto;
  max-height: 500px;
  padding: 40px 10px 10px 10px;
  position: relative;
  text-align: center;
  width: 45%;
}
.container__box-2 h1 {
  color: red;
  font-size: 3rem;
  line-height: 3.1rem;
}
.container__box-2 h2 {
  color: orange;
  font-size: 2.5rem;
  line-height: 2.6rem;
}
.content--p-2 {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.container__box-2--form {
  align-items: center;
  display: none;
  flex-direction: column;
  padding: 0.5rem;
}
@media only screen and (max-width: 1000px) {
  .select--date {
    height: 5rem;
    width: 8rem;
  }
}
@media only screen and (max-width: 900px) {
  #imgwoman {
    background-image: url("../media/lander1061profile1mobile.jpg");
    display: block;
    height: 450px;
    margin: auto;
    margin-bottom: 10px;
  }
  body {
    background-position: center;
  }
  .content--bg {
    width: 100%;
  }
  .content {
    flex-direction: column;
    padding: 2%;
  }
  .btncontainer {
    margin: 30px 0;
  }
  .header {
    line-height: 3rem;
  }
  .header p {
    display: none;
  }
  .content--p-2 {
    font-size: 20px;
  }
  .select--date {
    margin-right: 1rem !important;
  }
  .select--date {
    width: 6rem;
  }
  .required {
    font-size: 12px;
  }
  .copyright--text {
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .member h1,
  .member p {
    text-align: center;
  }
  #imgwoman {
    display: block;
    height: 400px;
    margin: auto;
    width: 100%;
  }
}
