.text-title-color {
  color: #357138;
}

.text-color {
  color: #4b4d52;
}

.box-partner-wrap {
  scrollbar-width: thin;
}

.box-partner {
  background: #d9d9d9;
  display: flex;
  height: 53px;
  width: calc((100% - 4 * 16px) / 5);
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .box-partner {
    width: calc((100% - 4 * 16px) / 3);
  }

  .text-title-color {
    font-size: 20px !important;
  }

  .text-color {
    font-size: 14px !important;
  }

  .fw-medium {
    font-size: 14px !important;
  }

  .text-title-4 {
    font-size: 18px !important;
  }
}

.box-shadow {
  box-shadow: 0px 1px 3px 1px #4caf4f40;
}

.feedback-item {
  font-style: italic;
  .feedback-text {
    color: #4d4d4d;
  }
  .feedback-sender {
    color: #1b5e1f;
    margin-top: 4px;
  }
}

.feedback-border {
  width: 4px;
  background: #b6edbf;
  border-radius: 4px;
  margin-right: 12px;
}
