.mobility_banner {
    display: block;
    width: 80%;
    margin: 50px auto;
}

.mobility-options h1,
.mobility-options h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.mobility-options h1 {
    line-height: 24px;
    text-align: center;

    margin-bottom: 50px;
}

.mobility-options h2 {
    margin: 50px 0 24px;
}

.mobility-options ul {
    list-style-type: initial;

    padding-left: 24px;
}

.mobility-options li {
    margin-bottom: 8px;
}

.mobility-options .gray-box-text {
    background-color: #F4F4F4;

    padding: 20px;
    margin-block: 50px;
}

.mobility-options a {
    color: #FF0022;
}

.mobility-options a:hover {
    text-decoration: underline;
}

.mobility-options .service-sign-up-link {
    display: block;
    margin: 12px auto;

    text-align: center;
}

.mobility-options .terms {
    font-size: 12px;
    line-height: 24px;

    margin-bottom: 8px;
}

/* ======= replacement-cars-cards : START ======= */

.propositions_car_wrapper {
    margin-inline: 20px;
}

.propositions_car_box {
    width: 100%;
    max-width: 375px;
}

.propositions_car_img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
}

.propositions_car_wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 40px;
}

.propositions_car_info_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 0;
}

.car_info_head_name {
    color: #494950;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    height: 60px;
    width: 200px;
}

.car_info_head_price_box {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.car_info_head_price {
    color: #494950;
    font-size: 21px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.car_info_head_price_info {
    color: #494950;
    font-size: 12px;
    font-weight: 400;
    text-transform: lowercase;
}

.car_info_mileage_limit_notice {
    color: #494950;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 0 10px;
    margin: 10px 0;
}

.car_info_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #EFF0F0;
    padding: 10px 0;
}

.car_info_row_name {
    color: #494950;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.car_info_row_pdf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #EFF0F0;
    padding: 10px 0;
}

.replacement_btn_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.replacement_btn_wrapper>.replacement_btn {
    max-width: 100%;
}

.car_info_row_icon>path {
    fill: #ADADB0;

}

.car_info_row_pdf:hover>.car_info_row_icon>path {
    fill: #000000;
}

/* ======= replacement-cars-cards :  END  ======= */
