.sts_driver_cars_sect {
    background-color: #F5F5F5;
}
.sts_driver_cars_sect .sect_title {
    font-size: 2.5em;
}
.sts_driver_cars_sect .sect_title:not(:last-child) {
    margin-bottom: 1em;
}
.sts_driver_cars_sect .slick-slide {
    margin: 0 1em;
    height: unset;
    display: flex;
    flex-direction: column;
}
.sts_driver_cars_sect .slick-slide > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.sts_driver_cars_sect .slick-list {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.sts_driver_cars_sect .slick-track {
    display: flex;
}
.sts_driver_cars_sect .driver_car_card {
    background-color: #ffffff;
    border-radius: 1.125em;
    border: 0.125em solid #DCDCDC;
    padding: 2.25em 1.5em 1.5em;
    display: flex !important;
    flex-direction: column;
    width: 27.5em !important;
    box-sizing: border-box;
    flex-grow: 1;
    transition-property: color, border-color, background-image;
    transition-duration: 0.3s;
}
.sts_driver_cars_sect .driver_car_card:hover {
    background-image: linear-gradient(141deg, #FFF -81.8%, #000 100%);
    color: #ffffff;
    border-color: #FF5F25;
}
.sts_driver_cars_sect .driver_car_card_title {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
}
.sts_driver_cars_sect .driver_car_card_type {
    opacity: 0.4;
    font-weight: 500;
    font-size: 1.25em;
}
.sts_driver_cars_sect .driver_car_card_body {
    flex-grow: 1;
    position: relative;
    margin: 1em 0;
}
.sts_driver_cars_sect .driver_car_card_body:before {
    content: '';
    display: block;
    padding: 30% 0;
}
.sts_driver_cars_sect .driver_car_card_thumbnail {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sts_driver_cars_sect .driver_car_card_attrs_table {
    border-collapse: collapse;
    font-size: 1.25em;
}
.sts_driver_cars_sect .driver_car_card_attrs_table td {
    width: 50%;
    box-sizing: border-box;
    padding: 0.4em 0.2em;
}
.sts_driver_cars_sect .driver_car_card_attrs_table td:first-child {
    padding-left: 0;
    font-weight: 500;
    opacity: 0.5;
}
.sts_driver_cars_sect .driver_car_card_attrs_table td:last-child {
    padding-right: 0;
    font-weight: 600;
}
.sts_driver_cars_sect .driver_car_card_attrs_table tr:first-child td {
    padding-top: 0;
}
.sts_driver_cars_sect .driver_car_card_attrs_table tr:last-child td {
    padding-bottom: 0;
}
.sts_driver_cars_sect .slick-arrow {
    top: -5.5em;
}
.sts_driver_cars_sect .slick-dots {
    justify-content: flex-end;
}
.sts_driver_cars_sect .cars:not(.slick-dotted):not(:last-child) {
    margin-bottom: 3.25em;
}
.sts_driver_cars_sect .cars.slick-dotted + .butt_wrap {
    margin-top: -2.25em;
}
.sts_driver_cars_sect .butt {
    border: 0.125em solid #FF5F25;
    background-color: transparent;
    color: #000000;
    transition-property: color, background-color;
    transition-duration: 0.3s;
    position: relative;
    z-index: 1;
}
.sts_driver_cars_sect .butt:hover {
    background-color: #FF5F25;
    color: #ffffff;
}