.align-self-center {
	align-self:center;
}
.img-title {
	text-align:center;
background:url(../img/title-icon.png)no-repeat center top/230px;
padding-top:60px!important;
}
.img-border {
	border-radius:var(--rounded);
border:6px solid var(--pink1);
width:100%;
object-fit:cover;
}
.img-border-blue {
	border-radius:var(--rounded);
border:6px solid var(--blue);
width:100%;
object-fit:cover;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.img-title {
		background:url(../img/title-icon.png)no-repeat center top/150px;
padding-top:50px!important;
	}
}
