

.gradient-banner {
  background: rgb(255,155,26);
  background: -moz-linear-gradient(90deg, rgba(203,96,21,1) 0%, rgba(255,155,26,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(203,96,21,1) 0%, rgba(255,155,26,1) 100%);
  background: linear-gradient(90deg, rgba(203,96,21,1) 0%, rgba(255,155,26,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9b1a",endColorstr="#cb6015",GradientType=1);
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gradient-banner__copy p{
    line-height: 30px;
    max-width: 1104px;
    font-family: "benton-comp-reg", sans-serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .gradient-banner__copy p {
    font-size: 20px;
  }
}
