.company_stocks .active_shares_content {
    display: block;
}

div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

a.link-more-mob {
    display: none;
}

@media (max-width: 576px) {
    .stock-box {
        width: 120px !important;
        height: 160px !important;
        border-radius: 10px !important;
    }

    .stock-btn-hover {
        width: 120px !important;
        height: 160px !important;
        border-radius: 10px !important;
    }

    .stock-carousel .item {
        min-width: 160px !important;
    }

    a.link-more-mob {
        display: block;
        width: 100%;
        text-align: center;
        color: #B2B3B3;
        /* font-weight: 400; */
        font-family: 'AeroportFontMedium';
        margin-top: 5px;
    }

    .stock-btn-hover .btn {
        font-size: 16px !important;
        width: 90px !important;
        height: 40px !important;
    }
}