/*# sourceURL=shared/css/index.css */


/*@ sourceURL=shared/css/index.css */


/*# sourceURL=shared/css/index.css */


/*@ sourceURL=shared/css/index.css */

#sec1 {
    padding: 98px 0 130px;
}

#sec1 .wrap {
    text-align: center;
}

#sec1 .wrap:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 49px;
    right: 50px;
    bottom: 0;
    border: 2px solid #4ac0c2;
}

#sec1 h3,
#sec1 p {
    position: relative;
    z-index: 2;
    width: 792px;
    margin: 0 auto !important;
    background: #fff;
}

#sec1 h3 {
    font-weight: 700 !important;
    font-size: 40px;
    color: #4ac0c2;
    margin-bottom: 68px !important;
    line-height: 1;
    padding: 0 20px;
    box-sizing: border-box;
}

#sec2 {
    padding-bottom: 146px;
}

#sec2 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 59px;
}

#sec2 .box li {
    width: 280px;
    margin-bottom: 80px;
    color: #fff;
    background: linear-gradient(45deg, #4ac0c2, #4391bb);
    text-align: center;
    padding-bottom: 15px;
    min-height: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

#sec2 .box li h5 {
    font-size: 24px;
    font-weight: 700 !important;
    margin-top: 10px !important;
    line-height: 30px;
}

#sec2 h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold !important;
    color: #4ac0c2;
}

#sec1 p {
    padding-bottom: 14px;
}

@media only screen and (max-width: 999px) {
    #sec1 {
        padding: 15% 0;
    }
    #sec1 h3 {
        font-size: 7vw;
        margin: 0 5% 10%!important;
        line-height: 1.7;
        padding: 0 5%;
    }
    #sec1 h3,
    #sec1 p {
        width: auto;
    }
    #sec1 .wrap:after {
        left: 3%;
        right: 3%;
        top: 10%;
        bottom: 2px;
    }
    #sec1 p {
        margin: 0 3%!important;
        padding-bottom: 5%;
    }
    #sec2 .box li img {
        width: 100%;
    }
    #sec2 .box li {
        width: 47%;
        margin-bottom: 7%;
        min-height: auto;
    }
    #sec2 .box li h5 {
        font-size: 4vw;
        line-height: 1.5;
        margin-top: 10%!important;
    }
    #sec2 h4 {
        font-size: 5.5vw;
        line-height: 2;
    }
    #sec2 .box {
        margin-bottom: 10%;
    }
    #sec2 {
        padding-bottom: 20%;
    }
}

@media only screen and (max-width: 500px) {
    #sec1 .wrap:after {
        top: 5%;
    }
}