.banner-block { height: 90px; }

.banner { height: 470px; background: url(../images/banner06.jpg) no-repeat; background-size: cover; display: flex; align-items: center; padding-bottom: 50px; }

.banner .banner-title { color: #fff; font-size: 40px; font-weight: bold; }

.banner .banner-title--en { color: #fff; font-size: 12px; margin-top: 20px; }

@media (max-width: 768px) { .banner-block { height: 50px; }
  .banner { height: 150px; background-position: center; padding-bottom: 0; }
  .banner .banner-title { font-size: 24px; text-align: center; }
  .banner .banner-title--en { display: none; } }
