@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-inline: 160px;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
}
nav .first {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav .first img {
  width: 77px;
  height: 62px;
}
nav .first .links-container a:nth-of-type(3) {
  border-bottom: 3px solid #0F76BC;
  padding-bottom: 5px;
  border-radius: 5px;
}
nav .last {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.services-first-section {
  padding-top: 200px;
  align-items: center;
}
.services-first-section .gallery-first-section h1 {
  color: #0F76BC;
}

.img-right-overlay .right-img-container {
  height: 608px;
}
.img-right-overlay .right-second-container {
  justify-content: center;
}

.img-left-overlay .left-img-container {
  height: 608px;
}
.img-left-overlay .left-first-container {
  justify-content: center;
}

.services-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services-main h1 {
  font-size: 48px;
}
.services-main p {
  max-width: 632px;
}
.services-main .services {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services-main .services .service {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.services-main .services .service > div {
  border-radius: 30px;
  padding: 10px 30px;
}

.administrative {
  background-color: #0F76BC;
  color: #ffffff;
}
.administrative .services .service > div {
  background-color: #ffffff;
}
.administrative .services .service > div p {
  color: #0F76BC;
}

.program {
  background-color: #ffffff;
}
.program .services .service > div {
  background-color: #0F76BC;
}
.program .services .service > div p {
  color: #ffffff;
}/*# sourceMappingURL=services.css.map */