:root {
  --feldgrau-main-brand: #4a5e59;
  --khaki-action-brand: #cab794;
  --linen-light-tone: #f4ede5;
  --cream: #ebe4da;
}

.hero {
  background-image: url('../images/heroimage.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
  display: flex;
  overflow: visible;
}

.body {
  background-color: #f3ede5;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.cards-contact-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1210px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 96px;
  display: flex;
}

.cards-contact-horizontal.footer-cards {
  align-self: center;
  padding-bottom: 0;
}

.contact-card-programari {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #cab794bf;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  padding: 32px 24px 32px 16px;
  font-family: Obviouslydemo, Arial, sans-serif;
  font-weight: 500;
  display: flex;
}

.contact-card-orar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #4a5e59cc;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  padding: 32px 24px;
  display: flex;
}

.contact-card-adresa {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #d6cec5bf;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  padding: 32px 24px;
  display: flex;
}

.paragraph {
  color: var(--feldgrau-main-brand);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Obviouslydemo, Arial, sans-serif;
  font-weight: 500;
}

.paragraph.paragraph-dark {
  max-width: 250px;
  margin-bottom: 0;
  font-family: obviously-wide, sans-serif;
  font-weight: 500;
  text-decoration: none !important;
}

.paragraph.paragraph-gold {
  color: #cab794;
  -webkit-text-stroke-color: var(--khaki-action-brand);
  font-family: obviously-wide, sans-serif;
  display: block;
}

.paragraph.link {
  text-decoration: none;
  transition: color .2s;
}

.paragraph.link:hover {
  color: #111615;
}

.contact-card-programari-orar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cab794bf;
  border-radius: 16px;
  flex-flow: row;
  padding: 48px 78px;
  font-family: Obviouslydemo, Arial, sans-serif;
  font-weight: 500;
  display: flex;
}

.div-block {
  display: flex;
}

.services {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  width: 100%;
  padding: 128px 32px 96px;
  display: flex;
  overflow: hidden;
}

.services-content-container {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1342px;
  display: flex;
}

.h1 {
  color: var(--feldgrau-main-brand);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obviously-wide, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.divider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.divider-line {
  background-color: var(--feldgrau-main-brand);
  opacity: .2;
  width: 150%;
  height: 1px;
}

.heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.photos-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pg-top-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  height: 660px;
  min-height: 660px;
  max-height: 660px;
  display: flex;
}

.pg-item-1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  min-height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.pg-top-content-right-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  order: 1;
  width: 100%;
  height: 100%;
  display: flex;
}

.pg-item-2 {
  background-color: #b2a7a7;
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.pg-item-7 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.pg-top-content-right-items-row-1, .pg-top-content-right-items-row-2, .pg-top-content-right-items-row-1-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  height: 50%;
  display: flex;
}

.pg-item-4 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 65%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.pg-item-5 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.pg-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  height: 322px;
  min-height: 322px;
  max-height: 322px;
  display: flex;
}

.pg-bottom-content-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: -1;
  width: 100%;
  display: flex;
}

