
.mool-banner {
    height: 500px;
    background-color: #555a56;
    background-repeat: no-repeat;
    background-position: center;
}
.mool-banner .mool-head {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    color: #fff;
}
.mool-banner .mool-head h1 {
    font-size: 36px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px;
}
.mool-banner .mool-head p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}
.mool-banner .mool-head > * {
    width: 600px;
}

.mool-container {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.1);
    padding: 40px 30px;
}
.mool-container .vr {
    margin-left: 30px;
    margin-right: 30px;
}
.mool-container .mool-left {
    flex: 1;
}
.mool-container .mool-right {
    width: 350px;
}
.mool-container .mool-right .mool-right-block {
    margin-bottom: 2rem;
}
.mool-container .mool-right .mool-right-block h3 {
    font-size: 1.6rem;
    line-height: 2;
}