.widget-detail-6{
    padding:80px 20px;
    background:var(--background-03);
}
.widget-detail-6 .container{
    overflow: visible;
}
.widget-detail-6 .ui-title{
    max-width: 600px;
    text-align: center;
    margin:auto;

}
.widget-detail-6 .ui-title h3{
    font-size: 40px;
}
.widget-detail-6 .ui-text{
    text-align: center;
    max-width: 600px;
    margin: 20px auto 0px;

}
.widget-detail-6 ul{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    list-style: none;
    margin-top:100px;
}
.widget-detail-6 ul li{
    width: calc(33.33% - 34px);

}
.widget-detail-6 ul li span{
    color:var(--color-01);
    font-size: 70px;
    font-weight: 900;
    line-height: 100%;
    margin-bottom:30px;
    display: block;
}
.widget-detail-6 ul li h6{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.widget-detail-6 ul li p{
    
}

@media all and (max-width: 1024px){
	
}
@media all and (max-width: 768px){
	.widget-detail-6{
        text-align: center;
    }
    .widget-detail-6 .widget-detail-6-content .ui-title{
        width: 100%;
        order:1;
    }
    .widget-detail-6 .widget-detail-6-content div{
        width: 100%;
        order:0;
    }
    .widget-detail-6 ul li{
        width: 100%;
    }
}