/*2 columns on mobile*/
/*@media(max-width: 767px) {
	.counter .tatsu-one-fourth {
		width: 50% !important;
	}
	.counter .tatsu-an-wrap, .counter .tatsu-single-image {
		text-align: center !important;
	}	
	.counter .tatsu-an {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}*/

.counter .tatsu-an {
	font-family: "Playfair Display",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
	font-size: 60px !important;
}

.counter .tatsu-an-caption {
	font-weight: normal;
}

.counter .tatsu-an-wrap {
    position: relative;
}
.counter .tatsu-an-wrap:after {
    content: '';
    background-repeat: repeat-x;
    height: 16px;
    width: 48px;
    position: absolute;
    background-image: url(/wp-content/themes/oshin_child/assets/divider-gold.svg);
    background-position: bottom left;
    bottom: -15px;
}