.sts_car_sect .container {
    display: flex;
}
.sts_car_sect .info {
    width: 40%;
    box-sizing: border-box;
    padding-right: 3em;
}
.sts_car_sect .sect_title {
    font-size: 2.375em;
}
.sts_car_sect .sect_title:not(:last-child) {
    margin-bottom: 0.74em;
}
.sts_car_sect .attrs_table {
    font-weight: 500;
    width: 100%;
}
.sts_car_sect .attrs_table:not(:last-child) {
    margin-bottom: 5em;
}
.sts_car_sect .attrs_table td {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 1em 0 0.25em;
}
.sts_car_sect .attrs_table td:first-child {
    opacity: 0.5;
}
.sts_car_sect .price_container {
    max-width: 100%;
    width: max-content;
    box-sizing: border-box;
    font-size: 1.25em;
    font-weight: 500;
    padding: 0.6em 2em 0.6em 1.1em;
    border-radius: 1em;
    background-color: rgba(255, 95, 37, 0.3);
    display: block;
    text-decoration: none;
}
.sts_car_sect .price_container b {
    font-weight: 600;
    font-size: 1.5em;
    vertical-align: middle;
}



.sts_car_sect .gallery {
    width: 60%;
}


.sts_car_sect .gallery_images.slick-slider {
    margin: 0 -0.625em;
}
.sts_car_sect .gallery_images:not(:last-child) {
    margin-bottom: 1em;
}
.sts_car_sect .gallery_image_slide {
    display: block !important;
    border-radius: 1.125em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #000000;
}
.sts_car_sect .gallery_image_slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.65%, rgba(0, 0, 0, 0.80) 100%);
}
.sts_car_sect .gallery_image {
    height: 31.625em;
    display: block !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.sts_car_sect .slick-slide {
    margin: 0 0.625em;
}
.sts_car_sect .gallery_thumb_slide {
    display: block !important;
    border-radius: 1.125em;
    overflow: hidden;
    cursor: pointer;
    background-color: #000000;
}
.sts_car_sect .gallery_thumb {
    width: 7em;
    display: block;
    height: 6.5em;
    object-position: center;
    object-fit: cover;
}
.sts_car_sect .slick-arrow {
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 2.25em;
    height: 2.25em;
    transform: translateY(-50%);
}
.sts_car_sect .slick-prev {
    left: 0.875em;
    transform: translateY(-50%) scaleX(-1);
}
.sts_car_sect .slick-next {
    right: 0.875em;
}