.xbox-tea-listing {
  margin-bottom: 110px;
}
.xbox-tea-listing h3 {
  padding: 0 30px;
}
.xbox-tea-listing .image-wrapper {
  padding-top: 25px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.main .xbox-tea-listing h3 {
  margin-bottom: 3px;
  text-transform: none;
}
.main .xbox-tea-listing a.read-more {
  padding: 6px 14px;
  z-index: 3;
}
.main {
  padding-bottom: 30px;
}
.xbox-tea-listing .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  border: 0px solid #999999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.xbox-tea-listing a:hover .image-wrapper:after,
.xbox-tea-listing.hover .image-wrapper:after{
  border: 1px solid #999999;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;

}
.main .xbox-tea-listing.hover h3,
.main .xbox-tea-listing a:hover h3{
  color: #007c85;
}
.main .xbox-tea-listing.hover h3,
.xbox-tea-listing .image-wrapper:after {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.xbox-tea-listing a {
  text-decoration: none;
  color: #4c5966;
}
@media (max-width: 549px) {
  .main .xbox-tea-listing h3 {
    height: auto !important;
  }
}

/*Added new page description after heading - W3Solutions Content Revamp - Treshan - START*/

.main.subpage .x-list.x-list-xbox-repeater h2.u-text-center {
    margin-bottom: 30px;
}

/*Added new page description after heading - W3Solutions Content Revamp - Treshan - END*/