 .processed-table { width: 100%; }
    .processed-table .item { display: flex; width: 100%;overflow: hidden;background-color: #fff; min-height: 250px;}
    .processed-table .item .col { padding: 25px; box-sizing: border-box; }
    .processed-table .item .col-img { width: 60%; flex-shrink: 0; padding: 0; }
    .processed-table .item .col-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .processed-table .item .col-content { width: 40%; display: flex; flex-direction: column; justify-content: center; }
    /*.processed-table .item:nth-child(even) { flex-direction: row-reverse; }*/
    .processed-table .last-item { display: block; width: 100%; padding: 20px; box-sizing: border-box;}
    .last-item .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background: #000; margin-bottom: 20px; border-radius: 8px; }
    .last-item .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    .last-item .image-sources {background-color: #f2f2f2; border-radius: 8px; word-wrap: break-word; }
	.col-img-itm{margin:0;}
	.col-content h2{
	    margin: 0;
    font-size: 26px;
    margin-bottom: 15px;color: var(--primary-color);
	}
	.image-sources .owl-prev, .image-sources .owl-next {
		line-height: 1;
    position: absolute;
    text-align: center;
    top: 40%;
    transition: all 0.3s 
ease;
    cursor: pointer;
    color: #fff;
    font-size: 34px;
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 5px;
		}

        .image-sources .owl-next {
            right: 22%;
        }

        .image-sources .owl-prev {
            left: 22%;
        }

        .image-sources .owl-prev:hover, .image-sources.owl-next:hover  {
			background:#fff
        }
	
	
	
	@media (max-width:480px) {
	.processed-table .item{height:auto;flex-wrap: wrap;}
	.processed-table .item .col-content, .processed-table .item .col-img{width:100%;}
	.image-sources .owl-prev, .image-sources .owl-next{font-size:20px;}
			.image-sources .owl-prev {
				left: 0;
			}
			.image-sources .owl-next {
				right: 0;
			}
		.processed-table .item:nth-child(even) {
			flex-direction: row-reverse;flex-wrap: wrap;flex-flow: column-reverse;
		}
	}
	