.ba {
  max-width: 610px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.ba__block {
  max-width: 300px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.ba__img {
  flex-grow: 1;
}
.ba__p {
  text-align: center;
  font-size: 20px;
  color: red;
  font-weight: 600;
}