.contact_wrapper {
  background-color: var(--bold-blue);
  padding: 0px 0px 100px 0px;
}

.contact_h1 {
  padding: 125px 0px 70px 0px;
  text-align: center;
}

.contact_h1.ka {
  font-family: "GeoFontHeader";
  font-size: 38px;
  line-height: 48px;
  color: white;
}

.contact_h1 span {
  display: inline-block;
  color: var(--pink);
  transform: rotate(-5deg);
  margin-top: 5px;
}

.contact_h1.en {
  font-family: "EngFontHeader";
  font-size: 42px;
  line-height: 48px;
  color: white;
}

.contact_image {
  position: relative;
  text-align: center;
}

.contact_image img {
  width: 1200px;
}

.contact_image_overlay {
  position: absolute;
  bottom: -135px;
  left: 120px;
}

.contact_image_overlay img {
  width: 500px;
}

.contact_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  row-gap: 30px;
}

.contact_links_item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}

.contact_links_item a {
  font-family: "EngFontHeader";
  font-size: 38px;
  color: white;
}

.contact_social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--bold-blue);
  width: 50px;
  height: 50px;
  margin-right: 5px;
  border-radius: 100%;
  transition: 0.3s ease;
}

.contact_social a i {
  font-size: 22px;
}

@media (max-width: 1190px) {
  .contact_image {
    text-align: start;
  }

  .contact_image img {
    width: 100%;
  }

  .contact_image_overlay {
    bottom: -60px;
    left: 5px;
  }

  .contact_image_overlay img {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .contact_h1 {
    padding-bottom: 50px;
  }

  .contact_h1.ka {
    font-size: 26px;
    line-height: 32px;
  }

  .contact_h1.en {
    font-size: 28px;
    line-height: 32px;
  }

  .contact_image_overlay {
    bottom: -60px;
    left: 5px;
  }

  .contact_image_overlay img {
    width: 240px;
  }

  .contact_links_item a {
    font-size: 24px;
  }

  .contact_links {
    margin-top: 100px;
  }

  .contact_social a {
    width: 38px;
    height: 38px;
  }

  .contact_social a i {
    font-size: 16px;
  }
}
