.about-right-box ul li .inner-content {
	display: block;
	width: 100%; 
}
.about-right-box ul li .inner-content .icon {
  width: 55px;
  display: table-cell;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5); 
}
.about-right-box ul li .inner-content .icon span:before {
	font-size: 55px;
	line-height: 55px;
}
.about-right-box ul li .inner-content .title {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
}
.about-right-box ul li .inner-content .title h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 1px;
	margin: 0 0 1px; 
}
.about-right-box ul li .inner-content .title span {
	color: rgba(255, 255, 255, 0.75); 
}



/* ===================================
    Other style
====================================== */

/* Ribbon in alto a Dx*/
.label-offer-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0px 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    z-index: 1;
}

/* Ribbon in alto a Dx più basso*/
.label-offer-top-right-25 {
    position: absolute;
    right: 0;
	top: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0px 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    z-index: 1;
}

.badge-size125 {
    display: inline-block;
    padding: .35em .65em;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.text-justify {
	text-align:justify !important;
}