.top-agents .agents {
    list-style: none;
    margin: 20px 0 0;
    padding: 20px;
    border-top: 2px solid #EAEAEB;
    border-bottom: 2px solid #EAEAEB;
}

.top-agents .photo {
    display: inline-block;
    -webkit-flex: 0 0 auto;
    -moz-flex:  0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #ddd;
    overflow: hidden;
}

.top-agents .photo img {
    display: block;
    width: 100%;
    height: auto;
}

.top-agents .realtor-container {
    padding-right: 15px;
}

.top-agents .realtor-container:last-child {
    padding-right: 0;
}

.top-agents .realtor-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.top-agents .realtor {
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.top-agents .realtor-name {
    font-size: 14px;
    font-weight: bold;
}

.top-agents .realtor-brokerage,
.top-agents .realtor-experience {
    font-size: 12px;
}

.top-agents .realtor-name, 
.top-agents .realtor-brokerage {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hero-subtitle a {
    color: #fff;
}

.text-highlight {
    font-weight: bold;
    color: #3889eb;
}

p {
    letter-spacing: 0.5px;
    margin-bottom: 32px;
}

.root-container .features:not(:last-child) {
    margin-bottom: 48px;
}

.root-container .section-title {
    margin-bottom: 48px;
}

.root-container .features .feature-link {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
}

.root-container .features .feature-link i {
    font-size: 32px;
}

.title {
    border-bottom: none;
    padding-bottom: 0;
}

.transactions {
    list-style: none;
}

.transactions .transaction-row {
    border-bottom: 1px solid #3f46501a;
    padding: 16px 0;
}

.transactions .transaction-row.row-header {
    font-weight: bold;
}

.transactions .transaction-row.row-header .right{
    float: right;
    text-align: right;
}

.transactions .transaction-row .savings {
    float: right;
    color: #3f8ef1;
    text-align: right;
}

.service {
    font-size: 104px;
    color: #3889eb;
}

@media screen and (max-width: 768px) {
    .top-agents h2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-agents .agents {
        padding: 20px 0;
    }

    .top-agents .realtor-container {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .top-agents .realtor-container:last-child {
        margin-bottom: 0;
    }

    .top-agents .realtor {
        margin-left: 20px;
    }
    .top-agents .photo {
        width: 55px;
        height: 55px;
    }

    .hero-subtitle a {
        color: #fff;
    }
    
    .text-highlight {
        font-weight: bold;
        color: #3889eb;
    }
    
    p {
        letter-spacing: 0.5px;
    }
    
    .title {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .transactions {
        list-style: none;
    }
    
    .transactions .transaction-row {
        border-bottom: 1px solid #3f46501a;
        padding: 16px 0;
    }
    
    .transactions .transaction-row.row-header {
        font-weight: bold;
    }
    
    .transactions .transaction-row.row-header .right{
        float: right;
        text-align: right;
    }
    
    .transactions .transaction-row .savings {
        float: right;
        color: #3f8ef1;
        text-align: right;
    }
}