.mostread-wrapper {
    background-color: #ffffff;
    height: 392px;
    position: relative;
    width: 100vw;
}

.gray-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52%;
    background-color: #F4F4F4;
    padding: 44px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.mostread-title{
    font-family: Roboto;
    font-size: 28px;
    color: #262020;
    letter-spacing: -0.4px;
}

.category-card-wrapper{
    z-index: 2;
    margin-top: 108px;
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0 44px;
}

.category-card {
    display: flex;
    flex-direction: column;
    width: 325px;
    max-height: 284px;
    overflow-y: hidden;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    padding: 16px;
}

.category-card:not(:last-child){
    margin-right: 21px;
}

.category-name {
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 12px;
    background: #E01F1F;
    border-radius: 0 18px 18px 0;
    padding: 7px 14px 5px 12px;
    width: fit-content;
    margin-left: -16px;
    text-transform: uppercase;
}

.category-post-title {
    font-family: Roboto;
    font-weight: bold;
    font-size: 20px;
    color: #111010;
    line-height: 24px;
    margin-top: 12px;
}

.category-author-name {
    font-family: Roboto;
    font-style: italic;
    font-size: 14px;
    color: #767676;
    line-height: 20px;
    margin-top: 6px;
}

.category-abstract {
    font-family: Roboto;
    font-size: 15px;
    color: #111010;
    line-height: 20px;
    margin-top: 8px;
}

.card {
    background-color: #0c3b66;
    width: 200px;
    height: 200px;
}

.category-carousel{
    width:100%;
}

.topic-carousel{
    width:100%;

}

.slick-slide{
    margin:10px;
}
.item{
    width:100%;
    border: 2px solid #fff;
}


.mostread-switch-wrapper {
    padding-top: 12px;
    padding-right: 18px;
    display: flex;
    flex-wrap: nowrap;
}

.category-next , .topic-next{
    margin-left: 2px;
}
