.program-finder__alphabet-filter{
    display:flex;
    flex-wrap:wrap;
}
.program-finder__alphabet-filter button{
    transition: background-color 0.2s ease;
    background-color: rgba(0, 0, 0, 0.6);
    color:#fff;
    padding: .4rem .7rem;
}
.program-finder__alphabet-filter button:hover, .program-finder__alphabet-filter button.active{
    background-color:rgb(0, 0, 0);
}
.program-finder__programs{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.topic-app__item{
    max-width:85%;
    padding:1rem;
    font-size:.9rem;
}
.program-finder__letter-row{
    border:1px solid #ececec;
    background-color:#ececec;
    padding:1rem;
}
.program-finder__section{
    border:1px solid #ececec;;
}