#philosophy-presentation {
    /*position: relative;*/
    background-color: var(--lighter-grey);
    padding-bottom: 30px;
}
#philosophy-presentation .container{
    position: relative;
    z-index: 2;
}
#philosophy-presentation .container > * {
    position: relative;
}

#philosophy-presentation .row {
    margin-top: 30px;
}

.philosophy-pres-wrapper {
    padding: 0 5px;
}

.philosophy-pres-inner {
    padding: 40px 20px;
    background-color: var(--dark-grey);
    border-radius: 10px;
    height: 100%;
}

.pres-image-wrapper {
    margin-bottom: 45px;
}

.pres-image-wrapper img {
    width: 180px;
    max-width: 100%;
}

.pres-text-wrapper h5 {
    margin-bottom: 25px;
}

.philosophy-text {
    color: rgba(255, 255, 255, .6);
    margin-bottom: 0;
}

#roots-image {
    width: 100%;
}

@media (max-width: 991.8px) {
    .philosophy-pres-wrapper {
        padding: 0 15px;
    }

    .philosophy-pres-inner {
        padding: 25px 20px;
        border-radius: 0;
    }
}

@media (max-width: 767.8px) {
    #philosophy-presentation {
        position: relative;
        background-color: var(--dark-grey);
        padding-top: 40px;
    }

    #philosophy-presentation h2 {
        color: var(--white);
    }

    .philosophy-pres-inner {
        padding: 25px 20px;
        border-radius: 0;
    }

    .pres-image-wrapper {
        margin-bottom: 25px;
    }

    .pres-text-wrapper h5 {
        margin-bottom: 10px;
        font-size: 20px;
    }
}