.page-wrapper-1{
	display: flex;
;
    justify-content: center;
	padding:60px 0px;
}
.top-img img{
    max-width: 100%;
    margin: 30px 0px;
}
.may-like-sec h2.head{
        font-size: 32px;
    text-align: center;
    margin: 30px 0px;
}

  .wrapper {
    display: flex;
    flex-wrap: wrap;
        justify-content: center;
    margin: 30px auto 80px;
  }
  
  .card {
    overflow: visible;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    width: 350px;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
  }
  .card .card-body a.button button {
        color: #643392;
    background: none;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top:10px;
}
.card-banner{
    position:relative;
    z-index:0;
}
  .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
  }
  
  .banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
  }
  
  .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
  }
  
  .popular {
    background: #ef257a;
  }
  
  .technology {
    background: #651fff;
  }
  
  .psychology {
    background: #e85808;
  }
  
  .card-body {
    margin: 15rem 1rem 1rem 1rem;
  }
  
  .blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
  }
  
  .blog-title {
    line-height: 1.5rem;
    margin: 1rem 0 0.5rem;
  }
  
  .blog-description {
    color: #616b74;
    font-size: 0.9rem;
    min-height:79px;
  }
  
  .card-profile {
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
  }
  
  .profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .card-profile-info {
    margin-left: 1rem;
  }
  
  .profile-name {
    font-size: 1rem;
  }
  
  .profile-followers {
    color: #616b74;
    font-size: 0.9rem;
  }




