.banner {
  background: #000 url("./../images/banner-bg.jpg") center/cover no-repeat;
  overflow: visible;
}

.banner__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.banner__content {
  padding: 64px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.banner__label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner__title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.banner__title-highlight {
  color: #fe0900;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.banner__text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 500px;
}

.banner__btn {
  display: inline-block;
  background: #fe0900;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 40px;
  border-radius: 1000px;
  transition: opacity 0.3s ease;
}

.banner__btn:hover {
  opacity: 0.9;
}

.banner__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  z-index: 0;
}

.banner__image img {
  width: 100%;
  height: auto;
}
