.philo_info {
  display: flex;
  justify-content: space-between;
  color: white;
}

.philo_info > div {
  flex: 1 1 50%;
  padding: 90px 5% 80px 2%;
  background-color: rgba(0, 0, 0, 0.75);
}

.mod_philosophy h2 {
  font-size: 30px;
  font-family: Quadran-Medium, sans-serif;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: white;
}

.mod_philosophy h3 {
  font-size: 26px;
  font-family: Quadran-Medium, sans-serif;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: white;
  text-align: center;
}

.mod_philosophy p {
  font-family: Quadran-Regular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}

.philosophy_content_right {
  width: 50%;
  background-position: 50% 50%;
  background-size: cover;
}

p strong {
  font-family: Quadran-Medium, sans-serif;
}

.philo_slider_section {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 100px 0 60px;
}
