.border-radius{border-radius: 15px; overflow: hidden;}
.viewsAll{background: var(--color-main);font-size: 15px;color: #fff;padding: 8px 15px;border-radius: 5px;transition: all 0.5s ease;}
.viewsAll:hover{background: var(--color-red);}
.feedback{
    margin: 0px;
    margin-bottom: 30px;
    padding-top: 15px;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border: solid 1px #ddd;
}
.feedback p{
    color: #464646;
    text-align: left;
    -webkit-line-clamp: 5;
    min-height: 95px;
}
.feedback .star{color: var(--color-main);}
.feedback .images{position: relative;padding-right: 30px;}
.feedback:nth-child(2n) .images{padding: 0px; padding-left: 30px;}
.feedback .images .icon{position: absolute;top: -20px;right: 0px;}
.feedback:nth-child(2n) .images .icon{left: 0px;}
.feedback .images >img{border-radius: 10px;}
.feedback .info{
    text-align: left;
}
.feedback .name{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}
.item_news{position: relative;transition: all 300ms;overflow: hidden;margin-bottom: 20px;background: #fff;}
.item_news .images{position: relative;}
.item_news .date{font-weight: 500;margin-bottom: 10px;}
.item_news .views{color: var(--color-main);}
.item_news .views:hover{color:#f00;}
.item_news img{border-radius: 5px;}
.item_news h3{color: #000;font-size: 18px;transition: all 0.5s ease;}
.item_news .views{color: var(--color-main);font-weight: 500;transition: all 0.5s ease;}
.item_news .views:hover{color:var(--color-red); padding-left: 15px;}
.item_news.news_nb h3{font-weight: bold;font-size: 18px;}
.item_news h3:hover{color:var(--color-main);}
.item_news p{color: #3e3e3e;}