.info_contamination
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.container_contamination_img
{
    width: 29vw;
    height: auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 60px;
}
.contamination img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40% 60% 70% 50% / 50% 60% 50% 40%; 
}
.contamination p
{
    width: 40vw;
    margin-bottom: 40px;

    font-size: calc(2 * (1vw + 1vh)/2);
    line-height: 1.5;

    text-align: justify;

    font-family: "Crimson Text", serif;
    font-weight: 300;
    font-style: normal;
}

.button
{
    align-items: center;
    justify-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto;

    padding: 1vh 1vw;
    border-radius: 50px;
    width: 10vw;

    background-color: rgb(112, 184, 54);
    border: none;

    color: white;
    font-size: calc(2 * (1vw + 1vh)/2);
    text-decoration: none;
    text-align: center;
    transition: all 0.4s;
}
.button:hover
{
    background-color:  rgb(67, 102, 22);
}