.about-gabon-img {
    width: 400px;
    height: 400px;
    max-width: 90vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.about-gabon-img img {
    width: 150%;
}


.about {
    background: linear-gradient(to top left, #fff 0%, #fff 50%, #056a4d 50%, #056a4d 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    width: 1100px;
    max-width: 100%;
    padding: 1.5rem;
    box-shadow: 1px 0.5px 10px #00000025;
    margin-top: 2rem;
    margin-bottom: 1rem;
    background: white;
    justify-content: space-evenly;
}

.bloc img {
    width: 500px;
    max-width: 90vw;
    border-radius: 16px;
}

.article-content {
    width: 1100px;
    max-width: 95vw;
}

.bloc p {
    font-family: 'Segoe UI', 'ubuntu', sans-serif;
    font-size: 1.2em;
    width: 400px;
    max-width: 90vw;
    padding: 1rem;
}

.about-content .text-content {
    min-width: 200px;
    width: 400px;
}