main.philosophy {
  background: #040706;
  position: relative;
}
.philosophy-guy {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index:  5;
}
.philosophy-quote-wrap {
  position: absolute;
  width: calc(100% - 30vw);
  left: 0;
  right: 0;
  bottom: calc(0px + 10vh);
  top: 0;
  padding-top: 20px;
  z-index: 10;
  justify-content: space-around;
  align-items:  center;
  display:  flex;
}
.philosophy-quote {
  width: 350px;
  max-width:  90%;
  height: auto;
}
.philosophy-logo-script {
  position: absolute;
  width: 150px;
  height: auto;
  left: 20px;
  bottom: 20px;
  z-index:  10;
}
@media (max-width: 767px) {
  .philosophy-quote-wrap {width:  100%;position:  initial;}
  .philosophy-guy {position:  initial;width:  100%;}
  .philosophy-logo-script {
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .philosophy-quote-wrap {
  padding-left: 20px;
  justify-content: flex-start;
  }
  .philosophy-guy {
    height:  80%;
  }
}
@media (min-width: 1400px) {
  .philosophy-quote-wrap {
    width: 100%;
  }
}
