.about-image {
	overflow: hidden;
	border: 4px solid $border-color;
	margin-bottom: 40px;
	img {
		width: 100%;
		display: block;
	}
}

