.wsb-pre-owned {
  padding: 40px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wsb-pre-owned__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
    min-height: 915px;
}

.wsb-pre-owned__logo img {
  max-height: 70px;
  width: auto;
}

.wsb-pre-owned__title {
    color: #FFF !important;
    text-align: center;
    font-size: 56px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 120% !important;
    max-width: min(100%, 610px);
    margin: 24px auto;
}

.wsb-pre-owned__description {
  color: #FFF !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 136% !important;
    max-width: min(100%, 610px);
    margin: 0 auto 24px;
}

.wsb-pre-owned__benefits {
  list-style: none;
  padding: 0;
  margin: 24px auto;
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 8px;
  text-align: left;
}

.wsb-pre-owned__benefit {
  position: relative;
  padding-left: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFF !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 120% !important;
}

.wsb-pre-owned__benefit span{
    flex: 1;
}

.wsb-pre-owned__actions {
  margin-top: 16px;
}

.wsb-pre-owned__button {
    display: inline-flex; text-transform: uppercase !important; color: #000 !important; align-items: center; justify-content: center; padding: 10px 24px; border-radius: 4px; text-decoration: none; font-weight: 600; border: 1.5px solid #000;
    background: #F9C811; border-color: #F9C811;
}

.wsb-pre-owned__button:hover {
  background: #0093aa;
}
@media (max-width: 800px) {
    .wsb-pre-owned__inner{
        text-align: left;
        min-height: auto;
    }

    .wsb-pre-owned__title{
        text-align: left;
        font-size: 32px !important;
    }

    .wsb-pre-owned__benefit{
        padding-left: 0 !important;
    }

    .wsb-pre-owned__button{
        width: 100%;
    }
}