/*----------------------------------------*/

/*.section1::before {
    display: block;
    height: 280px;
    background-image: radial-gradient(circle at bottom, #54688e, #2f3a4f 280px);
    content: " ";
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    background-color: #2f3a4f;
    background-repeat: no-repeat;
    line-height: 1;
    width: 100%;
}*/

.section1-wrap {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 115px;
    position: relative;
}

.seo-section-wrap {

    color: #FFFFFF;
    max-width: 700px;
    margin: 0 auto;
    padding: 35px 0 10px;
    text-align: center;
    display: flex;
}

.data {
    flex: 1;
    text-align: center;
    color: #FFFFFF;
    font-size: 100%;
}

#data-center {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.number {

    text-decoration: none;

    display: block;
}

.number span {
    font-size: 20px;
    font-weight: 400;
}

.seo-car {
    text-align: center;
}

.seo-car img {
    width: 100%;
    max-width: 800px;
}


/*--------------------------------------------------------------*/

.encart {
    flex-flow: column;
    margin: 0 15px;
    border-radius: 3px;
    box-shadow: 0 10px 20px 0 rgba(47, 58, 79, 0.2);
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;
}

.encart img {
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
    padding-top: 20px;
}

.encart h2 {
    padding-top: 10px;
}


/*--------------------------------------------------------*/