.section-hero-new .container {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 16px;
}
.section-hero-new .hero-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.section-hero-new .hero-header .logo svg {
  display: block;
}
.section-hero-new .hero-header .btn--primary {
  background: #D32536;
  color: #fff;
  padding: 11px 15px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
}
.section-hero-new .slider .slide {
  text-align: center;
}
.section-hero-new .slider .slide img {
  width: 100%;
  border-radius: 3px;
}
.section-hero-new .slider .slide__title {
  margin: 16px 0;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
}
.section-hero-new .slider .slide__features {
  list-style: none;
  font-size: 15px;
  margin-bottom: 24px;
}
.section-hero-new .slider .slide__features .highlight {
  font-weight: 700;
  color: #A7132C;
}
.section-hero-new .slider .slide__features li {
  margin: 4px 0;
}
.section-hero-new .slider .slide .btn--secondary {
  background: #002768;
  color: #fff;
  padding: 14px 36px 16px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
}
