section.featured-links .view-top-circles-section .views-row {
    display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


section.featured-links .view-top-circles-section .views-col {
    height: 200px;
    width: 200px !important;
    background-color: #0C3256 !important;
    border: solid 10px #C2A26F;
    border-radius: 50%;
    margin: 20px;
}

section.featured-links .view-top-circles-section a.views-field-field-circle-link {
    margin: 25px auto 0;
    display: block;
	color:#fff;
    text-align: center;
	text-decoration:none;
    font-size: 1.2em;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.25px;
}

section.featured-links .view-top-circles-section .views-field-field-circle-icon {
    margin-bottom:10px;
	display: block;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
}

@media (max-width:480px) {
section.featured-links .view-top-circles-section .views-col {
    height: 150px;
    width: 150px !important;
    margin: 5px;
    border: solid 7px #C2A26F; }
section.featured-links .view-top-circles-section a.views-field-field-circle-link {
	margin:25px 0 0 0;
    font-size: .9em;
    line-height: 20px; }
section.featured-links .view-top-circles-section .views-field-field-circle-icon {
	margin: 17px auto 10px;
    font-size: 2em; } }