body {
  font-family: "Inter", sans-serif;
  color: #000;
}

.container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
/* header */
.header__logo {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}

/* hero */

.hero {
  margin-top: 24px;
  background-image: url(../images/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 0;
}

.hero__wrapper,
.time__wrapper {
  border-left: 2px solid #ff5b5b;
  padding-left: 10px;
}
.hero__title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.hero__btn {
  margin-top: 10px;
  display: block;
  width: fit-content;
  padding: 10px 32px;
  border: 2px solid #fff;
  border-radius: 16px;
  /* text-transform: uppercase; */
  background-color: #00467f80;
  color: #fff;
  background-color: transparent;
}
/* woman */
.woman {
  margin-top: 24px;
}
.woman__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}
.woman__img {
  max-width: 140px;
  width: 100%;
}
.woman__wrapper p {
  /* width: 48%; */
  max-width: 200px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}



/* time */
.time__title {
  margin-top: 48px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.time {
  margin-top: 48px;
  background-image: url(../images/time-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 0;
}
.time__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
.time__text {
  color: #FFFFFF99;
  font-size: 18px;
}

.time__time {
font-size: 24px;
font-weight: 600;
}

.time__info {
  font-size: 20px;
}

.time__btn {
  display: block;
  width: fit-content;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 8px;
  border: 2px solid #00467f;
  border-radius: 16px;
  color: #fff;
  background-color: #00467F80;
}
/* contact */
.contact {
  margin-top: 64px;
}
.contact__title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}

label {
  font-size: 20px;
  font-weight: 600;
  margin-top: 24px;
}
.form__input {
  border: none;
  border-radius: 6px;
  background-color: #00467f4d;
}

.form__btn {
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 16px;
  background-color: #00467f;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 100%;
}

/* footer */
.footer {
  margin-top: 68px;
  padding: 0 15px;
}
.footer__inner {
  border-top: 3px solid #1b8ffa;
  padding-top: 24px;
  text-align: center;
  padding-bottom: 32px;
}
.footer__logo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.footer__title {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__copi {
  margin-top: 24px;
  font-size: 16px;
}
