.tns-controls button[data-controls="prev"] {
    left: 0%;
    position: absolute;
    text-indent: -5000px;
}

.tns-controls button[data-controls="next"] {
    right: 0%;
    position: absolute;
    text-indent: -5000px;
}


.container_any_news .col-4 img{
    width: 100%;
    max-width: 167px;
}
.container_any_news .right-text-container h3 p a {
    color: #444;
}
h3 p a:hover{
    color: #0be6af !important;
}
.container_any_news .right-text-container p {   
     color: #444;
}
.small_content {
    display: flex;
    align-items: center;
}

.small_img {
    max-width: 80px;
    margin-right: 8px;
}

.small_img img {
    width: 100%;
}

.small_content h3 p {
    font-size: 2rem;
    line-height: 1.2;
}