.card-link {color: #ff0000 !important;}
.card-link:hover {color: #f73535!important;}
.card-body a:hover {color: #ff0000;}
.card-body a {color: #ff0000;}
/* h2 {font-size: 30px !important;} */
/* .card {border:none !important;} */
.card-header {background-color: rgba(0,0,0,.0) !important; border:none !important;}
.hoverThumbs:hover {transition: .5s ease;opacity: 0.6;box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);}

.card a{
  font-size:18px;
}
.card{
  padding-block:15px;
  border-bottom:1px solid #000;
}
.card:nth-child(odd){
  background-color:#ececec;
}
.card-body{
  font-size:18px;
  padding-top:3px;
}
._col_3{
  width:33%;
  display:inline-block;
}

#reusable{
  max-width:1600px;
  margin:0 auto;
  padding-inline:5%;
}
.r-header{
  text-align: center;
}
.grid-6{
  display:grid;
  grid-template-columns: repeat(2, 50%);
  align-items: center;
  justify-content: center;
}
.r-grid{
  display:grid;
  align-items: center;
  justify-content: center;
  /* height:100%; */
}
@media screen and (max-width:992px) {
  .grid-6{
    display:block;
    text-align: center;
  }
}