.news-single{
    padding:60px 0;
}
.custom-padd {
    padding: 0 12px 0 0;
}

.image-news {
    margin-bottom: 35px;
    width: 100%;
    max-width: 670px;
    overflow: hidden;
}
.image-news img{
    width: 100%;
}
.image-title {
    font-family: 'InfinitiBrand-Bold';
    padding: 20px 0 30px 0px;
    margin-bottom: 0;
    width: 100%;
    font-size: 20px;
    color: #000000;
}
.decs-news{
    font-size: 16px;
    color: #484848;
    font-family: 'InfinitiBrand-Light';
}
.interestion-block-ico{
    margin-top: 1px;
}
.recomendation-title {
    margin-bottom: 35px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'InfinitiBrand-Bold';
}
.recomendation .card-body {
    padding: 0;
}
.recomendation .date {
    margin-bottom: 0;
}
.news-single .card {
    padding: 33px;
    margin-bottom: 23px;
    border-radius: 0;
    border-color: #c6c6c6;
}
.news-single .card-title {
    margin-bottom: 24px;
    font-size: 20px;
    color: #000000;
    font-family: 'InfinitiBrand-Bold';
}
.news-single .card-body a {
    text-decoration: none;
}
.rec-block{
    padding-left: 20px;
}

@media (max-width: 992px) {
    .rec-block {
        padding-left: 0px;
        margin-top: 30px;
    }
    .custom-padd {
        padding: 0 15px;
    }
}
/*TABLE*/
.decs-news td:first-child{
    text-align: left;
    font-weight: bold;
}
.decs-news tr:nth-of-type(even) {
    background-color: #F8F8F8;
}
.decs-news table {
    width: 100%!important;
    margin: 20px auto;
    border: 1px solid #E5E5E5;
}
.decs-news table td {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    padding: 10px 15px;
    text-align: center;
}
.decs-news tr:first-child td {
    font-weight: bold;
}
/*.decs-news img{*/
    /*width: 100%!important;*/
    /*height: auto!important;*/
/*}*/
@media (max-width: 991.98px) {
    .decs-news img{
        width: 100%!important;
        height: auto!important;
    }
    .decs-news tbody {
        min-width: 768px;
    }
    .decs-news table {
        flex-direction: row;
        flex-wrap: nowrap!important;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        border: none!important;
    }
}

/*section.news-single span {*/
    /*background: transparent!important;*/
/*}*/
.special-offers-card .image-news{
    max-width: none;
}
.decs-news img {
    max-width: 100%;
}
.decs-news img {
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}