div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486DAA;
}

.mobile {
	display: none;
}

@media(max-width:768px) {
	.certificate-page__wrapper .p_b {
		width: calc(100% / 2 - 7px);
		padding: 0;
		display: flex;
		flex-direction: column;
		height: unset;
	}

	.certificate-page__wrapper .p_b .cert-img {
		border: 1px solid #EDEFF3;
	}

	.certificate-page__wrapper {
		display: flex;
		flex-wrap: wrap;
		column-gap: 12.5px;
		row-gap: 28px;
	}

	.btn-download__certificate {
		height: 46px;
		background: #1070A71A;

		display: flex;
		align-items: center;
		justify-content: center;



	}

	.desctop {
		display: none;
	}

	.mobile.btn-download__certificate {
		display: flex;
		margin-top: 8px;
	}

	.btn-download__certificate .hovdec {

		gap: 8px;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	.btn-download__certificate .hovdec * {
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 500;
		line-height: 17.07px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		color: #1070A7;
	}

}