programs {
    /* color: #808184; */
    background-color: #fff;
    font-family: SubaruType-Book, sans-serif;
    /* font-weight: 700; */
    /* font-size: 10.5px; */
    /* line-height: 14px; */
    /* letter-spacing: .04em; */
}

programs .btn {
    padding: 6px 20px 7px;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: capitalize;
    white-space: normal;
    color: #fff !important;
    background: #1A5B8D;
    border-radius: 0;
    background-clip: padding-box;
}

programs .btn:hover {
    background: #2f7ab4;
    
}