.box1 {
    display: flex;

    * {
        text-align: left;
    }

    >img {
        width: 326px;
        height: 430px;
    }

    >div {
        width: 810px;
    }

    h1 {
        display: block;
        color: #070707;
        font-size: 28px;
        margin-bottom: 60px;
    }

    h3 {
        display: block;
        color: #777373;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
    }
}

.box2 {
    margin-bottom: 90px;
}

.box3 {
    border: 1px solid #fff;

    div {
        width: 50%;
        box-sizing: border-box;
    }
}

.box4 {
    * {
        text-align: center;
    }

    div {
        padding: 20px 0px;
        box-sizing: border-box;
    }

    font-size: 20px;
    color: #fff;
    background: #808080;
    font-weight: bold;
}

.box5 {
    font-size: 14px;
    background: #f6f9fd !important;

    >div {
        color: #2a2a2a;
    }
}

.box3-1 {
    display: flex;
    align-items: center;
    border-right: 2px solid #fff;
    padding: 5px 0px;

    div {
        width: 50%;
        color: #2a2a2a;
    }

    .s1 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .s2 {
        text-align: left;
    }

    img {
        margin-right: 25px;
    }
}

.box3-2 {
    padding-left: 96px;
}

.box6 {
    background: #e2e9fe !important;
}