/*kv*/

.section-kv {
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: url(../img/kv.jpg) top center fixed no-repeat;
  height: 600px;
  background-color: #7cd6eb;
}

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

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

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

@media (max-width:576px) {
  .section-kv{
    height: 500px;
    background: url(../img/kv.jpg) top center fixed no-repeat;
  }

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

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