.consul-wrapper {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  background-color: rgb(226, 226, 226);
}

.consul-block {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.consul-img {
  width: 100%;
  height: auto;
}
.consul-img img {
  width: 100%;
}
.consul-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.consul-name {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .consul-block {
    width: 70%;
    margin: 0 auto;
  }
  .consul-midashi-h2 {
    font-size: 30px;
  }
}
