.tcl-service-post-card {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-service-post-card:hover {
  opacity: 0.6;
}
.tcl-service-post-card__text {
  padding: 7px 16px;
  font-size: 25px;
  background-color: #023c7a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tcl-service-post-card__text * {
  color: #fff;
}
.tcl-service-post-card__title {
  font-family: "Montserrat";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-variant: small-caps;
  letter-spacing: 1.65px;
  color: #023c7a;
  color: #fff;
  word-break: break-word;
}
@media (max-width: 1199px) {
  .tcl-service-post-card__title {
    font-size: 20px;
  }
}
.tcl-service-post-card__image {
  position: relative;
}
.tcl-service-post-card__image-bottom-line {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  background-color: rgba(2, 60, 122, 0.6);
}