.list-photo img {
  object-fit: cover;
  object-position: top;
  height: 200px !important;
  width: 200px !important;
}

.width1 {
  display: inline-block;
  width: 5em;
}

.width1-oh {
  display: inline-block;
  width: 6em;
}


.btn-mail-list {
  background-color: #fff;
  color: #000;
  /*box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.3); /* Horizontal offset, vertical offset, blur radius, and color */
  transition: all 0.2 ease-in-out;
  font-family: "United Sans",Impact,"Arial Black","sans serif";
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 8px 3em 6px 3em;
  border: 2px solid #8e6f3e;
  border-radius: 0px;
}

.btn-mail-list:hover {
  /*box-shadow: 1.5px 4.5px 5.5px rgba(0, 0, 0, 0.4); /* Adjust the box-shadow values for the hover effect */
  transform: translate(1px, 1px); /* Move the button down by 2 pixels when hovered */
  color: #fff;
  background-color: #8e6f3e; 
}
