.module-attorneys-a-inner .module-attorneys-a-content {
	text-align: center;
}
.module.module-attorneys-a {
	padding: 60px 0;
}
.module-attorneys-a-content .module_title {
	color: var(--primary-color);
	margin-bottom: 15px;
}

.module-attorneys-a-photo {
	margin-bottom: 30px;
	text-align: center;
}
.module-attorneys-a-photo img {
    width: 250px;
    box-shadow: -17px 14px 0px 0px var(--secondary-color);
}

@media screen and (min-width: 768px) {
	.module-attorneys-a-photo {
		margin: 0 4% 0 0;
		padding-right: 4%;
		border-right: 1px solid #000;
		align-items: flex-end;
	}

	.module-attorneys-a-inner {
		display: flex;
	}

	.module-attorneys-a-inner .module-attorneys-a-content {
		text-align: left;
		flex: 1;
	}

	.module-attorneys-a .module-title {
		text-align: left;
	}
}
/*
@media screen and (min-width: 1025px) {
	.module-attorneys-a-content {
		padding-right: 10%;
	}
}
*/
