#g-mainbar .g-grid:nth-child(3) {
    background: var(--background-gray);
}

#g-mainbar .g-grid:nth-child(3)>div>.g-content,
#g-mainbar .g-grid:nth-child(4)>div>.g-content {
    margin-top: 0px;
    padding: 10px 0 0 0;
}


.all-studies .all-studies-content {
    display: flex;
    padding: 0;
    width: 110%;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.all-studies .all-studies-content .hover-cards-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 185px;
}

@media(max-width: 816px) {
    #g-mainbar .g-grid:nth-child(3) .main-image {
        height: 90px;
    }
}

@media(min-width: 816px) {

    #g-mainbar .g-grid:nth-child(3) {
        padding-bottom: 70px;
    }

    #g-mainbar .g-grid:nth-child(3) .main-image {
        height: 200px;
    }

    .all-studies .all-studies-content {
        display: grid;
        width: unset;
        flex-wrap: unset;
        overflow-x: unset;
        padding-bottom: 60px;
    }

}