@charset "utf-8";
.hero-secondly-date {
    background-image: url(../img/vision/vision-hero-pic.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
    .hero-secondly-date {
        background-image: url(../img/vision/vision-hero-pic@2x.jpg);
    }
}
.wrapper {
    margin-top: 40px;
    text-align: center;
}
.container {
    margin: 0;
    padding: 20px;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .container  {
        width: 980px;
        margin: 0 auto;
    }
}
.container > p {
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}
.section-title {
    margin: 0 20px 30px 20px;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
}
.statue-container {
    width: 100%;
    margin-top: 40px;
    display: block;
}
@media screen and (min-width: 768px) { 
    .statue-container {
        width: 100%;
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
    }
}
.statue-items {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) { 
    .statue-items {
        width: 50%;
    }    
}
.statue-items__inner {
    margin: 20px;
    padding: 20px 10px;
    background-color:#fff;
}
.statue-items__title {
    margin: 20px 0;
    position: relative;
    padding: 20px 30px;  
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    text-align: left;
}
@media screen and (min-width: 768px) { 
    .statue-items__title {
        font-size: 24px;
    }
}
.statue-items__title:before,.statue-items__title:after {
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.statue-items__title:before {
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top: 0;
    left: 0;
}
.statue-items__title:after {
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom: 0;
    right: 0;
}
.statue-items__inner > p {
    text-align: left;
    margin:20px;
}

