.brochure-links {
}
.brochure-links .image_item::after {
content: 'Download';
display: block;
text-align: center;
margin-top: 20px; background: #0DB0FF;
position: static;
height: 35px;
line-height: 32px;
max-width: 240px;
margin: 20px auto;
color: white;
cursor: pointer;
}
.brochure-links .column {
cursor:pointer;
}
.brochure-link-header h2 {
padding-left: 50px;
text-align: left;
color: #4CC2F2;
font-size: 32px;
border-top: 1px solid #4cc2f2;
padding-top: 30px;
font-weight: normal;
}
@media (max-width:989px) {
.brochure-link-header h2 {
padding-left:20px;
}
}