.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

/* ======================== ABOUT US ======================== */
.about__philosophy-text h2 {
  position: relative;
}

.about__philosophy-text h2:after {
  content: "";
  position: absolute;  
  height: 1px;
  background: #000;
}

.about__philosophy-text h2.text-left:after {
  top: 20%;
  right: -15%;
  width: 35%;
}

.about__philosophy-text h2.text-right:after {
  top: 50%;
  left: -15%;
  width: 50%;
}

.about__philosophy-text h2.no-line:after { 
  left: unset;
  right: 37%;
  width: 420px;
  height: 170px;
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  background: transparent;
}