﻿#courses>a>span{display:block;}#courses>a>:first-child{padding-bottom:1rem;}#courses>a>:first-child{font-size:.85rem;}#courses{display:flex;grid-gap:1rem;flex-wrap:wrap;margin:auto;justify-content:center;padding-top:.5rem;}#courses>a{background:#1c305d;color:#eee;display:block;padding:.5rem;text-decoration:none;text-align:center;flex:0 0 100%;height:85px;border:1px solid #1c305d;}#courses>a:hover{background:#ccc;color:#212529;}@media(min-width:576px){#courses>a{flex-basis:calc(50% - 1rem);}}@media(min-width:768px){#courses>a{height:100px;}}@media(min-width:992px){#courses>a{flex-basis:calc(33.333333% - 2rem);}}@media(min-width:1400px){#courses>a{flex-basis:calc(25% - 3rem);}}