@charset "utf-8";
/* CSS Document */

body {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: rgb(27, 27, 27);
  margin: 0px;
}

.main {
  background-color: white;
  margin-left: auto;
	margin-right: auto;
}

a.contact {
  background-color: #0097a7;
  color: white;
  text-decoration: none;
  /* font-size: 20px;
  font-weight: 400; */
  border-radius: 1.5rem;
  padding: .75rem 1.25rem;
}

a.contact:hover {
  background-color: #0a7f8b;
}

a.contact-footer {
  color: #005cc5;
  text-decoration: none;
  font-size: 12px;
}

.about {
  max-width: 720px;
  margin: auto;
}

.brand {
  background-color: white;
  align-items: center;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  padding-top: 0.25rem;
}

.brand a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 18px;
}

.content-header {
  color: #0097a7;
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.content-header-2 {
  color: #0097a7;
  font-family: "Josefin Sans", sans-serif;
  font-size: 27px;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.content-0 {
  display: flex;
  color: white;
  background-color: #0097a7;
  padding: 1.25rem 1rem;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
}

.content-1 {
  color: white;
  /* border-top: 5px solid white;
  border-bottom: 5px solid white; */
  /* background-image: url('images/panoramic-health-5.png');
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  height: 12rem; */
}

.content-1 img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: 0;
  margin: 0;
}

.content-2 {
  background-color: white;
  padding: 1.5rem 1rem;
  line-height: 32px;
}

.content-3 {
  background-color: #f3f3f3;
  padding: 1.5rem 1rem;
  line-height: 32px;
}

.content-4 {
  background-color: white;
  padding: 2rem 1rem;
  line-height: 32px;
}

.content-5 {
  background-color: #f3f3f3;
  padding: 2rem 1rem;
  line-height: 32px;
}

.footer {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: solid 1px #d9d9d9;
  text-align: center;
}

.footer a {
  color: black;
}

.header {
  background-color: white;
  position: sticky;
  top: 0;
  /* border-bottom: solid 1px #d9d9d9; */
}

img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  margin: 1rem;
  border-radius: 50%;
}

img.logo {
  height: 72px;
  object-fit: contain;
  margin: 0;
  border-radius: 0;
}

img.certification {
  width: 270px;
  max-height: 72px;
  object-fit: contain;
  margin: 0 0 .5rem 0;
  border-radius: 0;
}

iframe {
  width: 90%;
  max-width: 645px;
  height: 765px;
}

.max-width {
  max-width: 1080px;
  margin: auto;
  display: flex;
  gap: 1rem;
}

.nav-items {
  display: flex;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}

p {
  font-size: 18px;
}

.section {
  font-size: 18px;
  font-weight: 400;
}

.spacing {
  max-width: 1080px;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.supporting-text {
  font-size: 20px;
  line-height: 36px;
  max-width: 900px;
  margin: auto;
}


@media only screen and (max-width: 630px) {
  .max-width {
    display: block;
  }

  .content {
    width: 100%;
    display: block;
  }

  .content-1 img {
    height: 6.3rem;
  }

  img {
    width: 225px;
    height: 225px;
  }

  .content-3 img {
    display: none;
  }

}


@media only screen and (max-width: 420px) {
  .content-2 {
    max-width: 400px;
  }

  img.logo {
    max-width: 100%;
  }

  iframe {
    width: 100%;
  }

}