.keshiou-news-banner {
  background-color: var(--bg-page);
  position: relative;
  min-height: 89px;
}

@media screen and (max-width: 552px) {
  .keshiou-news-banner {
    /* margin-bottom: 20px; */
  }
}
.keshiou-news-banner .new-banner {
  text-align: right;
}
.keshiou-news-banner .new-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keshiou-about-content {
  position: absolute;
  top: 30px;
}
.keshiou-about-content .text-content a h3 {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 14px;
  font-style: var(--font-style);
  font-weight: 500;
  text-transform: capitalize;
}
.keshiou-about-content .text-content .weightText {
  font-weight: 700;
}
.keshiou-about-content .brand-name {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-title-size);
  font-style: var(--font-style);
  font-weight: var(--font-title-weight);
  line-height: 1.5; /* 150% */
  text-transform: capitalize;
  margin-top: 69px;
}
@media (max-width: 1440px) {
  .keshiou-about-content {
    top: 10px;
  }
  .keshiou-about-content .brand-name {
    margin-top: 30px;
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .keshiou-about-content .brand-name {
    margin-top: 10px;
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .keshiou-about-content .brand-name {
    line-height: normal;
    margin-top: 0;
    font-size: 30px;
  }
}

@media screen and (max-width: 552px) {
  .keshiou-news-banner .new-banner img {
    min-height: 89px;
  }
}
