@import url("https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap");

@font-face {
  font-family: "Redtowns";
  src: url(assets/fonts/Redtowns.ttf);
}

body {
  background-color: black;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  font-family: "Inter", sans-serif !important;
}

.section-1 {
  padding: 0px 77px;
  margin-top: 170px;
  text-align: center;
  color: white;
  border-bottom: 1px solid #262626;
}

.title {
  margin-top: 126px;
  font-family: "Beth Ellen", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-shadow: 0px 0px 6.02px rgba(255, 255, 255, 0.79);
}

.pic {
  max-width: 100%;
  display: block;
}

.benefits-title {
  margin-top: 67px;
  font-family: "Raleway", sans-serif;
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 90%;
}

.benefits-title span {
  font-size: 17px;
}

.benefits-subtitle {
  color: #1dfff9;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 17px;
}

.benefits {
  text-align: center;
  padding: 0px 92px;
  margin-top: 80px;
  color: white;
  font-family: "Bebas", sans-serif  ;
  font-size: 23px;
  font-weight: 700;
}

.benefit {
    margin-bottom: 26px;
    display: flex;
    gap: 22px;
    align-items: center;
}

.benefit-name {
    line-height: 90%;
    text-align: left;
}

.quote {
    padding: 0px 20px 0px 43px;
    text-align: center;
    margin-top: 167px;
    color: white;
    font-family: "Bebas", sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 90%;
    margin-bottom: 93px;
}

.quote div {
    text-align: left;
}

.footer {
    background-color: #E3E3E3;
    padding: 78px 54px 0px 61px;
    height: 956px;
}

.car-subtitle {
    text-align: center;
    font-size: 27px;
    color: #488A98;
    line-height: 95%;
    margin-top: 10px;
    font-weight: 400;
}

