.flex-row > .flex-col .uppercase {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .text-box-content strong > span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .text-box-content strong > span {
    display: none;
  }
}
