.benefit img{
    width: 300px;
    height: 200px;
}
.benefit1 {
    background-color: white;
}

.benefit2 {
    background-color: #DBDBDB;
}

.benefit1,
.benefit2 {
    color: black;
    padding: 50px 10px;
}

.benefit1 p,
.benefit2 p {
    line-height: 25px;
}