* {
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #333533;
  /* position: relative; */
}
.logo_img {
  width: 200px;
  /* margin-left: 2em; */
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  margin: 0 2em;
  /* width: 50%; */
}

.menu_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.menu_item {
  list-style-type: none;
  /* margin-right: 3em; */
  font-family: Quicksand;
}

.menu_item li {
  display: inline-block;
  margin-left: 2em;
}

.login {
  border: 1px solid #354f52;
  padding: 2px 10px;
  border-radius: 8px;
}

.icon_mobile_nav {
  font-size: 2.5em;
}

/* .icon_mobile_nav[name="menu-outline"] {
  display: none;
} */
.icon_mobile_nav[name="close-outline"] {
  display: none;
}

.btn_mobile_nav {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.header {
  /* display: flex; */
  margin: 0 2.5em 2.5em;
  /* justify-content: space-between; */
}

/* .main_img {
  height: 450px;
  border-radius: 0 8px 8px 0;
} */

.title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  color: #354f52;
  background-color: #d4aa78;
  width: 400px;
  font-size: 4em;
  font-family: Quicksand;
  font-style: italic;
  /* margin-right: 0.02em; */
  border-radius: 8px 0 0 8px;
  padding: 10px;
}

.title_text {
  font-size: 0.2em;
  color: #333533;
  width: 90%;
  text-align: center;
}

.announcement {
  border: 1px solid #795b3d;
  background-color: rgb(250, 237, 237);
  min-height: 100px;
  margin: 0 2.5em 2.5em;
  border-radius: 4px;
  padding: 0.8em;
  display: none;
}

.mobile-img {
  display: none;
}

.main {
  display: flex;
  align-items: flex-start;
}

.main_content {
  /* margin: 0.5em; */
  display: flex;
  flex-direction: column;
}

.thc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3em;
}

.health,
.tech,
.community {
  /* border: 1px solid black;
  border-radius: 4px; */
  min-height: 200px;
  /* width: 30%; */
  margin: 0 30px;
  /* font-family: Roboto; */
  padding: 0.1em;
}

.tech,
.health,
.community {
  display: flex;
  /* background-color: #ccd5ae; */
  align-items: center;
}
.tech-img,
.health-img,
.community-img {
  border-radius: 4px;
  max-width: 400px;
}

.health {
  margin-left: 3em;
  /* background-color: #e9edc9; */
}

.community-img-container {
  align-self: stretch;
}

.sub_title,
.team_title,
.site_caption {
  padding: 0.5em;
  width: 90%;
  /* background-color: #fff; */
  display: inline-block;
  font-family: "Nanum Myeongjo";
  font-size: 1.8em;
  font-weight: 700;
  /* padding: 5px; */
}

.sub_text,
.team_text {
  padding: 0.8em;
  font-family: Quicksand;
  font-size: 1em;
  line-height: 1.7em;
}
/* 
.team {
  margin: 4em 2em;
  font-family: Roboto;
  color: #333533;
} */

.team_text {
  font-size: 1em;
  /* margin-bottom: 2em; */
}

.sidebar {
  min-width: 400px;
  background-color: #f0ead2;
  border: 1px solid #795b3d;
  margin-right: 35px;
  font-family: Quicksand;
  padding: 1em 3em 4em 3em;
  align-self: stretch;
}

.site_caption {
  /* font-size: 1.5em; */
  background-color: #f0ead2;
}

.sidebar ul {
  list-style-type: none;
  width: 80%;
}

.sidebar ul li {
  border-bottom: 1px solid #d4aa78;
  font-size: 0.8em;
  padding: 5px;
}

.site_title {
  display: inline-block;
  margin-top: 2em;
  color: #354f52;
  font-size: 0.9em;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
  color: #333533;
  padding: 0.5em;
  border-radius: 8px;
}

a:hover {
  color: #e9edc9;
  background-color: #354f52;
}

.top_container {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.about-container {
  display: flex;
  background-color: rgb(192, 218, 192);
  min-height: 90vh;
  justify-content: center;
  align-items: center;
  margin: 5em 2.5em;
  border-radius: 4px;
}

.about-img {
  display: flex;
  align-items: center;
}

.about-img img {
  width: 500px;
}

/* .about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #795b3d;
  background-color: rgb(192, 218, 192);
  width: 50%;
} */

.partner {
  border: 1px solid #d4aa78;
  margin: 4em 2.5em;
  border-radius: 4px;
  padding: 4em 0 4em 6em;
}

.partner-logo {
  display: flex;
  justify-content: space-around;
  gap: 10em;
  align-items: center;
  /* margin-bottom: 3.5em; */
  margin: 0 4em;
}

.partner-logo img {
  width: 100%;
}

.top {
  display: none;
  /* display: inline-block; */
  margin-left: auto;
  text-align: right;
  font-size: 1em;
  border: 1px solid #354f52;
  border-radius: 5px;
  padding: 8px;
}

.top_hide {
  display: none;
}

/* .landing-header {
  width: 100%;
} */

.header-img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 2em;
}

.cta {
  display: flex;
  margin: 0 2.5em 2.5em 2.5em;
  justify-content: center;
  gap: 5em;
  max-width: 90%;
}

.cta-header {
  text-align: center;
  font-size: 1.2em;
  padding: 0.5em;
  border-radius: 4px 4px 0 0;
  letter-spacing: 0.2em;
  box-shadow: 1px 1px 2px #354f52;
}

.vmmc {
  border: 1px solid green;
  /* border-width: 1px 1px 2px 1px; */
}

.primary-care {
  border: 1px solid #795b3d;
  /* border-width: 1px 1px 2px 1px; */
}

