  .card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    width: 100%;
  }

  .card-element {
    flex: 0 1 30%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #39B784;
    margin: 15px;
    min-width: 350px;
  }

  .whats-center {
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .whats-btn {
    font-family: DINPro-CondensedMedium;
    font-size: 22px;
  }

  .btn-whats {
    background-color: #ffffff;
    color: 00492a;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 5px;
    transition: transform 0.3s ease;
    font-family: DINPro-Bold;
    font-size: 22px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
  }