.slotM {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  color: rgb(6, 17, 60);

}

.slot {
  position: relative;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
.img-slot-1 img {
  border: none;
}
.OSlot img{
  width: 500px;
  height: 350px;
  display: flex;
  float: left;
  position: relative;
  padding: 5px;
  margin: 0;
  border-radius: 20px;
}

.img-slot-1 {
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  background-color: rgb(240, 243, 255);
  padding: 15px 330px;
}
#k-img {
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: center;
  text-align: right;
  align-items: center;
  padding: 15px 330px;


}
#k-img img{
  position: relative;
  display: flex;
  flex-direction: right;

}

#k-img p{
  position: relative;
  display: flex;
}

.slot h2 {
display: flex;
position: relative;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 28px;
  margin-left: 350px;
}

.slot p{
  position: relative;
  font-size: 17px;
  padding: 8px;
  line-height: 19px;
}

@media(max-width:1500px){
  .slotM{
    position: relative;
    flex-direction: column;
    align-items: center;
  
  }
  .slot p{
    font-size: 15px;
    line-height: 17px;
  }
  .img-slot-1 {
  
    padding: 15px 150px;
  }
  #k-img {
   
    padding: 15px 150px;
  
  }
  .slot h2{
    margin-left: 100px;
    padding: 30px;  
    text-align: center;
  }
}

@media only screen and (max-width:1100px){
  .slotM {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .OSlot img {
    width: 600px;
    height: auto;
  }
  .img-slot-1 {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    text-align: center;
    padding: 20px;

  }
  #k-img{
    flex-direction: column;
    position: relative;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  .slot p {
    width: 90%;
  }
  .slot h2{
    margin-left: 0;
    padding: 0 50px;  
    text-align: center;
  }
 
}
@media only screen and (max-width:650px){
  .slotM{
    margin-top: 50px;
  }
  .OSlot img {
    width: 350px;
    height: auto;
    margin: 0;
    padding: 0 10px;

  }
  .slot p{
    font-size: 12px;
    line-height: 14px;
  }
  .slot h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 23px;
    margin: 0;
    padding: 10px 20px;
  }
}

@media screen and (max-width:430px){
  .img-slot-1 {
   
    padding: 20px 5px;

  }

  #k-img{

    padding: 20px 5px;
  }
}