
.main{
    margin-top: 80px;
    padding:200px 50px;
    text-align: left;
}
.section_title{
    font-size:75px;
    color: #e94f37;
}

.section_title{
margin: 0;
}
.section_img{
    min-width: 500px;
    float: right;
    margin-right: 100px;
    border: 20px ;
    padding: 5px;
    height:900px;
    border-radius: 50px;
}
.section_text{
font-size:50px
}

.section_item{
    font-size: 20px;
}
.section_fl_tip{
    float:left;
    font-size: 2rem;
    line-height: 2rem;
    color:#e94f37
}
.section_button{
    font-family:"Gloock";
    background-color: #e94f37; 
    font-size: 40px;
    padding: 15px 15px;
    border: none;
    border-radius: 10000px; 

}
.section_button:hover{
    background-color: #ed6a5a;
}



