.sd-about__title {
	color: #01294d;
	position: relative;
	margin-bottom: 1rem;
}

.sd-about__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0.5rem;
	width: 3rem;
	height: 0.25rem;
	border-radius: 0.25rem;
	background-color: #ed6822;
}

.sd-about__image img {
	border-radius: 0.5rem;
	overflow: hidden;
}
