.html-header {
  width: 100%;
  margin: 0 auto;
  padding: 30px 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.html-header .title {
  font-size: 18px;
  color: #404040;
  font-weight: 600;
}

.pagination-wrapper {
  padding: 20px 105px !important;
}

.coverImg {
  height: 270px;
  width: 270px;
}