/* Styles for Advocate Block */
.advocate-wrapper {display: flex; padding-bottom: 20px;}
.advocate-photo {width: 60px;border-radius: 50%;height: 60px;border: solid 1px #666;overflow: hidden;margin-right: 12px;}
.advocate-photo img {object-fit: cover; height: 60px;}
.advocate-details p {margin-bottom: 5px; color: #686868;}
