.row {
    padding: 0;
    margin: 0;
}
.sentence {
    width: 688px;
    height: 37px;
    font-size: 14px !important;
    font-weight: 300;
    color: #ffffff;
    line-height: 22px;
}
.inside-banner .info-02 {
	max-width: 688px;
}
.right_content h4 {
    margin-bottom: 25px;
}

.advantage img {
    width: 80px;
    height: 80px;
}

.situation ul li {
    width: 90%;
    text-align: center;
    max-width: 396px;
    min-height: 476px;
    background: #ffffff;
    border-radius: 2px;
    margin-bottom: 69px;
    padding: unset !important;
    margin-right: 36px;
}

.situation ul li:nth-of-type(1) img,
.situation ul li:nth-of-type(2) img,
.situation ul li:nth-of-type(3) img {
    height: unset !important;
    width: 100%;
}
.situation .words {
    text-align: left;
    padding: 0 37px;
}
.situation .words h4 {
    margin-bottom: 13px;
    font-size: 20px;
}

.situation .words p {
    font-size: 14px !important;
    color: #8a8a8a;
    line-height: 22px;
}

.begin {
    padding: 67px 0 65px 0;
    min-height: 343px;
    background-color: #fff;
}
.begin .inside-title .title {
    margin-bottom: 39px;
}

.begin .get-start a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .begin {
        height: auto !important;
    }
    .inside-banner-m .container {
        padding: 0 12px !important;
    }

    .inside-banner-m .info {
        max-width: 92% !important;
    }
}
