#CompanyNewsDiv,
#AnalystCoverageDiv {
    padding-bottom: 55px;
    display: flex;
    align-items: stretch;
}

#AnalystCoverageDiv .swiper-slide,
#CompanyNewsDiv .swiper-slide {
    padding: 30px;
    background-color: rgba(231, 231, 231, 0.92);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-company-news-top {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
}

.home-company-news-date {
    font-weight: 700;
}

.home-company-news-title {
    margin: 10px 0 0;
    font-size: 20px;
    text-align: left;
}


#AnalystCoverageDiv .swiper-pagination-bullet-active,
#CompanyNewsDiv .swiper-pagination-bullet-active {
    background: #4595c9;
}