.bod_top {
    margin-bottom: 35px;
}

.box1 {
    >div {
        width: 465px;
    }

    h1 {
        text-align: left;
        font-size: 26px;
        color: #777373;
        margin-bottom: 27px;
    }

    p {
        text-align: left;
        font-size: 16px;
        color: #777373;
    }
}
.m-bott{
    margin-bottom: 50px;
}
.box_vh{
    min-height: calc(100vh - 282px);
}