
.section_blogs .sport-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 25px;
    color: #1c1c1c;
    display: block;
}

.section_blogs .sport-title:hover, .section_blogs .sport-title:focus {
    color: #ec4f21;
}

.section_blogs .item-news-image .thumb {
    display: block;
    height: 225px;
    position: relative;
    overflow: hidden;
}

.section_blogs .item-news-image .thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section_blogs .item-news-image .a-title {
    display: block;
    margin-top: 12px;
    color: #1c1c1c;
    font-weight: 700;
    line-height: 1.3;
    font-size: 15px;
}

.section_blogs .item-news-image .a-title:hover, .section_blogs .item-news-image .a-title:focus {
    color: #ec4f21;
}

.section_blogs .item-news-image .author {
    margin-top: 7px;
    color: #b5b5b5;
}

.section_blogs .item-news-image p {
    margin: 0;
    color: #666;
}

.section_blogs .item-news-image:hover .thumb img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .section_blogs .item-news-image .thumb {
		height: 187px;
	}
}

@media (max-width: 991px) {
    .section_blogs .item-news-image .thumb {
		height: 137px;
	}
}

@media (max-width: 767px) {
    .section_blogs {
		margin-top: 20px;
	}

	.section_blogs .evo-blogs-mobile {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		flex-direction: unset;
		-webkit-flex-flow: unset;
		flex-flow: unset;
		-webkit-justify-content: unset;
		justify-content: unset;
		-webkit-align-items: unset;
		align-items: unset;
	}

    .section_blogs .sport-title {
		font-size: 20px;
	}

    .section_blogs .item-news-image .thumb {
		height: 268px;
	}

}

@media (max-width: 668px) {
    .section_blogs .item-news-image .thumb {
		height: 268px;
	}
}

@media (max-width: 569px) {
    .section_blogs .item-news-image .thumb {
		height: 282px;
	}
}

@media (max-width: 480px) {
    .section_blogs .item-news-image .thumb {
		height: 206px;
	}
}

@media (max-width: 376px) {
    .section_blogs .item-news-image .thumb {
		height: 186px;
	}
}

@media (max-width: 321px) {
    .section_blogs .item-news-image .thumb {
		height: 158px;
	}
}