.about-content {
    /* width: 100%; */
    padding: 1.5em 1.5em;
    min-height: 100px;
    background-color: #fff;
    /* margin-bottom: 2em; */
}

.logo-black{
    width: 45%;
}
.logo-black img{
    width: 100%;
}
.about-txt{
    margin: 30px 0;
    line-height: 28px;
    color: #222222;
}
.msg{
    width: 100%;
    text-align: center;
}
.msg img{
    width: 60%;
}

.info-txt{
    display: flex;
    align-items: stretch;
}
.info-txt img{
    width: 25%;
}

.lead-info{
    margin-left: 50px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
}

.info-top{
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.info-bottom{
    margin-top: -20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.item-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.item-left {
    width: 50%;
}
.item-right {
    width: 50%;

}

.rw-item{
    background-color: #fff;width: 100%;
    padding: 1.5em 1.5em;
    display: flex;
    margin-top: 1.5em;

}

.rw-item img{
    width: 170px !important;
    margin-right: 2em;
}
