.genImg img{
    width: 430px;
    height: 450px;
    
}
.container{
    margin-top:100px;
    margin-bottom: 50px;
}
.genHeading{
    font-size: 60px;
    color: #800000;
}
.genSubHeading{
    font-size: 25px;
    font-weight: 800;
}
.genPara{
    font-size: 18px;
    margin-top: 12px;
    line-height: 1.5;
}
@media (max-width:991px){
    .container{
        width: 95% !important;
    }
    .genImg img {
        width: 394px;
        height: 450px;
    }
    body{
      max-width: 430px !important;
    }
}