#info_tables {
    display: flex;
    flex-direction: column;
	align-items: center;
    width: 100%;
}


#info_tables .title_info_table .column_one_info,
#info_tables .title_info_table .column_two_info,
#info_tables .title_info_table .column_three_info
{
	    background-color: #fff7da;
}

#info_tables .title_info_table .column_one_info {
	position:relative;
}

#info_tables .title_info_table .column_one_info .scudetto-img {
    position: absolute;
    width: 50px;
    top: -25px;
    right: 0px;
}


#info_tables .title_cat_info  .coppa-img {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0px;
}


#info_tables  .row .column {
    font-size: 12px;
    position: relative;
	    padding: 5px;
}



.title_info_table {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 15px 0;
}


.title_info_table > div:first-of-type {

 background-color:transparent;
}


.title_info_table > div {
    width: 250px;
    background-color: #fff8d9;
    margin: 0 5px;
	    font-family: "League Spartan", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #403f3e;
    padding: 18px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;

}

#info_tables .row {
display: flex;
flex-direction: row;
    flex-wrap: nowrap;
    margin: 5px 0;
}


#info_tables .row > div {
    width: 250px;
    background-color: #f6fbfe;
    margin: 0 5px;
	border-radius:5px;

}

.title_cat_info {
	
    font-family: "League Spartan", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #403f3e;
    padding: 18px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}


.column {
font-family: "Open Sans", Sans-serif;
    /* text-transform: uppercase; */
    font-size: 12px;
    font-weight: 400;
    color: #222832;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

}


/********************************
************ VERSIONE MOBILE ****
********************************/

/* Styling mobile */
.mobile-block {

  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px;

}

.mobile-title {
    font-family: "League Spartan", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #403f3e;
    padding: 10px;
    border-radius: 5px;
    line-height: 1;
    /* text-align: center; */
    text-transform: uppercase;
    position: relative;
    background-color: #fff7da;
}

.mobile-line {
    margin: 4px 0;
    font-size: 0.95rem;
    background-color: #f6fbfe;
    padding: 10px;
    border-radius: 5px;
}
.mobile-line span {
    font-family: "League Spartan", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #403f3e;
    /* padding: 12px; */
    line-height: 1;
    /* text-align: center; */
    text-transform: none;
    position: relative;
}

.mobile-line p {
    font-family: "Open Sans", Sans-serif;
    /* text-transform: uppercase; */
    font-size: 12px;
    font-weight: 400;
    color: #222832;
}