.box1 {
    * {
        text-align: left;
    }
    display: flex;
    justify-content: space-between;
    .box1_box {
        width: 350px;
        margin-bottom: 90px;
        
        img{
            width: 100%;
            height: 270px;
            margin-bottom: 35px;
        }
        h1 {
            font-size: 28px;
            color: #070707;
        }

        h2 {
            color: #425383;
            font-size: 18px;
            margin: 25px 0px;
        }

        h3 {
            color: #666666;
            font-size: 16px;
            font-weight: normal;
        }
    }


}

.box2 {
    * {
        text-align: left;
    }

    margin-top: 50px;
    margin-bottom: 70px;
    background: #fff;
    height: 108px;
    border-left: 56px solid #425383;
    box-sizing: border-box;

    .p1 {
        font-size: 30px;
        color: #425383;
        margin-left: 90px;
    }

    div {
        width: 768px;
        margin-right: 16px;
        p {
            color: #666666;
            font-size: 16px;
        }
    }
}