.heading {
  font-family: "Rubik", sans-serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
  color: #282828;
}
.shallow-card {
  height: 100%;
  margin-bottom: 40px;
}
.shallow-card .wrapper {
  box-sizing: border-box;
}
.shallow-card .card_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #282828;
  padding: 0 0 12px;
}
.shallow-card .description {
  font-size: 16px;
  line-height: 26px;
  color: #262626;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0;
  margin-bottom: 15px;
}
.brand_cta_2 button {
  background-color: transparent;
  padding: 10px 20px;
  font-size: 18px;
  border: 1px solid var(--brand);
  transition: .5s ease-in-out;
}
.brand_cta_2 button:hover {
  background-color: var(--brand);
  color: #ffffff;
}

@media screen and (min-width: 993px) {
  .shallow_card .about_image {
    height: 195px;
    width: 330px;
  }
  .shallow_card .card_title {
    font-size: 1.5625rem;
  }
  .shallow-card .card-desc {
    font-size: 1.25rem;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .mb_50 {
    margin-bottom: 50px;
  }
  .mt_50 {
    margin-top: 50px;
  }
  .pb_30 {
    padding-bottom: 30px;
  }
  .pt_20 {
    padding-top: 20px;
  }
  .pb_20 {
    padding-bottom: 20px;
  }
}
.shallow-card .image_wrapper {
  margin-bottom: 15px;
}
.shallow-card .about_image {
  width: 120px;
}
.hover-card.shallow-card .wrapper {
  padding: 20px;
  border-radius: 0;
  height: auto;
  transition: .5s ease-in-out;
}
.hover-card.shallow-card.active .wrapper {
  box-shadow: var(--shadow);
}
.hover-card.shallow-card .wrapper:hover {
  box-shadow: var(--shadow);
}