.test11 {
  gap: 0px 50px;
  display: flex;
  justify-content: center;
}

.test1 {
  width:400px;
  height:309px;
}


.test2{
  width: 40%;
  margin: auto;
}


.test3 {
  gap: 0px 50px;
  display: flex;
  justify-content: center;
}


.test4{
  width:70%;
  display: block; 
  margin: auto;
}


.test5 {
  width:50%;
}


.flex{
     display: flex;
    
}

