.newspaper-list-page .content-block {
    margin-top: 17px;
}

/*Latest item */
.newspaper-list-page .content-block .newspaper-latest-item {
    display: flex;
    margin-bottom: 14px;
    flex-direction: row;
}

@media only screen and (max-width: 767px) {
    .newspaper-list-page .content-block .newspaper-latest-item {
        flex-direction: column;
    }
}

.newspaper-list-page .content-block .newspaper-latest-item .details {
    display: flex;
    flex-direction: column;
}

.newspaper-list-page .content-block .newspaper-latest-item .image-block img {
    border: solid 10px #cad6e3;
    width: 100%;
}

.newspaper-list-page .content-block .newspaper-latest-item .date {
    font-family: BPGNP;
    font-size: 14px;
    color: #fe5966;
    opacity: 0.8;
    margin-top: 25px;
}

.newspaper-list-page .content-block .newspaper-latest-item .title {
    color: #062a51;
    font-size: 40px;
    line-height: 60px;
    font-family: BebasNeueRegular;
    margin-top: 25px;
}

.newspaper-list-page .content-block .newspaper-latest-item .number {
    color: #ff5966;
    font-size: 60px;
    line-height: 60px;
    font-family: BebasNeueRegular;
    margin-top: 8px;
}

.newspaper-list-page .content-block .newspaper-latest-item .buttons-block {
    margin-top: auto;
}

.newspaper-list-page .content-block .newspaper-latest-item .buttons-block a.button {
    font-family: BPGNP;
    font-size: 14px;
    color: #062a51;
    opacity: 0.8;
    padding-right: 15px;
}
.newspaper-list-page .content-block .newspaper-latest-item .buttons-block a.button.download i {
    color: #ff5966;
    opacity: 1;
}
.newspaper-list-page .content-block .newspaper-latest-item .buttons-block a.button i {
    padding-right: 10px;
    opacity: 1;
}

/*List*/
.newspaper-list-page .content-block ul.items {
    margin-top: 50px;
}

.newspaper-list-page .content-block ul.items li.item {
    margin-bottom: 40px;
}

.newspaper-list-page .content-block ul.items li.item .image-block {
    margin-bottom: 14px;
}

.newspaper-list-page .content-block ul.items li.item .image-block img {
    border: solid 10px #cad6e3;
    width: 100%;
}

.newspaper-list-page .content-block ul.items li.item .date {
    font-family: BPGNP;
    font-size: 14px;
    color: #fe5966;
    opacity: 0.8;
    margin-bottom: 5px;
}

.newspaper-list-page .content-block ul.items li.item .title {
    color: #062a51;
    font-size: 30px;
    line-height: 40px;
    font-family: BebasNeueRegular;
}

.newspaper-list-page .content-block ul.items li.item .number {
    color: #ff5966;
    font-size: 40px;
    line-height: 40px;
    font-family: BebasNeueRegular;
}

.newspaper-list-page .content-block ul.items li.item .buttons-block a.button {
    font-family: BPGNP;
    font-size: 14px;
    color: #062a51;
    opacity: 0.8;
    line-height: 26px;
    padding-right: 15px;
}
.newspaper-list-page .content-block ul.items li.item .buttons-block a.button.download i{
    color: #ff5966;
    opacity: 1;
}

.newspaper-list-page .content-block ul.items li.item .buttons-block a.button i {
    padding-right: 10px;
    opacity: 1;
}

