.next-news{
    font-size: 16px;
    color: #041E42;
    max-width: 309px;
    width: 100%;
}
.shorten{
  max-height: 1800px;
  overflow: hidden;
}

.fadeout-view-more {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  bottom: 0;
  height: 150px;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.fadeout-view-more a{
  color: #169741;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}

.fadeout-view-more a:hover{
  opacity: 0.6;
  color: #169741;
}

.fadeout-view-more .view-more-icon{
  margin-left: 10px;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}