body{
    background-position: 0 -30px;
}

main{
    padding: 0 100px;
}

.text{
    color: #CBE8F9;
    text-shadow: -1px -1px 0 #00AB16, 1px -1px 0 #00AB16, -1px 1px 0 #00AB16, 1px 1px 0 #00AB16;
}

.text-right{
    text-align: right;
}

.background{
    background-size: 100% 100%;
    padding: 150px 0;
}

.culture-title{
    position: relative;
}

.culture-content{
    display: flex;
    flex-wrap: wrap;
}

.culture-content > div{
    width: calc( 33.3333% - 27px );
    border-radius: 10px 50px 10px 50px;
}

.culture-content > div:nth-of-type(3n) {
    margin-right: 0;
}

.button{
    border: 1px solid #333;
    padding: 10px 50px;
}

@media screen and (max-width: 800px) {
    .banner{
        flex-direction: column;
        padding-bottom: 50px;
    }

    .banner > .row-span-8{
        width: 100%;
    }

    .banner > .flex-col-center{
        padding-left: 0;
    }

    .banner > .flex-col-center > div{
        text-align: left;
    }
    .banner > .flex-col-center > div:nth-of-type(1) {
        font-size: 25px;
    }
    .banner > .flex-col-center > div:nth-of-type(2) {
        padding: 15px 0;
        font-size: 18px;
    }
    .banner > .flex-col-center > div:nth-of-type(3) {
        font-size: 12px;
    }

    .title{

    }

    .title > span:nth-of-type(1) {
        font-size: 20px;
    }

    .title > span:nth-of-type(2) {
        font-size: 18px;
    }

    .list{
        flex-direction: column;
    }
    .culture-content{
        flex-direction: column;
    }
    .culture-content > div{
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px;
    }
}
