.col50.news {
    margin: 0 3% 116px 0;
	width: 48.5%;
}

.col50.news:last-child {
    margin: 0 0 116px;
}

.widget_news {
    padding: 0 48px;
    overflow: hidden;
    margin-left: -48px;
    margin-right: -48px;
}

.widget_news h2 {
    margin: 80px 0 40px;
}

.widget_swipers_news {
    overflow: visible;
}

.s-news  {
	display: table;
	float: left;
	min-height: 550px;
	margin: 0;
	padding: 0;
	border: 0;
    border-radius: 5px;
    overflow: hidden;
}

.s-news img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height:150px;
	display: block;
}

.s-news .data {
    font-size: 13px;
    color: #4d4d4d;
    margin-bottom: 2px;
    margin-top: 10px;
}

.s-news .tit {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
	color: #231f20;
	letter-spacing: 1px;	
	font-weight: 700;
	min-height: 100px;
}

.img_news {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cont-news {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    background: #DBDBDB;
    padding: 80px;
}

.data_news h6 {
    color: #5C5C5C;
    margin: 0;
}

.cont-news h3 {
    margin: 16px 0 32px;
    text-transform: uppercase;
    color: #292929;
}

.testo_news p {
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    margin: 0;
}

.cont-news a {
    display: inline-block;
    padding-right: 24px;
    background: url("/themes/pittaluga/images/freccia-scopri-di-piu.png") no-repeat right center / 16px auto;
    color: #292929;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.box-news h3 {
    padding: 0 40px;
    margin: 0 0 16px;
	text-align: center;
}

.box-news .link, .box-news .link:hover, .box-news .link:active, .box-news .link:focus {
    display: block;
    text-align: center;
    color: #190004;
    font-size: 18px;
    font-weight: 700;
}

.box-news .link:hover, .box-news .link:active, .box-news .link:focus {
    color: #8C0A1F;
}

.link i {
    margin-left: 16px;
    font-weight: bold;
    font-size: 18px;
}

.widget_swipers_news .swiper-button-prev, .widget_swipers_news .swiper-button-next {
    width: 96px;
    height: 96px;
    margin-top: -48px;
}

.widget_swipers_news .swiper-button-prev::after, .widget_swipers_news .swiper-button-next::after {
    display: none;
}

.widget_swipers_news .swiper-button-prev {
    background: url("/themes/pittaluga/images/freccia-sx-slider-news.png") no-repeat center / 96px;
    left: -48px;
}

.widget_swipers_news .swiper-button-next {
    background: url("/themes/pittaluga/images/freccia-dx-slider-news.png") no-repeat center / 96px;
    right: -48px;
}

@media all and (max-width: 991px) {
	.s-news {
        min-height: 0;
        display: block;
    }
    .img_news {
        width: 100%;
		display: inline-block;
		padding-top: 56.25%;
    }
    .cont-news {
        width: 100%;
        display: inline-block;
        padding: 24px;
    }
}
@media all and (max-width: 767px) {
  	.widget_news {
      	padding: 0 15px;
     	margin-left: -15px;
      	margin-right: -15px;
  	}
  	.widget_swipers_news .swiper-button-next {
      	right: -15px;
  	}
  	.widget_swipers_news .swiper-button-prev {
      	left: -15px;
  	}
  	.widget_swipers_news .swiper-button-prev, .widget_swipers_news .swiper-button-next {
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
}
@media all and (min-width: 768px) {
  	.widget_news {
      	padding: 0 20px;
     	margin-left: -20px;
      	margin-right: -20px;
  	}
  	.widget_swipers_news .swiper-button-next {
      	right: -20px;
  	}
  	.widget_swipers_news .swiper-button-prev {
      	left: -20px;
  	}
}
@media all and (min-width: 992px) {
  	.widget_news {
      	padding: 0 40px;
     	margin-left: -40px;
      	margin-right: -40px;
  	}
  	.widget_swipers_news .swiper-button-next {
      	right: -40px;
  	}
  	.widget_swipers_news .swiper-button-prev {
      	left: -40px;
  	}
}