@media screen and (max-width: 991px) {
  .degree-spotlight-header {
    flex-direction: column; }
    .degree-spotlight-header .pay-reviews {
      width: 100%;
      margin-bottom: 20px; } }

.degree-spotlight-header {
  display: flex;
  padding-bottom: 20px; }
  .degree-spotlight-header .pay-reviews {
    flex: 1 1 auto;
    margin-right: 20px; }
    .degree-spotlight-header .pay-reviews .switchable-divider-item {
      align-items: center;
      display: flex;
      flex: 1 1 auto;
      height: 100%;
      justify-content: center;
      text-align: center; }
  .degree-spotlight-header .employers-schools {
    flex: 2 1 auto;
    text-align: left; }

