.header .top-bg {
  height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header > .logo-search-container {
  top: 70px;
}
.header .header-title {
  font-size: 72px;
  font-size: calc(80 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-shadow: 2.7px 5.3px 4px rgba(44, 99, 179, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 232px;
}

@media screen and (max-width: 1450px) {
  .header .top-bg {
    height: 22.13542vw;
  }
  .header > .logo-search-container {
    top: 3.64583vw;
  }
  .header .header-title {
    letter-spacing: 0.41667vw;
    text-shadow: 0.14063vw 0.27604vw 0.20833vw rgba(44, 99, 179, 0.8);
    top: 12.08333vw;
  }
}
@media screen and (max-width: 992px) {
  .header .top-bg {
    height: 240px;
  }
  .header > .logo-search-container {
    top: 60px;
  }
  .header .header-title {
    font-size: 25.2px;
    font-size: calc(28 * var(--font-scale) * 1px);
    text-shadow: 2.7px 5.3px 4px rgba(44, 99, 179, 0.8);
    bottom: 20px;
    top: initial;
  }
}