.single-event-head {
    background: #fff;
    padding: 145px 80px 80px 120px;
}
.single-event-head-left {
    display: inline-block;
    width: 54%;
    vertical-align: top;
}
.single-event-head-right {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.single-event-head h1 {
    font-size: 40px;
    padding: 0 0 18px;
}
.single-event-head ul li {
    font-size: 18px;
    color: #444;
    padding: 5px 0;
}

.single-event-desc {
    font-size: 18px;
    position: relative;
    margin: 90px 0 0;
}
.single-event-desc:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 75px;
    height: 2px;
    background: #fc9f1c;
}
.single-event-img img {
    width: 100%;
    object-fit: cover;
    margin: 0 0 0 -85px;
    position: relative;
    z-index: -1;
}

.single-event-gallery {
    padding: 60px 0;
}
.single-event-gallery-list {
    display: inline-block;
    width: 49.7%;
    vertical-align: top;
    padding: 10px 10px;
}
.single-event-gallery-list img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}




@media only screen and (min-width:1200px) and (max-width:1500px)
{

.single-event-head {
    padding: 60px 30px 50px 60px;
}
.single-event-head h1 {
    font-size: 34px;
}

}





@media only screen and (min-width:240px) and (max-width:767px)
{


.single-event-head {
    padding: 20px 15px 20px 15px;
}
.single-event-head-left {
    width: 100%;
}
.single-event-head ul li {
    font-size: 15px;
}
.single-event-head h1 {
    font-size: 22px;
    padding: 0;
}
.single-event-desc:before {
    top: -18px;
}
.single-event-desc {
    font-size: 15px;
    margin: 30px 0 0;
}
.single-event-head-right {
    width: 100%;
    padding: 20px 0 0;
}
.single-event-head-right iframe {
    height: 260px;
}
.single-event-img img {
    margin: 0;
}
.single-event-gallery-list {
    width: 100%;
}
.single-event-gallery-list img {
    height: 190px;
}


}