
#homepage-three-cs{
    /*
    flex-direction: column;
    */
    flex-direction: column-reverse;
    margin-bottom: 60px;
    margin-top: 20px;
    display: flex;
}

#homepage-three-cs .flex-container{
    justify-content: center;
    display: flex;
}

#homepage-three-cs .flex-child{
    flex-shrink: 0;
    width: 100%;
}

#homepage-three-cs .column{
    background-color: #474b56;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    flex-shrink: 0;
    width: 33.33%;
}

#homepage-three-cs .three-cs-container .column .tri{
    position: absolute;
    bottom: -20px;
    display: none;
    height: 10vw;
    width: 180%;
    left: 0;
}

#homepage-three-cs .column .content{
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    width: 70%;
    left: 50%;
    top: 50%;
}

#homepage-three-cs .column .content svg{
    margin: 0 auto 10px auto;
    display: block;
    height: 52px;
    width: 52px;
}

#homepage-three-cs .column .content[data-id="coaching"] svg,
#homepage-three-cs .column .content[data-id="conservation"] svg{
    height: 62px;
    width: 62px;
}

#homepage-three-cs .column .content svg path{
    fill: #ffffff;
}

#homepage-three-cs .column .ratio{
    display: block;
    height: auto;
    width: 100%;
}

#homepage-three-cs .column .mask{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}#homepage-three-cs .widget-content{
    background-color: #007579;
    /*
    padding: 80px 0 120px 0;
    */
    padding: 80px 0 60px 0;
    position: relative;
    overflow: hidden;
}

#homepage-three-cs .widget-content .skew{
    background-color: #007579;
}

#homepage-three-cs .widget-content .content{
    position: relative;
    max-width: 940px;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
}

#homepage-three-cs .column h3{
    margin: 0 auto 20px auto;
    font-weight: 400;
    color: #ffffff;
}

#homepage-three-cs .column h3:after{
    display: none;
}

#homepage-three-cs .widget-content h3{
    color: #ffffff;
}

#homepage-three-cs .widget-content h3:after{
    background-color: #ec7200;
    margin: 12px 0 0 0;
    display: block;
    content: "";
    height: 6px;
    width: 70px;
}

@media screen and (max-width: 1010px) {
    #homepage-three-cs .column .content svg{
        display: none;
    }
}@media screen and (max-width: 870px) {
    #homepage-three-cs .column .content svg{
        display: block;
    }

    #homepage-three-cs{
        flex-direction: column-reverse;
    }

    #homepage-three-cs .flex-container,
    #homepage-three-cs .column{
        display: block;
        width: 100%;
    }

    #homepage-three-cs .widget-content .skew{
        display: none;
    }

    #homepage-three-cs .widget-content{
        background-color: #007579;
        padding: 40px 0 20px 0;
    }    #homepage-three-cs .three-cs-container .column:last-child .tri{
        display: block;
    }
}@media screen and (max-width: 680px) {
    #homepage-three-cs .widget-content h3{
        line-height: 36px;
        font-size: 30px;
    }

    #homepage-three-cs h1 br,
    #homepage-three-cs h2 br,
    #homepage-three-cs h3 br{
        display: none;
    }

    #homepage-three-cs .widget-content .content .button{
        width: calc(100% - 80px);
        text-align: center;
        margin: 0 auto;
        display: table;
    }
}

@media screen and (max-width: 520px) {
    .three-cs-container{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 460px) {
    .content-skew{
        top: -120px;
        width: 120%;
    }
}@media screen and (max-width: 360px) {
    .content-skew{
        top: -160px;
    }
}