/* 
  Template Name: Hossmate - Automobile Bootstrap Template
  Template URI: https://www.designtocodes.com/product/hossmate-automobile-bootstrap-template/
  Description: Hossmate Automobile Template is a paid and elegant website template that is built on Bootstrap.
  Author: DesigntoCodes
  Author URI: https://www.designtocodes.com
  Text Domain: Hossmate
*/
/* =========================================== tag page css start ===========================================*/

.d2c_service {
  padding-bottom: 100px;
}

.d2c_service .card {
  border: none;
  border-radius: 0;
  padding: 30px;
  background-image: linear-gradient(
      0deg,
      rgba(43, 46, 57, 0.91),
      rgba(43, 46, 57, 0.91)
    ),
    url("../images/service_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.d2c_service .card .card-img-top {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.d2c_service .card .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.d2c_service .card .card-body {
  padding: 0;
}
.d2c_service .card .card-body .card-title {
  margin-bottom: 15px;
}
.d2c_service .card .card-body .card-title a {
  text-decoration: none;
}
.d2c_service .card .card-body .card-title h4 {
  font-family: var(--primary_font);
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  color: var(--default_one);
  margin-bottom: 0;
}
.d2c_service .card .card-body .card-text {
  margin-bottom: 15px;
}
.d2c_service .card .card-body .card-text a {
  text-decoration: none;
}
.d2c_service .card .card-body .card-text a p {
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--default_one);
  margin-bottom: 0;
}

/* =========================================== tag page css end ===========================================*/
