@media (min-width: 768px) {
    div>.heading h2 {
        font-size: 1em;
        margin-bottom: 0;
    }
	 div>.title_card h3 {
        font-size: 1.5191em;
		margin-bottom: 0rem;
    }
}
.title_card {
    background: #464646;
    border-radius: 8px 8px 0 0;
    text-align: center;
	color: white;
	line-height: 1.5;
	padding: 8px;
}
a.btn.align-card {
    display: block;
	margin: 20px;
}

.card-link_loyality > h2, .card-link_loyality > h3 {
    text-align: center;
}
.card-link_loyality > h3 {
    text-align: center;
	padding-top: 10px
}
a.card-link_loyality {
    text-decoration: none;
    color: #000000;
}
.card-link_loyality {
    display: block;
    border: 1px solid #e3e3e3;
	min-height: 650px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 8px;
    background-color: white;
}
.card-link_loyality:hover {
    transform: none!important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


.card-link_loyality ul li::marker {
  color: #e5097f;
  font-size: 1.5em;
}
.heading {
	position: relative;
	font-size: 32px;
	font-weight:700;
	padding-bottom: 19px;
	line-height: 1.066;
	margin-bottom: 26px;
}

.total_content .heading {
	margin-bottom: 48px;
}
div>.heading:after{
	content: "";
	background: #e60680;
	border-radius: 4px;
	width: 75px;
    height:6px;
	position: absolute;
	bottom: 0;
	left: 0;
}
img.l-overlay-a {
    display: block;
    width: auto;
    height: 30px;
    position: absolute;
    top: 50px;
    left: 25px;
}

@media (max-width: 768px) {

	.total_content .heading {
  margin-bottom: 15px;
}

    div>.heading h2 {
        font-size: 1.35em;
        margin-bottom: 0;
    }
	 div>.title_card h3 {
        font-size: 1.5191em;
		margin-bottom: 0rem;
    }

}



