.banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-image: url("../assets/group-doctors-walking-corridor-medical-conference-sm.webp");
  background-size: cover;
  height: 14.45rem;
  color: var(--white);
  padding: 1.09rem 1.09rem;
}

.banner__title {
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 0.09rem;
}
.banner__description {
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 130%;
  width: 9.36rem;
}

@media screen and (min-width: 768px) {
  .banner {
    height: 14.7rem;
    padding: 1.88rem 1.88rem;
    background-image: url("../assets/group-doctors-walking-corridor-medical-conference-md.webp");
  }
  .banner__title {
    font-size: 1.5rem;
    letter-spacing: -0.02rem;
  }
  .banner__description {
    font-size: 0.83rem;
    width: 11.32rem;
    line-height: 120%;
  }
}
