.table-profile,
.u-details {
	text-transform: capitalize
}

.p-pic-row {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px
}

.p-pic-wrapper {
	height: 142px;
	width: 142px
}

@media(max-width:768px) {
	.p-pic-wrapper {
		height: 250px
	}
}

.p-pic-wrapper img {
	border-radius: 5px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.p-img-container img {
	max-width: 160px;
	border-radius: 5px
}
