.view-grouping {
    padding-left: 1rem;
}

.view-grouping-content h3{
	color: #031b4e;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 1.2;
}
.view-grouping-header {
    font-size: 2.25rem;
    font-weight: 900;
    margin: 25px 0;
    color: #031b4e;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 1.2;
}

.atec-stories h4 a{
	color: #212121 !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 15px;
}

.atec-stories p{
	font-size: 1rem;
    font-weight: 700;
    line-height: 15px;
}

.view-grouping-content > h3:first-child {
	margin-top: 0;
}

.view-grouping-content > h3 {
    display: flex;
    flex-direction: column;
    margin: 50px 0 54px;
}

.view-grouping-content > h3::after {
    content: "";
    border: 2px solid;
    margin: 12px 0;
    width: 75px;
}

a:hover h4 {
    text-decoration: underline;
    text-decoration-color: #194af7 !important;
}