.shadow {
    box-shadow: 1px 0.5px 10px #00000025;
}
.decouv-item {
    bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content2 {
    width: 1100px;
    padding: 1rem;
    background: white;
    padding-top: 4rem;
    border-radius: 4px;
}

.about-gabon-img2 {
    width: 200px;
    height: 200px;
    max-width: 60vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

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