.text-and-image {
  margin-bottom: 100px;

  @media screen and (max-width: 575px) {
    text-align: center;
  }

  &__img-wrapper {
    overflow: hidden;
    width: 100%;
    height: 260px;

    @media screen and (max-width: 1199px) {
      height: fit-content;
    }

    &--inner {
      width: 100%;
    }
  }
}