.main {
  display: flex;
  align-items: start;
}
@media (max-width:616px) {
  .main{
    flex-direction: column;
  }
  
}
.sedans {
  display: flex;
  flex-direction: column;
  background-color: hsl(31, 77%, 52%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 10px;
  height: 40rem;
}
.me {
  color: white;
}
.image01 {
  /* display: block; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}
.in {
  color: white;
}
.Learn {
  padding: 20px 20px 20px;
  border: 10px 10px 10px;
  margin: 50px 50px 70px;
  border-radius: 40%;
  color: hsl(31, 77%, 52%);
}
.suv {
  display: flex;
  flex-direction: column;
  background-color: hsl(184, 100%, 22%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 10px;
  height: 40rem;
}
.hi {
  padding: 20px 20px 20px;
  border: 10px 10px 10px;.
  margin: 50px 50px 50px;
  border-radius: 40%;
  color: hsl(184, 100%, 22%);
}
.luxury {
  display: flex;
  flex-direction: column;
  background-color: hsl(179, 100%, 13%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 10px;
  height: 40rem;
}
.do {
  padding: 20px 20px 20px;
  border: 10px 10px 10px;
  margin: 5-px 50px 50px;
  border-radius: 40%;
  color: hsl(179, 100%, 13%);
}
.aa{
  color: white;
}
.bb{
   color: white; 
 } 
 .cc{
  color: white;
 }
 .dd{
  color: white;
 }