.staff-events {
	line-height: 28px;
  	font-family: Arial;
    font-size: 15px;
}
.staff-events h3 {
    padding: 0;
}

.staff-events  p,
.staff-events  ul {
    color: #9b9b9b;
}
.staff-event-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
  	padding: 25px 0;
  	border-bottom: 1px dashed #3b3b3b;
}
.staff-event-wrapper img {
	width: 100%;
    height: auto;
}
.staff-left-image {
    width: 30%;
}
.right-section {
	width: 70%;
}
.staff-name {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    padding: 12px 12px 12px 0;
}
.staff-name a {
  	text-decoration: none;
    display: inline-block;
    border: 2px solid #666666;
    padding: 12px;
    border-radius: 5px;
   	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.staff-name h3 {
    padding: 0;
}
.staff-event-wrapper:last-child {
    border-bottom: none;
}
p.staff-email {
    color: #c70101;
}
.email-style {
    text-decoration: none !important;
    color: #0A2F87 !important;
}
@media (max-width:768px) {
	.staff-left-image {
      width: 100%;
    }
    .right-section {
	  width: 100%;
    }
   .staff-event-wrapper {
     flex-direction: column;
  }
}