.multielement {
    width: 100%;
    overflow: hidden;
    margin: -40px 0;
}

.multielement .inbusinesscontainer {
    max-width: 1600px;
    margin: 0 auto 0;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    padding-bottom: 50px;
}

.multielement .tops {
    margin-bottom: 30px;
}

.multielement .tops h2 {
    font-size: 20px;
    color: #555555;
	font-weight: 700;
}

.multielement .tops .text {
    width: 400px;
    height: auto;
    font-size: 14px;
    line-height: 38px;
    color: #333333;
    text-align: justify;
}

.multielement .bottom .top {
    display: flex;
    align-items: center;
}

.multielement .bottom .top img {
    width: 48px;
    height: auto;
    object-fit: cover;
    margin-right: 24px;
}

.multielement .bottom .ls p {
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    color: #555555;
}

.multielement .bottom ul {
    display: flex;

    align-items: center;
}

.multielement .bottom ul li {
    width: 505px;
    height: 412px;
    background-color: #fbfbfb;
    padding: 80px 60px 20px 60px;
	       margin-right: 43px;
flex-grow: 1;
}
.multielement .bottom ul li:nth-child(3){
    margin-right: 0;
}
.inbusiness  .ls2  ul  li:nth-child(2){
    margin-right: 0;
}


.multielement .bottom .text {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    margin-top: 15px;
}