.presse-bottom-img {
    margin-top: 20px;
}

.presse-card-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
}

.presse-card-container:nth-child(even) {
    background-color: white;
}

.presse-card-container:nth-child(odd) {
    background-color: var(--bg-grey);
}

.presse-card-container > img {
    display: none;
}

.presse-card {
    display: flex;
}

.presse-thumbnail-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.presse-thumbnail-container > img {
    max-width: 35vw;
    height: auto;
    border: none;
}

.presse-info {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.presse-info i {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.presse-info h2 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.presse-info span {
    color: #882f1c;
    font-size: 0.6rem;
    font-weight: bold;
}

.presse-info p {
    margin: 0 0 15px;
    font-size: 0.5rem;
    line-height: 0.7rem;
    overflow-wrap: anywhere;
}

.presse-info > div {
    display: flex;
}

.presse-btn {
    border-radius: 30px;
    border: 1px solid #404040;
    font-size: 0.7rem;
    text-decoration: none;
    color: #404040;
    padding: 7px 15px;
}

.presse-btn:hover {
    background-color: #404040;
    color: white;
}

@media (min-width: 1050px) {
    .presse-bottom-img {
        margin-top: -100px;
    }

    .presse-card-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .presse-card-container:nth-child(odd) {
        background-color: white;
    }

    .presse-card-container:not(:last-child) {
        margin-bottom: 50px;
    }

    .presse-card-container > img {
        max-width: 500px;
        height: auto;
        display: block;
    }

    .presse-card-container:last-child > img {
        display: none;
    }

    .presse-card {
        display: flex;
    }

    .presse-card:not(:last-child) {
        margin-bottom: 20px;
    }

    .presse-thumbnail-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .presse-thumbnail-container > img {
        max-width: 16vw;
        height: auto;
        border: none;
    }

    .presse-info {
        padding-left: 40px;
        display: flex;
        flex-direction: column;
    }

    .presse-info i {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .presse-info h2 {
        margin: 0 0 10px 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

    .presse-info span {
        color: #882f1c;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .presse-info p {
        margin: 0 0 15px;
        font-size: 0.7rem;
        line-height: 0.9rem;
        overflow-wrap: anywhere;
    }

    .presse-info > div {
        display: flex;
    }

    .presse-btn {
        border-radius: 30px;
        border: 1px solid #404040;
        font-size: 0.7rem;
        text-decoration: none;
        color: #404040;
        padding: 10px 20px;
    }

    .presse-btn:hover {
        background-color: #404040;
        color: white;
    }
}