.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .p-20 {
    padding: 20px;
  }


  .max-w{
    max-width: 500px;
    margin: 0 auto;
  }

  .rounded-2xl{
    border-radius: 20px;
  }

  .text-aegold-700{
    color: #7c5e24;
  }

  .w-100{
    width: 100%;
  }

  .text-aeblack-800{
    color: #000000 !important;
  }

  .text-2xl{
    font-size: 1.5rem !important;
  }