.rounded-15{border-radius: 15px;}
.news-events-tabs .nav li .active {
    background: #000;
    color: #fff;
    border:0;
}
.news-events-tabs .nav li button {
    color: #000;
    box-shadow: 0 0 0 1px #ddd;
}
.product-box:hover {
    box-shadow: 0 0 12px #b1b1b1;
}
.product-box {
    transition: 0.2s ease-in all;
    position: relative;
    overflow: hidden;
}
.newsroom a:hover {
    color: #fff !important;
}
.product-box a:hover {
    color: #000 !important;
}

/*change Starts*/
@media only screen and (max-width: 768px){
    .news-events-tabs .nav-item {
        max-width: 300px;
        width: 100%;
        display: block;
    }

    .news-events-tabs .nav li button{
        margin-bottom: 2px;
        width: 100%;
    }
}
/*change Ends*/