.car_reward_20 {
  padding-block: 12px;
}
.car_reward_20.py {
  padding-block: 32px 24px;
}
.car_reward_20 .title {
  font-family: Sofia Pro;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
  color: #0c1529;
}
.car_reward_20 .para {
  font-family: Lato;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #5d6370;
}
.cards_cars {
  padding-block: 24px;
}
.cards_cars .reward-cards {
  padding: 9.13px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 9.13px;
}
.reward-img img {
  width: 100%;
  height: auto;
}
.reward-card-body .title a {
  color: #0d0a19;
}
.reward-card-body .title {
  font-family: Lato;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0d0a19;
}
.reward-card-body .para {
  font-family: Lato;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #5d6370;
  margin-bottom: 0px;
}
.reward-card-footer .title {
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0d0a19;
  margin-bottom: 9.13px;
}
.reward-card-footer .list-reward-card {
  display: flex;
  padding-inline: 18px;
  font-family: Lato;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2384c1;
  margin-bottom: 0px;
}

.reward-card-footer .list-reward-card li::marker {
  color: #667085;
}
.reward-card-footer .list-reward-card li a {
  color: #2384c1;
}
.reward-card-footer .list-reward-card li:last-of-type {
  margin-left: 32px;
}
.trust_pilot_card {
  display: flex;
  padding: 57.009px 123.171px 57.009px 100px;
  align-items: center;
  justify-content: space-between;
  gap: 216.469px;
  border-radius: 6px;
  background: #f6f6f8;
}
.trust_pilot {
  padding-block: 32px;
}
.trust_pilot_logo {
  max-width: 552px;
}
.trust_pilot_logo .text-trust-pilot .text {
  font-family: Lato;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 14px;
  margin-top: 14px;
}
.trust_pilot_logo .text-trust-pilot .para {
  font-family: Lato;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0px;
}
.logo-trust-pilot {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.logo-trust-pilot span {
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.py-award {
  padding-block: 24px 32px;
}
.published-date {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  color: #5d6370;
  margin-bottom: 12px;
}
.car-awards-titles {
  font-family: Sofia Pro;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #0c1529;
}
.para-awards {
  font-family: Lato;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #5d6370;
  margin-bottom: 16px;
}
.title-global {
  font-family: Sofia Pro;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #020408;
  margin-bottom: 24px;
}
.other-award-cards {
  border-radius: 10px;
  background: #fff;
  /* Award Card */
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  padding: 9.13px;
  display: flex;
  flex-direction: column;
  gap: 9.13px;
}
.other-award-cards .title {
  color: #0d0a19;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.216px;
  margin-bottom: 0px;
}
.other-award-cards .para {
  color: #5d6370;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 0px;
}
.award-cards-overflow::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.award-cards-overflow {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .reward-card-footer .list-reward-card {
    font-size: 15px;
  }
  .reward-card-body .para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .reward-card-footer .list-reward-card {
    font-size: 13px;
    padding-inline: 16px 0px;
  }
  .reward-card-body .para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .reward-card-body .title {
    font-size: 16px;
  }
  .car_reward_20 .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .car_reward_20 .para {
    font-size: 18px;
  }
  .trust_pilot_logo .text-trust-pilot .text {
    font-size: 20px;
    line-height: 32px;
  }
  .trust_pilot_card {
    padding: 35px 40px 35px 40px;
    gap: 13.469px;
  }
  .trust_pilot_logo .text-trust-pilot .para {
    font-size: 18px;
  }
  .published-date {
    font-size: 20px;
    line-height: 24px;
  }
  .car-awards-titles {
    font-size: 22px;
    line-height: 32px;
  }
  .para-awards {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo-trust-pilot img {
    max-width: 130px;
    height: auto;
  }
  .reward-card-footer .list-reward-card {
    font-size: 13px;
    padding-inline: 16px 0px;
  }
  .reward-card-body .para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .reward-card-body .title {
    font-size: 16px;
  }
  .car_reward_20 .title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .car_reward_20 .para {
    font-size: 16px;
    line-height: normal;
  }
  .trust_pilot_logo .text-trust-pilot .text {
    font-size: 18px;
    line-height: 32px;
  }
  .trust_pilot_card {
    padding: 35px 40px 35px 40px;
    gap: 13.469px;
  }
  .trust_pilot_logo .text-trust-pilot .para {
    font-size: 16px;
  }
  .trust_pilot_logo {
    max-width: 370px;
  }
  .published-date {
    font-size: 16px;
    line-height: 20px;
  }
  .car-awards-titles {
    font-size: 14px;
    line-height: 20px;
  }
  .para-awards {
    font-size: 14px;
  }
  .title-global {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .logo-trust-pilot img {
    max-width: 130px;
    height: auto;
  }
  .reward-card-footer .list-reward-card {
    font-size: 13px;
    padding-inline: 16px 0px;
  }
  .reward-card-body .para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .reward-card-body .title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .car_reward_20 .title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .car_reward_20 .para {
    font-size: 14px;
    line-height: 20px;
  }
  .trust_pilot_logo .text-trust-pilot .text {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 2px;
    margin-top: 0;
  }
  .trust_pilot_logo .text-trust-pilot .para {
    font-size: 12px;
    line-height: 15px;
  }
  .trust_pilot_logo {
    max-width: 100%;
    text-align: center;
  }
  .trust_pilot_card {
    justify-content: center;
    flex-wrap: wrap;
    padding-block: 24px;
    padding-inline: 12px;
    gap: 15px;
    background-color: white;
  }
  .trust_pilot {
    padding-block: 14px;
  }
  .py-32 {
    padding-block: 16px;
  }
  .car_reward_20 {
    padding-block: 0;
  }
  .reward-card-footer .list-reward-card {
    flex-wrap: wrap;
    flex-direction: column;
    padding-inline: 18px;
    font-size: 14px;
    line-height: 17px;
  }
  .reward-card-body .para {
    font-size: 14px;
    line-height: 18px;
  }
  .cards_cars .reward-cards {
    padding: 6px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 9.13px;
  }
  .cards_cars {
    padding-block: 16px;
  }
  .reward-card-footer .list-reward-card li {
    margin-left: 0px !important;
    margin-bottom: 4px;
  }
  .reward-card-footer .title {
    margin-bottom: 5px;
  }
  .published-date {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .car-awards-titles {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .para-awards {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .py-award {
    padding-block: 16px;
  }
  .title-global {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .award-cards-overflow {
    gap: 16px;
    padding-block: 10px;
    padding-inline: 3px 10px;
  }
  .other-award-cards {
    min-width: 245px;
    padding: 9.13px;
    gap: 9.13px;
  }
  .other-award-cards .title {
    font-size: 16px;
  }
  .other-award-cards .para {
    font-size: 14px;
  }
}
