.container_title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px auto;
}
.container_title span:first-child{
    width: 20%;
    font-size: 60px;
}
.container_title span:last-child{
    width: 80%;
    font-size: 15px;
    margin-left: auto;
    text-align: left;
}
.container_content{
    display: flex;
    justify-content: space-between;
}
.container_content1{
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 300px;
}
.container_content_item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 3px solid #000;
    border-radius: 10px;
    width: 28%;
}
.container_content_item1{
    border: 3px solid #000;
    border-radius: 10px;
    width: 38%;
}
.container_content_item > span , .container_content_item1 > span{
    margin: 2% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ff8f26;
    border: 3px solid #000;
    border-radius: 10px;
    color: black;
    font-size: 30px;
    width: 90%;
    flex: 1;
}
.container_content_item1 > span{
    padding-bottom: 5px;
}
.container_content_list{
    margin: 40px auto;
    display: flex;
    flex-direction: column;
}
.container_content_list span:first-child{
    font-size: 35px;
    color: black;
}
.container_content_list span:last-child{
    margin-top: 300px;
    font-size: 35px;
    color: black;
}
