.pic-btn-cnt {
	margin: 20px 0;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
	justify-content: space-around;
}

.pic-btn {
    font-size: 1.3em;
    width: 250px;
}

.pic-btn a {
	display: block;
	text-decoration: none;
}

.pic-btn-caption {
    bottom: 0;
    height: 50px;
    color: #fff;
    width: 100%;
    background: #004996;
    text-align: center;
    padding-top: 20px;
}