.services {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    height: 100%;
}

.services h1 {
    font-size: 20px;
    font-weight: bold;
}

.services h5 {
    font-size: 17px;
    font-weight: bold;
}

.services h5 a {
    color: #fff;
    background-color: #fd7e02;
    padding: 4px 18px;
    font-size: 14px;
    font-weight: 100 !important;
    border-radius: 2px;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.2s ease-in;    
    
}

.services h5 a:hover { background-color: #447325; }