@media (min-width: 768px) {
	.lity-container {
		margin: 2rem 20% !important;
	}
	.lity-content .team-profiles .image {
	  width:30%;
	}
    .lity-content .team-profiles .details {
        width: calc(69% - 1rem);
        margin-left: 1rem;
    }
}    