.titleFormkd {
  font-size: 2.25rem;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

.topHeaderkd {
  width: 100%;
  background: #fc2121;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px; }
  .topHeaderkd .titleHeaderkd {
    color: #ffffff !important;
    font-size: 1.125rem;
    text-shadow: 0px 0px 2px rgba(54, 54, 54, 0.15);
    font-weight: 700;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none; }

@media only screen and (max-width: 559px) {
  .titleFormkd {
    font-size: 1.75rem; }
  .topHeaderkd {
    height: 60px; }
    .topHeaderkd .titleHeaderkd {
      font-size: 1rem;
      line-height: 18px; } }
