.main-list>li{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 12px 30px;
    margin-bottom: 20px;
}
.main-list>li:last-child{
    margin-bottom: 0;
}
#main{
    background: #F2F5F9;
}
#main .content{
	width: 1440px;
	margin: 0 auto;
	padding: 120px 0;
}

.list-logo{
    margin-right: 40px;
    width: 204px;
}
.list-title{
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    margin-bottom: 15px;
}
.list-text{
    font-size: 18px;
    margin-bottom: 30px;
}
.list-block{
    flex-shrink: 0;
    max-width: 320px;
    margin-right: 90px;
}
.list-img{
    flex-shrink: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.list-img>img{
    width: 49%;
}
.list-btn{
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #026DFB;
    padding:8px 16px;
    color: #026DFB;
    font-size: 16px;
}
.list-btn:hover{
    color: #026DFB;
}
.top{
    margin: 0 auto;
    width: max-content;
    text-align: center;
}
.top-title{
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 45px;
}
.top-text{
    font-size: 24px;
    color: #000000;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1400px) {
    #main .content{
        width: 100%;
    }
    .list-block{
        margin-right: 20px;
    }
}
