.more-info-links{
    padding: 30px 0;
    margin-bottom: 40px;
}
.more-info-links h2{
    position: relative;
    font-size: 38px;
    line-height: 38px;
    font-family: 'HelveticaNeueLTStd-Th';  
    color: #666666;  
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.more-info-links h2:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: ''; 
    height: 2px;
    width: 150px;
    background-color: #666666;   
}
.more-info-links a{
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Helvetica';
    font-weight: bold;
    color: #666666;  
    border-bottom: 1px solid #e3e3e3;
    background: url('images/arrow-grey.png') no-repeat center right;
    margin-top: 25px;
    padding-right: 20px;
}
.more-info-links a:hover,
.more-info-links a:active{
    color: #f39100;
    text-decoration: none;
    background: url('images/arrow-orange.png') no-repeat center right;
}
.more-info-links a:focus{
    text-decoration: none;
}

@media (max-width: 991px) {
    .more-info-links h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .more-info-links{
        margin-bottom: 20px;
    }
    .more-info-links h2{
        font-size: 35px;
        line-height: 35px;
        padding-bottom: 20px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}