.image_why img{
    border-radius:30px;
}
.image_card{
border-radius:30px;
}
.image_card img{
border-radius:30px;
}
.paragraph p{
    text-align:center !important;
}
.courosal{
    max-height:35vh !important;
    padding-bottom:0px !important;
}
.courosalsilde{
    max-height:50vh !important;
}
.form{
    border-radius:30px;
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px); /* Move right */
  }
  100% {
    transform: translateX(0); /* Back to original */
  }
}

.image img {
  animation: moveLeftRight 2.5s infinite linear;
}

.fixed-size-button {
  width: 600px;              
  height: 50px;               
      
}
