.title-dept {text-align: center;margin-bottom: 40px;}
.title-dept h3 {font-family: Paperlogy;font-weight: 700;font-size: 48px;line-height: 100%;color: #003B84;position: relative;display: inline-block;text-align: center;}
.title-dept h3 > span {position: relative;z-index: 2;display: inline-block;padding: 10px 15px 10px 0;background: #fff;}
.title-dept h3:after {content: "";position: absolute;top: -19px;right: -14px;width: 48px;height: 48px;box-sizing: border-box;background: transparent;border: 3px solid #ED1C24;z-index: 1;}
.title-dept p{font-weight: 600;font-size: 20px;line-height: 160%;text-transform: uppercase;color: #B2B2B2;margin-top: 6px;}

.link-boxs02{margin-bottom: 60px;}

@media (max-width: 768px) {
	.title-dept h3 {font-size: 40px;}
	.title-dept h3 > span {padding: 5px 10px;}
	.title-dept h3:after {width: 36px;height: 36px;}
	.title-dept p{font-size: 14px;}
}