.results {
    margin-top: 3rem;
    margin-bottom: -2rem;
    text-align: center;
    color: white;
}

.main-description{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.research-vignette {
    width: 260px;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.research-vignette .icon-article {
    color: white;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 3rem;
}

.research-vignette p{
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
    padding: 1rem;
    width: 100%;
    text-align: center;
	box-sizing: border-box;
}

@media (max-width : 330px) {
	.main-description{
		justify-content: left;
	}
}
