/* MAIN */

html h2 {
  font-size: 5rem;
  font-family: var(--subtitle);
  font-weight: 400;
}

html p {
  font-size: 1.7rem;
}

html label .from_label {
  font-size: 1.7rem;
}

/* Header */

nav img {
  width: 11rem;
}

nav ul li {
  font-size: 1.4rem;
}

nav ul .menu__services--items {
  background-color: var(--white-color);
  border: none;
  width: 22rem;
}

nav ul .menu__services--items li {
  height: 3.5rem;
  padding-bottom: 0.3rem;
  padding-left: 0.5rem;
}

/* Home */
.overlay h1 {
  font-size: 5.5rem;
  text-transform: uppercase;
}

.about_us img {
  width: 55%;
  border-radius: 25px;
  /* box-shadow: var(--shadow); */
}

/* Our services */
.our_services img {
  width: 100%;
}

.our_services .card h5 {
  font-size: 2rem;
}

.our_services .card p {
  font-size: 1.6rem;
}

/* Gallery */
.gallery .card {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* FOOTER */
footer .container h3 {
  font-size: 1.4rem;
}

footer .container p {
  font-size: 1.2rem;
}

footer .container li {
  padding-top: 0.5rem;
  display: block;
}
