.number-blog {
	position: relative;
	display: flex;
	align-items: flex-start;
}
.number-digit {
	position: relative;
	display: flex;
	width: 73px;
	min-width: 73px;
	height: 73px;
	mask-image: url(../images/team-image-mask.svg);
    -webkit-mask-image: url(../images/team-image-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    align-items: center;
    justify-content: center;
    color: var(--sk-secondary);
    background-color: var(--sk-skeen);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    margin-right: 34px;
    margin-top: 4px;
}
.number-info .maxtitle-4{
	margin: 0 0 8px;
}
.number-info *:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px){
	.number-blog {
		flex-direction: column;
	}
	.number-digit {
		margin: 0 0 15px;
		width: 50px;
		min-width: 50px;
		height: 50px;
		font-size: 24px;
	}
}