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

dl#ucinfo {
    width : 900px;
    margin : 0 auto 100px auto;
    padding : 70px;
    background : #ffffff;
    border-radius : 15px;
    box-sizing : border-box;
}

dl#ucinfo dt {
    margin-bottom : 20px;
    color : #c8c8c8;
    text-align : center;
	font-size : 250%;
	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 {
    text-align : center;
}