.hero-section--contact {
  /* background-image: url('https://cj.gta-design.ch/wp-content/uploads/2023/09/cj-BildMuster_1080–e-1.jpg'); */
  background-position: center;
}

.hero-section--contact::before {
  /* position: absolute;
  content: "";
  background: url(../img/circles.png);
  top: 0;
  left: -41px;
  width: 627px;
  height: 318px;
  opacity: 0.4; */
}

.contact {
  padding-top: 90px;
  padding-bottom: 85px;
  overflow: hidden;
}

.hero-circles--contact {
  position: relative;
}

.hero_content-text--contact {
  max-width: 700px;
}

.contact h2 {
  max-width: 300px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #575757;
  margin-bottom: 40px;
}

.contact-logo {
  padding-top: 70px;
  padding-bottom: 60px;
}

.contact-box p,
.contact__tag {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
}

.contact-location {
  display: flex;
}

.contact__tag {
  text-decoration: none;
  transition: 0.3s;
}

.contact__tag:hover,
.contact__tag:visited,
.contact__bulet.contact__tag:hover {
  color: #cd132d;
}

.contact__bulet.contact__tag {
  position: relative;
  padding-left: 22px;
  color: #000;
}

.contact__bulet::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  border-radius: 50%;
  background-color: #000;
}

.contact-media {
  padding-top: 20px;
}
.contact-media a {
  display: inline-block;
}

.contact-media a:not(:first-child) {
  margin-left: 10px;
}

.contact-media a img {
  transition: 0.3s;
  width: 25px;
}

.contact-media a:visited,
.contact-media a:hover {
  color: #cd132d !important;
  text-decoration: none;
}

.contact-media a:hover img {
  filter: invert(109%) sepia(94%) saturate(5000%) hue-rotate(0deg)
    brightness(69%) contrast(167%);
}

#contact-map {
  height: 500px;
}

@media only screen and (max-width: 1440px) {
  .contact h2 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .contact h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-box p,
  .contact__tag {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-logo {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-location {
    flex-direction: column;
  }
}

@media only screen and (max-width: 399px) {
  .contact__bulet::before {
    padding-left: 0;
  }

  .contact__bulet.contact__tag {
    padding-left: 0;
  }

  .contact__bulet::before {
    display: none;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
  }
}
