.agents-content { position: relative; }
h2 {
    float: left;
    margin-top: 25px;
    position: absolute;
    text-align: center;
    width: 32%;
}
h3 {
    color: #4F1C00;
    clear: left;
    margin-top: 41px; 
    margin-left: 5.5%;
    font-weight: 700;     
}
    h3, h3~p { width: 89%; }
    h3~p {
        font-size: 16px;
        line-height: 25px;
        margin: 10px auto 41px auto;
    }
p { margin-bottom: 0; }   
.agents-content { background-color: #fff; }
.agent-contact {
    margin-top: 10px;
    text-align: center;
}
a { color: #AA5526; }
    a~p { margin-top: 10px; }
.right {
    background: url("/images/template/bottom-bkg-repeat.jpg") left top repeat;  
    margin-top: 2px; 
}
    .right.blank-box { height: 70px; }
    
.left { 
    clear: left;
    margin-bottom: 10px;
}
    .left img {
        margin: 85px 0px 0px 24%;
        padding: 2px;  
        width: 53%;
    }
    
@media (max-width: 767px) {
    h2 {
        margin: 0px;
        margin-top: 20px;
        position: relative;
        text-align: center;
        width: 100%;
    }
    
    .left img {
        clear: none;
        margin: 20px 0 0 35%;
        width: 30%;   
    }
    
    .blank-box { display: none; }   
}
@media (max-width: 580px) {
    .left img {
        margin-left: 30%;
        width: 40%;
    }
}
@media (max-width: 375px) {
    p { font-size: 1em; }
    
    .left img {
        margin-left: 25%;
        width: 50%;
    }
}