#customPageTitle {
    display: none;
}
.customPageCenteredContent {
    width: 100%;
    min-width: 0;
    margin: 0 auto 0;
    background-color: #ededed;
    min-height: 50vh;
}
.catalogo {
    width: 90%;
    margin: 40px auto 90px auto;
}
.catalogo h1{
    font-size: 30px;
    letter-spacing: 1.5px;
    margin: 54px 0px;
}
.container-catalogue {
    display: flex;
    justify-content: space-between;
}
.download-catalogue.button {
    display: block;
    width: 45%;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.catalogue {
    width: 30%;
    text-align: center;
}
.catalogue h2 {
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}
.catalogue img {
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width:768px){
    .container-catalogue {
    flex-direction: column;
}

article.catalogue {
    width: 100%;
    margin-bottom: 70px;
}

.catalogue h2 {
    text-align: center;
}

.centeredContent.customPageCenteredContent.font1 {
    width: 100% !important;
}

.catalogo {
    margin-bottom: 0px;
}
}