@charset "utf-8";

.ds-ct-edu-title,
.ds-ct-edu-title>div {display:flex; justify-content:center; align-items:center; font-size:0;}
.ds-ct-edu-title>div {background-position:center center; background-repeat:no-repeat; padding:0.5rem}

@media all and (max-width:767px) {
	h1.ds-ct-edu-title {margin-bottom:0!important;}
	.ds-ct-edu-title>div {transform:scale(0.5, 0.5)}
}