.catalog__title{
    font-family: 'Lato-Regular';
    font-size: 24px;
    color: #131313;
    font-weight: 500;
}
.catalog__text{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #131313;
    font-weight: 400;
}
.catalog__btnDownload{
    background-color: #1592AA;
    color: white;
    font-family: 'Lato-Regular';
    font-size: 16px;
    font-weight: 400;
   
}
.catalog__btnDownload:hover{
    background-color: white;
    border: 1px solid #1592AA;
    color: #1592AA;
}
.catalog__btnView{
    background-color: white;
    border: 1px solid #1592AA;
    color: #1592AA;
    font-family: 'Lato-Regular';
    font-size: 16px;
    font-weight: 400;
   
}
.catalog__btnView:hover{
    background-color: #1592AA;
    color: white;
    border: 1px solid #1592AA;
}