html {
  scroll-behavior: smooth;
}

.new__header {
  background: #19222e;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #fff;
}
.new__header.crentfleet {
  background: #252e31;
}

@media screen and (max-width: 468px) {
  .new__header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.new__header img {
  position: initial;
  width: 100%;
  /* max-width: 469px; */
}

.new__header .cta-text {
  padding-bottom: 100px;
}
@media screen and (max-width: 468px) {
  .new__header .cta-text {
    padding-bottom: 50px;
  }
}

.new__header .centerwrap {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .new__header .flex {
    display: flex;
    height: 100%;
    align-items: center;
  }
}
.new__header h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  line-height: 44px;
}
@media screen and (max-width: 468px) {
  .new__header h1 {
    font-size: 38px;
    line-height: 40px;
  }
}

.new__header p {
  color: #fff;
  font-size: 18px;
  max-width: 562px;
  margin-bottom: 26px;
}

.new__header .btn {
  text-transform: uppercase;
  padding: 15px 28px 15px 28px;
  line-height: 16px;
  transition: background-color 0.5s ease;
  margin-bottom: 16px;
}

.new__header .btn-primary {
  margin-right: 14px;
}
.new__header .btn-secondary {
  color: #fff;
  border-color: #fff;
  font-size: 16px;
}
.new__header .btn-secondary:hover {
  color: #252e31;
  background-color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 468px) {
  .new__header .btn {
    display: block;
  }
  .new__header .btn-primary {
    margin-right: 0;
  }
}
