.button[aria-disabled="true"]{
  opacity:1 !important;
}

.card:not(.ratio){
  margin-top:30px !important;
  margin-bottom:30px !important;
}




@media (max-width: 768px){
  .card:not(.ratio){
  margin-top:auto !important;
  margin-bottom:auto !important;
  }
}