.custom-more-text {
  display: none;
}
.custom-read-more-btn {
  cursor: pointer;
  font-family: 'Inter';
  font-weight: bold;
  transition: all 0.3s;
}
.custom-read-more-btn:hover {
  text-decoration: underline;
}