/* BEGIN CARD DESIGN */
.edf{
    width: 100%;
    display: flex;
    justify-content: center;
}

.p-hero{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
  }
  
  .hero {

    position: relative;
    width: 290px;
    min-width: 250px;
    height: 370px;
    border-radius: 30px;
    overflow:hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
    margin: 30px;
  }
  .img-hero{
    display: flex;
    width: 100%;
  justify-content: center;
  }
  
  .img-hero img{
    height: 280px;
    width: auto;
  }
  
  .hero-profile-img {
    height: 70%;
  }
  
  .hero-description-bk {
    background-image: linear-gradient(0deg , #3f5efb, #fc466b);
    border-radius: 30px;
    position: absolute;
    top: 55%;
    height: 65%;
    width: 108%;
    transform: skew(19deg, -9deg);
  }
  
  .second .hero-description-bk {
    background-color: #0048a8;
    background-image: linear-gradient(180deg, #0048a8 0%, #00193d 100%);            
  }


  .hero-logo {
    height: 80px;
    width: 80px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 30%;
    left: 30px;
    overflow:hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
  }
  
  .hero-logo img {
    height: 100%;
  }
  
  .hero-description {
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    top: 24rem;
    padding: 0rem 1rem;
  }
  
  .hero-description2 {
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    top: 22rem;
    padding: 1rem 0rem;
  }

.hero-description2 p{
    font-weight: bold;
    text-align: center;
  }

  .img-hero2 img {
    height: 229px;
    width: 290px;
}
  
  .hero-profile-img2 {
    height: 70%;
  }


  .hero-description p{
    font-weight: bold;
    text-align: center;
  }
  
  .hero-btn {
    position: absolute;
    color: #1f3b5a;
    right: 30px;
    bottom: 3%;
    padding: 10px 20px;
    border-radius: 90px;
    background-color: white;
    border: 1.5px solid #fff;
  }
  
  .hero-btn a {
    color: #4e6077;
    font-weight: 600;
    text-decoration: none;
  }
  
  .hero-date {
    position: absolute;
    color: #fff;
    left: 30px;
    bottom: 10%;
  }
  /* END CARD DESIGN */
  
  