@font-face {
  font-family: 'FeatureDisplay';
  src: url('fonts/FeatureDisplay-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PPNeueMontreal';
  src: url('fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: 'PPNeueMontreal', sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}

.hero-section {
  background-color: #E45342;
  color: #000;
  padding: 20px 20px 60px;
}

.hero-section h1 {
  font-family: 'FeatureDisplay', serif;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 40px;
}

.hero-section .subtext {
  font-size: 0.95rem;
  font-weight: 400;
  color: #000;
line-height: 1.2;
}

.hero-section .address {
  text-align: right;
  font-size: 0.95rem;
      line-height: 1.2;
}
.hero-section .address a {
    color: #000;
    text-decoration: none;
}
.image-fullscreen {
  background-image: url('fon.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    height: auto;
    min-height: 620px;
}
img.logo-img {
    width: 100px;
}
.address a.icons {
  display: none;
}

@media (max-width: 768px) {

  .hero-section h1 br {
    display: none;
  }
  .image-fullscreen {
    background-image: url('mob.jpeg');
    min-height: 550px;
  }
    .address {
    text-align: right;
  }

  .address {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
  }

  .address div {
    display: none;
  }

  .address a.icons {
    display: inline-block;
        width: auto;
        height: auto;
  }

  .address a img {
    width: 100%;
    height: auto;
  }
  .hero-section h1 {
    font-size: 2.1rem;
    padding-top: 40px;
}
}