div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
h2 {
	color: #FFB226;
}
.news-date-time
{
	color:#486DAA;
}
.intel.owl-carousel .owl-item  img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.intel.owl-carousel .director {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
}
.intel.owl-carousel .photo {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.intel.owl-carousel .text-white {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.intel.owl-carousel .text-white a {
	color: #fff;
}
.intel.owl-carousel .text-white > p {
	text-align: right;
}
.alarm {
	margin-top: 30px;
	color: #fff;
	background-color: #008283;
	padding: 20px;
	margin-bottom: 60px;
}
.prizes {
	margin-top: 40px;
	margin-bottom: 40px;
}
.photos {
	display: flex;
}

.photos img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info a{
	color: #fff;
}
.detail {
	margin-top: 50px;
}
.num-block,
.stats h5,
.stats .numbers .num {
	color: #FFB226 !important;
}

@media (max-width: 768px) {
	.contest-stage {
		margin-bottom: 25px;
	}
	.intel.owl-carousel .director {
		flex-wrap: wrap;
	}
	.intel.owl-carousel .text-white {
		height: auto;
	}
	.intel.owl-carousel .photo {
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	.prizes .photos div {
		margin-bottom: 15px;
	}
}