.title{
    background-color: #008E48;
    text-align: center;
}
.all{
    background-color:#F5F5F5;

}
.container2{
    background-color: #FFFFFF;
    width: 87%;
    border-radius: 10px;
}
.fay{
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.fay>img{
    width: 40rem;
    height: 330px;
}
p{
    font-size: 15px;
}