span.ruler-latest-post-num {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
h3.ruler-latest-post-num-title {
	width: calc(100% - 120px);
}

@media (max-width: 1199.98px) {
	span.ruler-latest-post-num {
		width: 90px;
		height: 90px;
	}
	h3.ruler-latest-post-num-title {
		width: calc(100% - 110px);
	}
}
@media (max-width: 991.98px) {
	span.ruler-latest-post-num {
		width: 80px;
		height: 80px;
	}
	h3.ruler-latest-post-num-title {
		width: calc(100% - 100px);
	}
}
@media (max-width: 767.98px) {
	span.ruler-latest-post-num {
		width: 70px;
		height: 70px;
	}
	h3.ruler-latest-post-num-title {
		width: calc(100% - 90px);
	}
}