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;
	}

}
/** tabs **/
.tab__buttons {
	margin-top:32px;
	display:flex;
	gap: 16px;
}
.tab__btn {
	padding: 9px 20px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #111827;
	background: #E6E6E6;
	transition: background-color .5s ease, color .5s ease;
}
.tab__btn:hover,
.tab__btn.active {
	background-color:#D3F3FF;
	color:#2A9BC5;
}
.tab__content {
	margin-top:32px;
	margin-bottom: 44px;
}
.tab__item {
	display:none;
	gap: 10px;
	flex-wrap: wrap;
}
.tab__item.active {
	display:flex;
}
.tab__item.certificate {
	overflow: initial;
	margin-top:0;
}
.tab__item .p_b {
	padding:0;
	float:none;
	width:219px;
}
@media(max-width: 768px) {
	.tab__item {
		gap: 15px;
		row-gap: 28px;
	}
	.tab__item .p_b {
		width: calc( 50% - 8px );
	}
}