:root{
    --orange: #f96d00;
    --blue: #0881a3;
    --green: #004445
}
.sedans{
    width: 400Px;
    height: 600px;
    margin-left: 20%;
    margin-top: 50px;
    background-color: var(--orange);
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}
.first{
    margin: 50Px 0 0 50px ;
    width: 80px;
}
.titre{
    margin: 40px 0Px 0 50px ;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40Px;
}
.des{
    width: 300Px;
    margin: 40px 0 0 50px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
}
.btn{
    border: transparent;
    width: 200px;
    height: 50px;
    margin: 100px 0 0 50px;
    border-radius: 50Px;
    font-size: 24px;
    color:var(--orange) ;
    background-color: white ;
}
.suvs{
    width: 400Px;
    height: 600px;
    margin-left: 41%;
    margin-top: -600px;
    background-color: var(--blue);
}
.second{
    margin: 50Px 0 0 50px ;
    width: 80px;
}
.titre1{
    margin: 40px 0Px 0 50px ;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40Px;
}
.des1{
    width: 300Px;
    margin: 40px 0 0 50px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 30px;
}
.btn1{
    border: transparent;
    width: 200px;
    height: 50px;
    margin: 100px 0 0 50px;
    border-radius: 50Px;
    font-size: 24px;
    color:var(--blue) ;
    background-color: white ;
}
.luxury{
    width: 400Px;
    height: 600px;
    margin-left: 62%;
    margin-top: -600px;
    background-color: var(--green);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.third{
    margin: 50Px 0 0 50px ;
    width: 80px;
}
.titre2{
    margin: 40px 0Px 0 50px ;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40Px;
}
.des2{
    width: 300Px;
    margin: 40px 0 0 50px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 30px;
}
.btn2{
    border: transparent;
    width: 200px;
    height: 50px;
    margin: 100px 0 0 50px;
    border-radius: 50Px;
    font-size: 24px;
    color:var(--green) ;
    background-color: white ;
}
.attribution{
    margin-top: 20Px;
    margin-left: 40%;
}