.contact {
  margin-top: 28px;
  margin-bottom: 50px;
}

.contact .contact_info {
  width: 100%;
  background: #fafafa;
  padding: 0 23px;
}

.contact .contact_info .title {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  padding: 42px 40px 25px;
  border-bottom: 2px solid #9bd048;
}

.contact .contact_info .relation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 33px;
  padding-bottom: 19px;
  border-bottom: 1px dotted #cfcfcf;
}

.contact .contact_info .relation .relation_item {
  width: calc((100% - 30px) / 2);
  display: flex;
  align-items: center;
  gap: 24px;
}

.contact .contact_info .relation .relation_item img {
  width: 42px;
  height: 42px;
}

.contact .contact_info .relation:last-child {
  border: none;
}

.contact .adress_img {
  margin-top: 36px;
  width: 100%;
  height: 592px;
}
#content img {
    margin: 50px 0;
    width: 100%;

}