/*kv*/

.section-kv {
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url(../img/kv.jpg);
  background-position: top right;
  background-size: cover;
}

.section-kv .logo {
  max-width: 520px;
}

.kv-title {
  font-size: 2.5rem;
  line-height: 2;
  color: #212121;
}

.kv-title span {
  color: #FF8400;
  font-size: 3rem;
}


@media (max-width:576px) {

  .kv-title {
    font-size: 26px;
  }

  .kv-title span {
    font-size: 30px;
  }
}