/*----------UC_INFO----------*/

dl#ucinfo {
    width : 90%;
    margin : 0 auto 8% auto;
    padding : 7% 6% 8% 6%;
    background : #ffffff;
    border-radius : 12px;
    box-sizing : border-box;
}

dl#ucinfo dt {
    margin-bottom : 5%;
    color : #c8c8c8;
    text-align : center;
	font-size : 200%;
	font-family: "Figtree", sans-serif;
	font-optical-sizing : auto;
	font-weight : 700;
	font-style : normal;
    line-height : 1.1em;
	letter-spacing : 1px;
}

dl#ucinfo dd {
    line-height : 1.55em;
}