/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .post_quote, .post_quote p, .post_quote span {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    color: #329d9e;
    margin: 30px 0px 30px 0; 
}
.post_quote {
    padding-left: 70px;
    }
.post_quote:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.9em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f10e";
    position: absolute; 
    margin-left: -70px;
}
.infobox{
    padding: 30px;
    background-color: #f4f1f1 !important;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.infobox ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.infobox ul>li:before {
    background-color: #8ebec0;
  
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    top: 9px; 
    content: '';
    border-radius: 25px;
}
.infobox ul>li {
    margin: 0 0 9px;
    position: relative;
    padding-left: 21px;
}

.infobox .content {
    margin: 0 auto;
    max-width: 50em;
    padding: 30px;
    background: none;
}
.infobox.infobox--right {
    float: right;
}
.infobox.infobox--left {
    float: left;
}
.infobox.infobox--right, .infobox.infobox--left {
    clear: none;
    max-width: none; 
}
@media (min-width: 768px){
    .infobox.infobox--right, .infobox.infobox--left {
        margin-left: 30px;
        margin-right: 30px; 
        width: 48.33333333%;
        
    }
    .infobox.infobox--right{
        margin-right: 0;
    }
    .infobox.infobox--left{
        margin-left: 0;
    }
    
    
    .infobox.infobox--right{
        margin-right: -15%;
    }
    .infobox.infobox--left{
        margin-left: -15%;
    }
    .post_quote {
    padding-left: 0px;
    }
   
}