.eve1 {
    background-image: linear-gradient(to right, #2c2a2aa1,  #2c2a2aa1), url(https://cloudfront-us-east-1.images.arcpublishing.com/coxohio/C4G46H2SXBOFPS7VGDH37OFXQY.jpg);
    min-width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 45% bottom 50%;
    padding: 6% 0;
}

.eve1 h1 {
    font-size: 60px;
    font-weight: 700;
    color: white;
    text-align: center;

}
.event1 h3{
    font-size: 40px;
    font-weight: 700;
}
.event1 img{
    width: 100%;
}
.event1 p, ul{
    text-align: justify;
}
.eve-datail h4{
    font-weight: 600;
    font-size: 30px;
}
.eve-datail strong{
    font-size: 20px;
}

@media (max-width:992px) {
    .eve1 h1 {
        font-size: 40px;
    
    } 
    .event1 h3{
        font-size: 30px;
        font-weight: 500;
    }
}