  a {
    font-style: normal !important;
}

.tan-border{
    border: 1px solid #CCCAB8;
}

.howe-social{
    margin-right: 10px;
}

.howe-quote-left{
    font-family: 'proxima-nova';
    font-weight: 600;
    background-color: #EDECE2;
    font-size: 20px;
    display: inline-block;
    max-width: 35%;
    margin: 0 20px 0 0;
    float: left;
    padding: 20px;
    line-height: 30px;
}
.howe-quote-right{
    font-family: 'proxima-nova';
    font-weight: 600;
    background-color: #EDECE2;
    font-size: 20px;
    display: inline-block;
    max-width: 35%;
    margin: 0 0 0 20px;
    float: right;
    padding: 20px;
    line-height: 30px;
}
.howe-quote{
    display: block;
    max-width: 800px;
    width: 80%;
    margin: auto;
    padding: 20px;
    font-family: 'proxima-nova';
    font-weight: 600;
    background-color: #EDECE2;
    font-size: 20px;
    line-height: 30px;
}

.howe-quote-left::before, .howe-quote-right::before, .howe-quote::before{
    content: "";
    margin: 0 10px -10px 0;
    background-image: url(https://miamioh.edu/_hannonhill/_files/svgs/functional/icon-quote-red.svg);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.staff-headshot{
    width: 200px;
    height: 240px;
    object-fit: cover;
    object-position: 50% 50%;
    float: left;
    margin: 0 20px 10px 0;
}

.newspaper {
  border: solid black 5px;
  background-color: #EDECE2;
  column-count: 3;
  column-gap: 40px;
}