.dir-msg {
	position: relative;
	padding-bottom: 90px;
	padding-top: 80px;
	z-index: 1;
	font-size: 1.25rem;
}

.dir-img-bx {
	width: 180px;
	height: 225px;
	overflow: hidden;
	border-radius: 5px;
	border: 5px solid;
	border-color: lightgray;
}

.dir-img-bx img {
	width: 100%;
}

.dir-msg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 0 800px 550px;
	transform: scaleX(1.5);
	z-index: -1;
	background: linear-gradient(to right bottom, white,#9ebfde);
}