.philosophy {
  z-index: 1;
}
.philosophy__gif {
  overflow: hidden;
}
@media (min-width: 992px) {
  .philosophy__gif {
    margin: auto 0;
  }
}
.philosophy__gif-image {
  width: 256px;
}
@media (min-width: 768px) {
  .philosophy__gif-image {
    margin-left: -72px;
  }
}
.philosophy__list {
  position: relative;
  margin: 0 0 -32px;
}
@media (min-width: 576px) {
  .philosophy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.philosophy__list-point {
  padding: 0 16px 32px;
  text-align: center;
}
@media (min-width: 576px) {
  .philosophy__list-point {
    max-width: 33.333%;
  }
  .philosophy__list-point:nth-child(3n + 1) {
    padding-left: 0;
  }
  .philosophy__list-point:nth-child(3n + 3) {
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .philosophy__list-point {
    min-width: 9vw;
  }
}
.philosophy__item-title {
  font-size: 2.6rem;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .philosophy__item-title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .philosophy__item-title {
    font-size: 3.4rem;
  }
}
.philosophy__item-desc {
  text-transform: uppercase;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
