.about_row{
    margin-bottom: 32px;
    align-items: center;
}
.about_order{

}
.about_item-img{
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: #fff;
}
.about_item-img img{
    width: 100%;
}
.about_item-desc span{
    font-family: "SuzukiPROBold";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #005071;
    margin-bottom: 16px;
    display: block;
}
.about_item-desc p{
    font-family: 'SuzukiPRORegular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #40555E;
    margin-bottom: 0;
}