.p-home__philosophy {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.p-home__philosophy-inner {
    max-width: 715px;
    width: 100%;
}

@media (min-width: 768px) {
}

@media (min-width: 1240px) {
    .p-home__philosophy {
        padding: 60px 0 120px;
    }

    .p-home__philosophy h2 {
        margin-bottom: 60px;
    }    
}