.pg-item-6 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.pg-item-8 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.pg-item-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: auto;
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 65%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.photo-text {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.h2 {
  color: var(--linen-light-tone);
  text-transform: uppercase;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obviously-wide, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}

.small-paragraph {
  color: var(--linen-light-tone);
  margin-bottom: 0;
  font-family: Larsseit, Arial, sans-serif;
}

.small-paragraph.paragraph-ortodontie {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.team {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--cream);
  flex-flow: column;
  width: 100%;
  padding: 128px 32px;
  display: flex;
}

.team-content-container {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1342px;
  display: flex;
}

.team-members {
  grid-column-gap: 113px;
  grid-row-gap: 113px;
  flex-flow: wrap;
  justify-content: center;
  align-self: baseline;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.team-member {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.team-member-image {
  border-radius: 16px;
  max-width: 100%;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.centered-h2 {
  color: var(--feldgrau-main-brand);
  text-align: center;
  text-transform: uppercase;
  font-family: obviously-wide, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.team-member-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.normal-paragraph {
  color: var(--feldgrau-main-brand);
  margin-bottom: 0;
  font-family: Larsseit, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.normal-paragraph.centered-normal-paragraph {
  text-align: center;
  font-family: Inter, sans-serif;
  line-height: 150%;
}

.team-members-row-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-members-row-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 128px 32px 94px;
  display: flex;
}

.cards-contact-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 96px;
  display: flex;
}

.social-media-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.facebook {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--feldgrau-main-brand);
  color: var(--feldgrau-main-brand);
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-family: Obviouslydemo, Arial, sans-serif;
  font-size: 8px;
  line-height: 8px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.facebook:hover {
  background-color: var(--cream);
}

.instagram {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--feldgrau-main-brand);
  color: var(--feldgrau-main-brand);
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-family: Obviouslydemo, Arial, sans-serif;
  font-size: 8px;
  line-height: 8px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.instagram:hover {
  background-color: var(--cream);
}

.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 104px;
  display: flex;
}

.divider-line-short {
  background-color: var(--feldgrau-main-brand);
  opacity: .2;
  width: 80px;
  height: 1px;
}

.copyright {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: obviously-wide, sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 130%;
}

.contact-card-email {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #dbc5adbf;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  padding: 35px 24px;
  display: flex;
}

.photos-gallery-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: none;
}

.link {
  color: var(--feldgrau-main-brand);
}

.contact-card-programari-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #cab794bf;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 32px 24px 32px 16px;
  font-family: Obviouslydemo, Arial, sans-serif;
  font-weight: 500;
  display: flex;
}

.contact-card-orar-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #4a5e59cc;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 32px 24px;
  display: flex;
}

.contact-card-adresa-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #d6cec5bf;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 32px 24px;
  display: flex;
}

