/* Not Pc */
@media only screen and (max-width: 1024px) {
	ul.pagination.new-style-pagination.float-right {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.page-header {
		margin-top: 0px !important;
	}

	.media {
		display: flex;
		flex-flow: column;
		align-items: center;
	}

	.media-object {
		width: 125px !important;
		height: 125px !important;
		margin-bottom: 15px;
	}

	h5 {
		font-size: 20px;
	}

	.media-news > img {
		object-fit: contain;
		height: auto;
	}
}
