.contactBody {
  display: flex;
  justify-content: center;
  column-gap: 48px;
}

@media only screen and (max-width: 794px) {
  .contactBody {
    flex-direction: column;
    row-gap: 45px;
  }
}

.row {
  flex-basis: 50%;
}

.row1 h3 {
  text-align: center;
  margin-bottom: 30px;
}

.row2 {
  display: flex;
  column-gap: 32px;
  justify-content: center;
}

.imgRow img {
  max-width: 260px !important;
  border-radius: 50%;
}

.tomasKsicht {
  max-width: 260px !important;
  border-radius: 50%;
}

.contactInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row3 {
  display: flex;
  justify-items: center;
  flex-direction: column;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 548px) {
  .row2 {
    flex-direction: column;
  }

  .row1 h3 {
    text-align: left;
  }

  .imgRow img,
  .tomasKsicht {
    max-width: 160px !important;
  }

  .row3 {
    margin-left: 0;
    margin-right: 0;
  }
}
