#philosophy .numbered-section-container-flex {
    flex-direction: row-reverse;
}

#philosophy .numbered-section-img-cont {
    margin-right: 0;
    margin-left: 68px;
}

#philosophy .mb93 {
    margin-bottom: 93px;
}

#philosophy .mb70 {
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    #philosophy .numbered-section-img-cont {
        margin-right: 0;
        margin-left: 0;
    }
    #philosophy .mb93 {
        margin-bottom: 60px;
    }
    #philosophy .mb70 {
        margin-bottom: 50px !important;
    }
}