.maternity {
  border: 1px solid #354f52;
  /* border-width: 1px 1px 2px 1px; */
}

.cta-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #795b3d;
  border: 0 1px;
  min-height: 400px;
  min-width: 300px;
  padding: 1.5em;
  font-family: Quicksand;
  font-weight: 500;
  box-shadow: 1px 2px 3px #354f52;
}
.cta-item {
  display: flex;
  margin: 1.2em 0;
}
.cta-check {
  padding-right: 1.5em;
}

.cta-check img {
  width: 20px;
}

.cta-fee {
  display: flex;
  justify-content: center;
  font-family: Quicksand;
  border: 2px 1px 1px 1px;
  border-radius: 0 0 4px 4px;
  padding: 0.5em;
}

.cta-fee .rand {
  font-size: 2em;
}

.cta-fee .cent {
  display: inline-block;
  vertical-align: top;
  /* margin-left: -0.5em; */
  margin-top: 0.2em;
}

.cta-fee-vmmc {
  border: 1px solid green;
  border: 2px 1px 1px 1px;
  background-color: rgb(192, 218, 192);
  box-shadow: 1px 2px 3px #354f52;
}

.cta-fee-primary-care {
  border: 1px solid #795b3d;
  border: 2px 1px 1px 1px;
  background-color: #ede1d4;
  box-shadow: 1px 2px 3px #354f52;
}

.cta-fee-maternity {
  border: 1px solid #354f52;
  border: 2px 1px 1px 1px;
  background-color: #cad9db;
  box-shadow: 1px 2px 3px #354f52;
}

.footer {
  display: flex;
  gap: 5em;
  background-color: #333533;
  min-height: 10em;
  margin-top: 2.5em;
  font-family: Quicksand;
  color: #fff;
  padding: 4em;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.footer-item img {
  width: 20px;
  margin-right: 1em;
}

.footer-item span {
  display: inline-block;
}

/* @media screen and (max-width: 1280px) {
  .thc {
    flex-direction: column;
    gap: 2em;




  }
} */

@media screen and (max-width: 800px) {
  .menu {
    margin: 1em 0.2em;
    align-items: start;
  }
  .btn_mobile_nav {
    display: block;
  }

  .menu_container {
    display: flex;
    flex-direction: column;
    width: 200px;
    justify-content: space-between;
  }

  .logo_img {
    margin: 0;
  }

  .menu_item {
    margin-left: -4em;
    display: none;
  }

  .menu_item li {
    padding-top: 20px;
  }

  .nav_open .menu_item {
    display: block;
  }

  .nav_open .icon_mobile_nav[name="close-outline"] {
    display: block;
  }
  .nav_open .icon_mobile_nav[name="menu-outline"] {
    display: none;
  }

  .header {
    /* flex-direction: column;
    justify-content: center; */
    margin: 0.5em;
    /* width: 50vw; */
  }

  .title {
    width: 100%;
    border-radius: 8px 8px 0 0;
    align-items: center;
  }

  .main_img {
    width: 100%;
    height: auto;
    border-radius: 0 0 8px 8px;
  }

  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }

  .main {
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
  }

  .thc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .health,
  .tech,
  .community {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 10px 0;
    align-items: center;
  }

  .sub_text_container {
    width: 95vw;
  }

  .sub_title,
  .team_title,
  .site_caption {
    font-size: 1.2em;
  }

  .tech-img,
  .health-img,
  .community-img {
    max-width: none;
    width: 72vw;
  }

  .health {
    flex-direction: column-reverse;
  }

  .sidebar {
    min-width: 90%;
    width: 50%;
    margin-left: 2.2em;
    margin-left: 2.5em;
  }

  .sidebar {
    /* max-width: none;
    min-width: none; */
    margin: auto;
    /* margin-top: 2.5em;
    margin-left: 25px; */
    margin-bottom: 2.5em;
    margin-top: 2.5em;
    /* width: 70vw; */
    border-radius: 4px;
  }

  .about-container {
    min-width: none;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    align-items: center;
    width: 91vw;
    /* margin: 20px; */
    padding: 0.5em;
    margin: auto;
    margin-bottom: 2.5em;
  }

  .about-img {
    display: flex;
    justify-content: center;
  }

  .about-img img {
    width: 80%;
  }

  .partner {
    min-width: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 91vw;
    /* margin: auto; */
    /* margin: 2.5em; */
    align-items: center;
    padding: 0.5em;
    /* margin: 20px; */
    /* margin-left: 25px; */
    margin: auto;
    margin-bottom: 2.5em;
  }

  .partner-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    align-items: start;
    /* margin-bottom: 3.5em; */
    margin: 0 4em;
    /* border: 1px solid red; */
  }

  .partner-logo img {
    width: 50%;
    /* border: 1px solid red; */
  }

  .buhle {
    margin-left: -0.3em;
    margin-top: -1.5em;
  }

  .cta {
    display: flex;
    flex-direction: column;
    margin: 0 2.5em 2.5em;
    justify-content: center;
    gap: 2.5em;
    /* max-width: 100vw; */
    align-items: center;
    /* background-color: red; */
  }
  .cta-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
  }
  .cta-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #795b3d;
    border: 0 1px;
    /* min-height: 400px; */
    min-width: 60vw;
    padding: 1.5em;
    font-family: Quicksand;
    font-weight: 500;
    box-shadow: 1px 2px 3px #354f52;
  }
  .footer {
     gap: 3em; 
    padding: 2em 1em;
    margin: 0.1em;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-container {
    gap: 1em;
    align-self: stretch;
    color: #f7f4f1;
  }
  
  .footer-item > img {
      color: antiquewhite;
  }
  .top_hide {
    display: inline-flex;
  }
}