.cards-contact-horizontal-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1210px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.cards-contact-horizontal-footer.footer-cards {
  align-self: center;
  padding-bottom: 0;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-overlay {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(#050c0a00, #050c0a);
  border-radius: 16px;
  position: absolute;
  inset: 0%;
}

.text-block, .text-block-2 {
  font-family: obviously-wide, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .team-members-row-2 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    width: 100vw;
  }

  .body {
    justify-content: center;
    align-items: center;
  }

  .pg-item-1 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .team {
    border-radius: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .team-content-container {
    align-self: center;
  }

  .team-members {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .team-members-row-2 {
    grid-column-gap: 170px;
    grid-row-gap: 170px;
    width: 100%;
  }

  .contact {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50% 0;
  }

  .cards-contact-horizontal {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 72px;
  }

  .contact-card-programari, .contact-card-orar {
    width: 70%;
    padding-left: 24px;
    padding-right: 64px;
  }

  .contact-card-adresa {
    width: 70%;
  }

  .services {
    padding-top: 72px;
  }

  .photos-gallery {
    display: none;
  }

  .pg-item-1 {
    background-image: linear-gradient(#050c0a00 50%, #050c0a), url('../images/1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 400px;
    min-height: 0%;
    padding-bottom: 50px;
  }

  .pg-item-2 {
    background-image: linear-gradient(#0000 50%, #050c0a), url('../images/2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 400px;
    padding-bottom: 50px;
  }

  .pg-item-7 {
    background-image: linear-gradient(#050c0a00 50%, #050c0a), url('../images/7.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 400px;
    padding-bottom: 50px;
  }

  .pg-item-4 {
    background-image: linear-gradient(#050c0a00 50%, #050c0a), url('../images/4.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 400px;
    padding-bottom: 50px;
  }

  .pg-item-5 {
    background-image: linear-gradient(#050c0a00 50%, #050c0a), url('../images/5.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 400px;
    padding-bottom: 50px;
  }

  .pg-item-6 {
    background-image: linear-gradient(#050c0a00 50%, #050c0a), url('../images/6.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 400px;
    padding-bottom: 50px;
  }

  .pg-item-8 {
    background-image: linear-gradient(#050c0a00 50%, #050c0a), url('../images/8.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 400px;
    padding-bottom: 50px;
  }

  .pg-item-3 {
    background-image: linear-gradient(#050c0a00 50%, #050c0a), url('../images/3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 400px;
    padding-bottom: 50px;
  }

  .team {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-members {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .team-members-row-1 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .team-members-row-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-card-email {
    width: 70%;
    padding-left: 24px;
    padding-right: 64px;
  }

  .photos-gallery-mobile {
    display: flex;
  }

  .contact-card-programari-top, .contact-card-orar-top {
    width: 70%;
    padding-left: 24px;
    padding-right: 64px;
  }

  .contact-card-adresa-top {
    width: 70%;
  }

  .cards-contact-horizontal-footer {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .contact-card-programari, .contact-card-orar, .contact-card-adresa, .contact-card-email, .contact-card-programari-top, .contact-card-orar-top, .contact-card-adresa-top {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 50% 0;
    background-size: cover;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .cards-contact-horizontal {
    width: 100vw;
    padding-top: 250px;
    padding-bottom: 24px;
  }

  .cards-contact-horizontal.footer-cards {
    align-self: center;
    padding-top: 0;
  }

  .contact-card-programari, .contact-card-orar, .contact-card-adresa {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .paragraph.paragraph-dark, .paragraph.paragraph-gold, .paragraph.link {
    font-size: 12px;
  }

  .services {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100vw;
    padding-bottom: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1 {
    font-size: 24px;
    line-height: 120%;
  }

  .photos-gallery {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .pg-top-content {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .pg-item-1 {
    background-image: linear-gradient(#050c0a00 11%, #050c0a), url('../images/1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 300px;
    min-height: 0%;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pg-top-content-right-items {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .pg-item-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 300px;
    min-height: 0%;
    padding: 0 24px 24px;
  }

  .pg-item-7 {
    background-image: linear-gradient(#050c0a00 10%, #050c0a), url('../images/7.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pg-top-content-right-items-row-2 {
    flex-flow: column;
    height: auto;
  }

  .pg-top-content-right-items-row-1-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pg-item-4 {
    background-image: linear-gradient(#050c0a00, #050c0a00 10%, #050c0a), url('../images/4.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pg-item-5 {
    background-image: linear-gradient(#050c0a00 15%, #050c0a), url('../images/5.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pg-bottom-content {
    flex-flow: column;
  }

  .pg-bottom-content-items {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pg-item-6 {
    background-image: linear-gradient(#050c0a00 10%, #050c0a), url('../images/6.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    padding: 48px 24px 24px;
  }

  .pg-item-8 {
    background-image: linear-gradient(#050c0a00 10%, #050c0a), url('../images/8.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pg-item-3 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 300px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .photo-text {
    flex-flow: column;
  }

  .h2 {
    font-size: 14px;
  }

  .team {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-members {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .team-member {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-member-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .normal-paragraph.centered-normal-paragraph {
    font-size: 15px;
  }

  .team-members-row-1, .team-members-row-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100vw;
    padding: 72px 16px;
  }

  .footer {
    padding-bottom: 72px;
  }

  .contact-card-email {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 12px;
  }

  .photos-gallery-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-card-programari-top, .contact-card-orar-top, .contact-card-adresa-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cards-contact-horizontal-footer {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .cards-contact-horizontal-footer.footer-cards {
    align-self: center;
    padding-top: 0;
  }
}


@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Obviouslydemo Wide';
  src: url('../fonts/ObviouslyDemo-Wide.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Obviouslydemo';
  src: url('../fonts/ObviouslyDemo-WideMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}