/* =========================================== tag page css start ===========================================*/
/* Template Name: M&T - Bootstrap Law Firm Template
Template URI: https://www.designtocodes.com/product/mt-bootstrap-law-firm-template/
Description: M&T is a responsive bootstrap template specifically designed for Law firms, Advocates, or agencies.
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: M&T Law Firm */
.d2c_tag {
  padding: 100px 0px;
}
.d2c_tag .d2c_tag_column {
  padding: 15px;
  display: none;
}
.d2c_tag .d2c_tag_content {
  height: 100%;
  background: var(--default_one);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.06);
}
.d2c_tag .d2c_tag_content .d2c_tag_img_wrapper {
  width: 100%;
  height: 100%;
}
.d2c_tag .d2c_tag_content .d2c_tag_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.d2c_tag .d2c_tag_content .d2c_tag_details {
  padding: 20px 10px 20px 0px;
}
.d2c_tag .d2c_tag_content .d2c_tag_details h3 {
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--other_color_two);
  margin-bottom: 0px;
}
.d2c_tag .d2c_tag_content .d2c_tag_details p {
  font-family: var(--secondary_font);
  font-size: 16px;
  color: var(--secondary-color);
  margin-bottom: 0px;
}

.d2c_tag .d2c_button_wrapper .btn{
  margin-top: 60px;
}
.d2c_tag #d2c_loadMore {
  display: none;
}
.d2c_tag #d2c_loadMore:hover {
  border-color: var(--secondary-color) !important;
}

/* =========================================== tag page css end ===========================================*/
