.container .bg-philosophy {
  background-image: url('/company/philosophy/img/bg_philosophy_001.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 900px;
  width: 900px;
  margin: 40px auto 0;
  padding: 0 60px;
}
@media only screen and (max-width: 719px) {
  .container .bg-philosophy {
    background-size: cover;
    width: 100%;
    padding: 0;
  }
}