h2{
  font-size: 30px!important;
  font-weight: 600;
  color: #000;
}

.slick-dots button {
    display: none;
}

.single-news {
    position: relative;
    z-index: 1;
}

.slick-dots {
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: row;
}

.slick-dots li {
    width: 15px;
    height: 15px;
    background-color: #e5eff7;
    display: flex;
    margin-right: 10px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}

.slick-dots .slick-active {
    background-color: #004158;
}
