.wall-image img{
    width: 100%;
    height: 100%;
}

/* .card_body h4{
    text-align: center;
} */

.card{
    text-align: center;
}

.card h4{
    text-decoration: none;
}

.front-img img{
    height: 35rem;
    width: 100%;
  }

/* Style buttons */
.btn-tt{
     background-color: #1877f2;;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 12px; 
    padding-inline: 1.6rem;
    padding-block: .6rem;
    border-radius: 18px;
  }
  
  /* Darker background on mouse-over */
  .btn-tt:hover {
    background-color: #ebc302;
  }


  @media (max-width: 576px){ 
    .card-position{
      padding: 3rem;
    }
    .front-img img{
      height: 15rem;
      width: 100%;
    }
  }