.title-promo {
    font-size: 35px;
    font-weight: 300;
}

.line_under_title_promo {
    width: 30%;
    margin: auto;
    margin-bottom: auto;
    height: 3px;
    background: transparent; /*#6c757d*/
}

.text_under_title_promo {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #333333;
}

.data-text-card-feature-promo:not(:first-child)::before {
    content: ", ";
}

.price-text-card-promo{font-weight: bold;}
.features1-text-card-promo svg{margin-right: 5px;}

.img-card-promo {
	position: relative;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 3%);
	border-radius: 8px;
}

.img-card-promo img{
	max-width: 100%;
	height: 20em;
	vertical-align: middle;
	transition: all .2s ease-in-out;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.img-card-promo img{
		height: auto;
	}
}

.img-card-promo img:hover {
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.text-card-promo {
	position: relative;
	text-align: left;
	color: #212529;
	background: #fff;
	padding: 20px;
}

.address-text-card-promo {
	color: #DDD;
}

.address-text-card-promo svg {
	margin-right: 5px;
}

.title-text-card-promo {
	text-decoration: none;
	line-height: inherit;
	font-size: 19px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.title-text-card-promo a {
  color: #000000;
}

.desc-text-card-promo {
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.features2-text-card-promo {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.img-card-promo .img-card-layer {
	transition: all .2s ease-in-out;
	width: 100%;
	height: 20em;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.img-card-promo:hover .img-card-layer {
	transform: scale(1.05);
}