.card {
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
  }
  
  .card h2 {
    font-size: 1.75rem;
    font-weight: 600;
  }
  
  .card p {
    font-size: 1.05rem;
  }
  
  .ratio iframe {
    border-radius: 8px;
  }
  