.running_numbers_wrapper {
    float: left;
	width: 100%;
    box-sizing:border-box;
}
.running_numbers {
    float: left;
	width: 100%;
}
.running_numbers_grid {
    float: left;
    width: 100%;
    display:flex;
    flex-direction: row-reverse;
}
.rnn_item {
	float: right;
	width: 21.25%;
	margin-left: 5%;
    margin-top:20px;
	margin-bottom:20px;
}
.rnn_item:nth-of-type(4n) {
	margin-left:0;
}
.rnn_shape {
	float: right;
	width: 100%;
	position:relative;
}
.rnn_content {
	width: 100%;
    float:right;
}
.numbers_up {
    float: left;
    width: 100%;
    display:flex;
    flex-direction: row-reverse;
    align-items: center;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: 1px solid #fff
}
.numbers {
	width: auto;
	float: right;
	font-size: 60px;
	position: relative;
	z-index: 1;
	line-height:0.9em;
}
.rnn_name {
	width: auto;
	float: right;
	padding-right:15px;
	margin-top:20px;
	line-height:1.1em!important;
    box-sizing:border-box;
	font-size: 21px;
}
.rnn_text {
	width: 100%;
	float: right;
	line-height:1.3em!important;
    box-sizing:border-box;
	font-size: 21px;
	font-weight:300;
	direction:rtl;
}
.runn_margin_top {
	margin-top:40px;
}
@media all and (min-width: 1438px) {
.running_numbers {
    margin-top: 0px;
	margin-bottom:0px;
}
}
@media all and (max-width: 1439px) and (min-width: 769px) {
.numbers {
	font-size: 40px;
	line-height:1.2em;
}
.rnn_name {
	font-size: 19px;
}
.rnn_text {
	font-size: 19px;
}
}

@media (max-width: 768px) and (min-width: 319px) {
.running_numbers {
    margin-top: 10px;
	display:inline-block;
	text-align:center;
}
.running_numbers_grid {
    display:flex;
    flex-direction: column;
}
.rnn_item {
	width: 100%;
	float:right;
	margin: 0;
	padding-bottom:40px;
}
.rnn_item:last-child {
	padding-bottom:20px;
}
.number_content {
    top: 25px;
}
.numbers {
	font-size: 40px;
}
.rnn_name {
	font-size: 21px;
	margin-top:10px
}
.rnn_text {
	font-size: 19px;
}
.running_rnn_items_container {
	padding-bottom: 50px;
}
}

@media (max-width: 480px) and (min-width: 319px) {

}

@media all and (max-width:320px) {

}