@font-face {
  font-family: "linotype-didot";
  src: url("fonts/Didot-01.ttf");
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/AvenirLTStd-Roman.ttf");
}
body {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1460px;
  width: 100%;
  margin: auto;
}

section {
  margin: 100px 0;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  section {
    margin: 50px 0;
  }
}
section hr {
  width: 20%;
  margin: 0;
  border: solid 2px #3cabd8;
}

.main-banner {
  padding: 100px 0;
}
.main-banner .container {
  max-width: 1140px;
  text-align: center;
}
.main-banner .container h1 {
  font-family: "linotype-didot", Sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}
@media only screen and (max-width: 1024px) {
  .main-banner .container h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .main-banner .container h1 {
    font-size: 32px;
  }
}
.main-banner .container p {
  font-family: "Avenir", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .main-banner .container p {
    font-size: 16px;
  }
}

.who_we_are {
  background-color: #f3f3f3;
  padding: 100px 0;
}
.who_we_are hr {
  margin: auto;
}
.who_we_are .container {
  max-width: 1140px;
  text-align: center;
}
.who_we_are .container h2 {
  font-family: "linotype-didot", Sans-serif;
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 5px;
}
.who_we_are .container p {
  font-family: "Avenir", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .who_we_are .container p {
    font-size: 16px;
  }
}

.sections h2 {
  font-family: "linotype-didot", Sans-serif;
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 5px;
}
.sections p,
.sections ul,
.sections li {
  font-family: "Avenir", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .sections p,
  .sections ul,
  .sections li {
    font-size: 16px;
  }
}
.sections a {
  color: #231f20;
}
.sections .flexed {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.sections .flexed .img {
  background-image: url("https://atcr8v.com/wp-content/uploads/2024/10/hospital-79605_1920.jpg");
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .sections .flexed {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .sections .flexed .img {
    height: 400px;
    width: 100%;
  }
}
.sections .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .sections .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .sections .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sections .grid > div {
  background-color: #3cabd8;
  color: #fff;
  padding: 30px;
}
.sections .grid > div svg {
  fill: #fff;
  width: 80px;
  height: 80px;
}
.sections .grid > div:nth-child(2) {
  background-color: #fff;
  color: #231f20;
}
.sections .grid > div:nth-child(2) svg {
  fill: #231f20;
}
.sections .grid > div:nth-child(3) {
  background-color: #707070;
}
.sections .grid > div h3 {
  font-family: "linotype-didot", Sans-serif;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}
.sections .grid > div p,
.sections .grid > div ul,
.sections .grid > div li {
  font-size: 18px;
}

.why-were-hear, .lets-talk {
  background-color: #f3f3f3;
  padding: 100px 0;
  text-align: center;
}
.why-were-hear hr, .lets-talk hr {
  margin: auto;
}

.lets-talk {
  margin-bottom: 0;
}

.join-us {
  margin: 0;
  background-color: #3cabd8;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.join-us .container {
  max-width: 1140px;
}

.what_we_do .img {
  background-image: url("https://atcr8v.com/wp-content/uploads/2024/10/2MPP44N-1-scaled.jpg") !important;
  background-position: left center !important;
}
@media only screen and (max-width: 767px) {
  .what_we_do .img {
    order: -1;
  }
}/*# sourceMappingURL=style.css.map */