.text-and-image {
  margin: 30px auto 25px;
  padding-top: 10px;
  background-color: black;
  color: white;
}
@media (min-width: 768px) {
  .text-and-image {
    margin: 50px auto 25px;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .text-and-image {
    margin: 100px auto 140px;
    padding-top: 100px;
  }
}
.text-and-image__content {
  max-width: 1180px;
  margin: auto;
  padding: 0 26px;
}
@media (min-width: 768px) {
  .text-and-image__content {
    padding: 0 75px;
  }
}
@media (min-width: 992px) {
  .text-and-image__content {
    padding: 0 70px;
  }
}
.text-and-image__title {
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 40px;
  color: #f65408;
}
@media (min-width: 768px) {
  .text-and-image__title {
    font-size: 70px;
    line-height: 74px;
  }
}
.text-and-image__text {
  font-size: 21px;
  line-height: 32px;
  color: white;
}
.text-and-image__text p {
  font-size: 21px;
  line-height: 32px;
  color: white;
  margin-bottom: 30px;
}
.text-and-image__image {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .text-and-image__image {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .text-and-image__image {
    margin-top: 80px;
  }
}
.text-and-image__image img {
  width: 100%;
}