/*-- -------------------------- -->
<---       ALL SECTIONS         -->
<--- -------------------------- -*/

.cs-title {
    margin-bottom: 16px;
    font-size: 32px;
    color: #1a1a1a;
}

@media only screen and (min-width: 1024px) {
    .cs-title {
        font-size: 48px;
        line-height: 60px;
    }
}
/*-- -------------------------- -->
<---       Mission         -->
<--- -------------------------- -*/

#mission .cs-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
    max-width: 540px;
    margin: auto;
}

#mission .cs-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    max-width: 540px;
}

#mission .cs-container {
    position: relative;
}


#mission .cs-picture img {
    width: 90%;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
}

#mission .cs-content .button-solid {
    padding: 20px 50px;
}

#mission .cs-floater {
    display: none;
}

@media only screen and (min-width: 1024px) {
    #mission .cs-container {
        flex-direction: row;
        max-width: 1200px;
        justify-content: space-evenly;
    }

    #mission .cs-content {
        text-align: start;
        align-items: flex-start;
    }

    #mission .cs-picture img {
        margin-bottom: 0px;
        height: 100%;
        width: auto;
    }

}

@media only screen and (min-width: 1300px) {
    #mission .cs-floater {
        display: block;
        position: absolute;
        right: 0px;
        top: -20px;
    }
}


/*-- -------------------------- -->
<---       OWNER         -->
<--- -------------------------- -*/

#owner {
    background-color: #F5F5F5;
}
#owner .cs-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 540px;
    margin: auto;
}

#owner .cs-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    max-width: 540px;
}

#owner .cs-picture img {
    width: 100%;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
}

@media only screen and (min-width: 1024px) {
    #owner .cs-container {
        flex-direction: row;
        max-width: 1200px;
        justify-content: space-evenly;
    }

    #owner .cs-content {
        text-align: left;
        align-items: flex-start;
    }

    #owner .cs-picture img {
        max-height: 350px;
    }

}

