.catalog__title{
    font-family: 'DMSans-Regular';
    font-size: 24px;
    color: #131313;
    font-weight: 500;
}
.catalog__text{
    font-family: 'DMSans-Regular';
    font-size: 16px;
    color: #131313;
    font-weight: 400;
}
.catalog__btnDownload{
    background-color: #007AC2;
    color: white;
    font-family: 'DMSans-Regular';
    font-size: 16px;
    font-weight: 400;

}
.catalog__btnDownload:hover{
    background-color: white;
    border: 1px solid #007AC2;
    color: #007AC2;
}
.catalog__btnView{
    background-color: white;
    border: 1px solid #007AC2;
    color: #007AC2;
    font-family: 'DMSans-Regular';
    font-size: 16px;
    font-weight: 400;

}
.catalog__btnView:hover{
    background-color: #007AC2;
    color: white;
    border: 1px solid #007AC2;
}
