p {

color:#000;
font-size:1.1rem;
}

.bg-image1 {

    height: 400px;
    width: 100%;
    background: #f00 url('../../assets/images/chapters/01.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

 .bg-image11 {
    width: 100%;
    height: 400px;
    background-image: url('../../assets/images/chapters/01.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}