.aam-component.halfpush-container h2 {
margin-bottom: 50px;
}
.aam-component.halfpush-container > ul {
list-style: none;
padding: 0;
margin: 0 0 0px 0px;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.aam-component.halfpush-container > ul > li {
margin-right: 15px;
margin-bottom: 35px;
flex: 0 1 calc(33% - 8px);
}
.aam-component.halfpush-container > ul > li ul li {
list-style-type: disc;
}
.aam-component.halfpush-container > ul > li span {
min-height: 76px;
font-size: 14px !important;
color: #23498a;
font-weight: 600;
display: block;
padding: 20px 0 0 0;
}
.aam-component.halfpush-container > ul > li p {
text-align: justify;
margin: 0 0 10px;
}
.aam-component.halfpush-container > ul > li:nth-child(3n+3) {
margin-right: 0px;
}