#news .banner {
  position: relative;
}
#news .banner img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
#news .banner .head-title {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  border-radius: 30px 30px 0 0;
  background: #ed1c24;
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -2.52px;
  max-width: 400px;
  height: 188px;
  display: flex;
  position: absolute;
  justify-content: center;
  bottom: 0;
  left: 12%;
  font-family: "PPFormula-Light";
  color: #fff;
  letter-spacing: -5.04px;
}
#news .banner span {
  font-family: "PPFormula-Light";
  margin-bottom: 20px;
  text-align: start !important;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.2px;
}
@media (max-width: 600px) {
  #news .banner .head-title {
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 44px;
  }
}
