.section_padding{
    padding: 50px 0;
    .driving_area{
        background-color: #fff;
        .driving_left{
            width: 100%;
            height: auto;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            h2{
                font-size: 30px;
                color: #000;
                font-weight: 600;
                line-height: 35px;
                margin-bottom: 30px;
            }
        }
        .driving_right{
            h2{
                font-size: 32px;
                color: #0b0b0b;
                font-weight: 600;
                line-height: 37px;
                margin-bottom: 30px;
            }
            ul{
                li{
                    margin-left: 50px;
                    font-size: 18px;
                    font-weight: 400;
                    font-family: 'Poppins';
                    line-height: 30px;
                }
            }
        }
    }
}

.driving_content{
    padding-top: 20px;
    .content_area{
        p{
            font-size: 16px;
            color: #000;
            line-height: 27px;
            font-family: 'Poppins';
            letter-spacing: 1px;
        }

    }

}