.Concat .Concat_left,.Concat .Concat_right{
    width: 50%;
}
.Concat .Concat_left{
    padding-right: 100px;
    padding-bottom: 10px;
}
.Concat .Concat_left h2{
    font-weight: bold;
    font-size: 48px;
    color: #111111;
    margin-bottom: 60px;
}
.Concat .Concat_left p{
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 20px;
    margin: 40px 0;
}
.Concat .Concat_right .SelectTitle{
    gap: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #111111;
}
.Concat .Concat_right .SelectTitle .select{
    position: relative;
    flex: 1;
}
.Concat .Concat_right{
    height: 450px;
}
.Concat .Concat_right .SelectTitle select{
    border: none;
    padding-bottom: 16px;
    border-bottom: 1px solid #00000057;
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    padding-left: 20px;
    width: 100%;
}
.Concat .container{
    align-items: flex-end;
}
.Concat .Concat_right .SelectInformation{
    padding-right: 130px;
}
.Concat .Concat_right .SelectInformation .Information-item{
    border-bottom: 1px solid #00000057;
    padding: 40px 0;
    gap: 30px;
}
.Concat .Concat_right .SelectInformation .Information-item .Item-icon{
    width: 15px;
}
.Concat .Concat_right .SelectInformation .Information-item:last-child{
    border: none;
    padding-bottom: 0;
}
.Concat .Concat_right .SelectInformation .Information-item h3{
    font-weight: bold;
    font-size: 16px;
    color: #111111;
}
.Concat .Concat_right .SelectInformation .Information-item p{
    font-weight: 400;
font-size: 14px;
color: #111111;
margin-top: 16px;
}