.content{
    width: 60%;
}

.contentRmack div{
    text-align: center;
}
.contentRmack div h4{
    font-size: 40px;
    padding-bottom: 30px;
}
.contentRmack .contentRmack_top p{
    font-size: 18px;
    line-height: 30px;
    color: #555;
}
.contentRmack .contentRmack_bottom{
    padding: 60px 0;
    display: flex;
    justify-content: space-evenly;
}
.contentRmack .contentRmack_bottom a{
    box-sizing: border-box;
    width: 20%;
    padding: 20px 10px;
    color: #000;
    cursor: pointer;
}
.contentRmack .contentRmack_bottom a:hover{
    background-color: #ccc;
}
.contentRmack .contentRmack_bottom img{
    width: 40%;
    color: #000;
}
.contentRmack .contentRmack_bottom p{
    line-height: 30px;
    width: 100%;
    color: #000;
}
.content_text_list{
    text-align: center;
    /* padding: ; */
}
.content_text_list>div{
    padding: 0 25% 60px;
}
.content_text_list h5{
    font-size: 30px;
    line-height: 150px;
}
.content_text{
    display: flex;
    justify-content: space-evenly;
}
.content_text div{
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.content_text div p{
    font-size: 18px;
    font-weight: 500;
}
.content_text img{
    width: 25%;
}
#content_text_list1,#content_text_list3,#content_text_list5{
    background-color: #f5f5f5;
}