/* main */
.top-text p {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items:  center;
    text-align: center;
    color: #392f5a;
    font-size: 45px;
    font-family: "Czizh Wing";;
    font-weight: bold;
    padding: 30px;
  }

  .container {
    flex-wrap: wrap;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    gap: 70px;
  }
  
  .card {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  .card p {
    justify-content: center;
    font-size: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 250;
    color: #392f5a;
  }

  button {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 370px;
    border: 4px solid #392f5a; 
    border-radius: 20px ;
    background-color: #392f5a;
    font-size: 27px;
    font-family: "Inter", sans-serif;
    transition: ease-in-out 0.5s;
    cursor: pointer;
    color: #fefadc;
  }

  button:hover {
    font-size: 30px;
    border:4px solid #eb151c;
    color:#fefadc;
  }

  /* Group 5 */
.card img {

width: 365.19px;
height: 481.94px;


filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}