.tarif {
    border: 1px solid #00abbd;
    text-align: center;
	padding: 15px;
	position: relative;
	z-index: 0;
}

.tarif .description {
    font-size: 18px;
}
.tarif h3 {
    font-weight: 900;
    font-size: 18px;
}
.tarif .description p {
    margin: 0 0 9px 0;
}


.tafif-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tafif-bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    left: 0;
    opacity: 0.8;
}
.tarif.tarif-top .tafif-bg::after{
	background-color: #00abbd;
}
.tafif-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tarif.tarif-top {
	background-color: #00abbd;
	color: #fff;
		
}
@media (max-width: 767px){
	.tarif h3 {
		font-size: 36px;
		margin: 0 0 30px 0;
	}
}
