.driver_position_text{
    max-width: 710px;
}
.driver_position_text p{
    margin-bottom: 0;
}
.driver_image{
    min-height: 250px;
}
.drivers .swiper-slide:hover{
    box-shadow: 0px 18px 33px rgba(7, 10, 23, 0.06);
}
.driver_title_icon{
    color: #0E1117;
}
.drivers .swiper-slide{
    border-radius: 20px;
    overflow: hidden;
}
.driver_title_icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.driver_content{
    padding: 30px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: -20px;
}
.drive_slide_text{
    color: #6C6A72;
}
.drive_slide_statistics{
    margin-top: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #0E1117;
}
.driver_content .button_wrap{
    gap: 40px;
    margin-top: 20px;
}
.driver_content .outline_button{
    min-width: 180px;
}
.text_but:hover{
    opacity: 0.8;
}
.text_but{
    min-height: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EC3235;
}
.driver_title_icon svg{
    cursor: pointer;
}
.driver_title_icon svg:hover path,
.driver_content:hover .driver_title_icon{
    color: #EC3235;
    fill: #EC3235;
}
@media screen and (max-width: 768px) {
    body .driver_content{
        padding: 20px;
    }
    body .driver_content .button_wrap{
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 20px;
    }
    body .driver_content .outline_button{
        min-width: 150px;
    }
    body .drive_slide_statistics{
        font-size: 16px;
    }
}
.driver_position{
    position: relative;
}
.driver_position div{
    position: relative;
    z-index: 3;
}
.driver_position:before{
    content: '';
    background: url("/wp-content/uploads/2022/11/faq_before.svg");
    background-size: contain;
    width: 881px;
    height: 881px;
    display: block;
    position: absolute;
    top: -270px;
    left: -220px;
}
@media screen and (max-width: 768px){
    body .driver_position:before{
        width: 470px;
        height: 470px;
        top: -90px;
        left: -150px;
    }
}
.swiper.drivers{
    overflow: visible;
}
