.consultation {
  display: flex;
  justify-content: center;
  border: 0.06rem solid #000;
  border-radius: 1.56rem;
  min-height: 27.62rem;
  background-image: url("/sites/all/themes/vesta_theme/image/consultation-left.webp"), url("/sites/all/themes/vesta_theme/image/consultation-right.webp");
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  padding: 1.5rem;
  background-size: 33%, 39%;
}
@media screen and (max-width: 992px) {
  .consultation {
    border-radius: 1rem;
  }
}
.consultation .field--name-field-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  aspect-ratio: 1 / 1;
  width: 52%;
}
.consultation .field--name-field-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.consultation .field--name-node-title {
  margin-bottom: 0.5rem;
}
.consultation .field--name-node-title h2 {
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 992px) {
  .consultation .field--name-node-title h2 {
    font-size: 2rem;
  }
}
.consultation .field--name-field-text {
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
  color: #000;
  margin-bottom: 1rem;
  max-width: 24rem;
}
.consultation .field--name-node-link {
  display: flex;
  justify-content: center;
}
.consultation .field--name-node-link a {
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  text-align: center;
  color: #000;
}
.consultation .field--name-field-link-podrobnee {
  display: flex;
  justify-content: center;
}
.consultation .field--name-field-link-podrobnee a {
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  text-align: center;
  color: #000;
}
.consultation .field--name-field-link-podrobnee a:hover {
  text-decoration: none;
}
.consultation__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  padding: 1rem;
}
div#block-consultation {
  margin-bottom: 1.875rem;
}
