/* CAR SELECTION
================================================== */
#tp_carselection_bg {
    margin-top: -30px;
}
.tp_carselection_wrap {
    width: calc(100% + 8px);
    margin-left: -4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tp_carselection_wrap .box {
    width: calc(50% - 8px);
    margin: 0 4px 10px 4px;
}
.tp_carselection_wrap .box .photo {
    text-align: center;
}
.tp_carselection_wrap .box .text {
    font-size: 10px;
    text-align: center;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    text-align: center;
}
@media only screen and (min-width: 800px) {
    h3 {
        margin-top: 10px;
        font-size: 16px;
    }
}

/* ssl5
================================================== */
h3.wheel_logo {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}
h3.wheel_logo_xcross {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
