#presentation {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}
#presentation>p>em {
    background: linear-gradient(45deg, rgba(49,76,182,1) 0%, rgba(60,115,245,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#last-article {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}
.last-article-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.vertical-card {
    max-width: 370px;
}
.vertical-card img {
    width: 370px;
    height: 230px;
    border-radius: 8px;
    object-fit: cover;
    image-rendering: auto;
}
.vertical-card>.card-content {
    padding: 30px 35px;
    text-align: start;
}
.card-content>p {
    margin: 0;
}
#contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}