.content_wrap{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.banner_wrap{
    height: 680px;
    background-image: url("/images/about/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about_banner_wrap{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_right {
    width: 491px;
}
.about-title {
    font-size: 80px;
    color: #000;
    font-weight: bold;
}
.about-sub-title {
    font-size: 24px;
    color: rgba(79, 83, 101, 1);
}
.our_wrap {
    padding: 40px 0 30px;
}
.about_our_wrap {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.our_wrap_img {
    width: 100%;
}
.about-item {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-item-bg {
    width: 100%;
}
.about-item-01 {
    height: 589px;
    background-image: url("/images/about/about_01_bg.png");
}
.about-item-bg-01 {
    margin-top: 60px;
}
.about-item-02 {
    height: 648px;
    background-image: url("/images/about/about_02_bg.png");
}
.about-item-bg-02 {
    margin-top: 90px;
}
.about-item-03 {
    height: 692px;
    background-image: url("/images/about/about_03_bg.png");
}
.about-item-bg-03 {
    margin-top: 60px;
}

.start-growing-wrap .start-growing-title {
    font-weight: 600;
    color: #202032;
    text-align: center;
    margin-bottom: 60px;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
}
.start-growing-wrap {
    background-image: url("/images/home/start-growing-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 75px 0;
}

.start-growing-wrap .start-growing-title {
    font-size: 32px;
    margin-bottom: 0;
}

.start-growing-wrap .request-demo-wrap {
    margin-top: 32px;
}
.request-demo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 46px;
}
.request-demo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 46px;
}

.request-demo {
    background: #465AFC;
    padding: 12px 10px 12px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    animation: rise-up 1.75s forwards;
}

.request-demo-white {
    background: #fff;
    border: 1px solid #465AFC;
    color: #4151FB;
}

.request-demo .banner-icon {
    margin-left: 50px;
}
