.pollution_info
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.pollution_info p{
    margin-top: 2vh;
    font-size: calc(2 * (1vw + 1vh)/2);
    line-height: 1.5;
    color: rgb(0, 0, 0);
    
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
}
.pollution_img
{   
    margin-top: 4vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pollution_img img
{   
    width: 22vw;
    border-radius: 10%;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;

}
.pollution_img img:hover
{
    transform: scale(1.2);
}