@charset "UTF-8";

.head .container {
    position: relative;
}
.head .container:before {
    position: absolute;
    content: "";
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(-50vw);
    background: #fff;
    z-index: 0;
}
.head .white_box {
    position: relative;
    z-index: 2;
    border-radius: 0 30px 30px 0;
    padding: 90px 45px;
}
.head .white_box_xs {
    border-radius: 15px;
}


.body h4 {
    color: #5c90b5;
    position: relative;
}
.body h4:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 120px;
    background: #5c90b5;
    left: 0;
    bottom: 0;
}
.body .white_box_xs {
    border-radius: 15px;
}

@media (min-width: 768px) and (max-width: 1229px) {
}
@media screen and (max-width: 767px) {
    .head .white_box {
        padding: 15px 15px 15px 5px;
    }
}
