.banner-section {
  background-image: url(/static/web/images/banner-12.png);
}

.hot-list {
  position: relative;
  margin:10px;
  padding-top:30px;
  background-color: #fff;
  border-radius: 10px;
}

.hot-list ul {
  margin-bottom: 40px;
}

.hot-list ul img {
  margin-bottom: 10px;
  border-radius: 8px;
}

.hot-list ul p {
  line-height: 2em;
}

.hot-list ul a:hover,
.hot-list ul a:active {
  color: #F18897;
}

.hot-list .text-end {
  position: absolute;
  bottom: 30px;
  right: 30px;
}