.event_section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.event_section .col-lg-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1.5rem !important;
}
.event_section .col-lg-6 .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    height: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}
.event_section .col-lg-6 .card .blogimgbox {
    height: 250px;
    background-size: cover;
    background-position: center;
}
.event_section .col-lg-6 .card .card-body {
    text-align: left;
    color: #333;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.25rem 0;
}
.blog_section .col-lg-6 .card .card-body h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0;
}
.event_section .col-lg-6 .card .card-body .mb-2{
    margin: 0px 0 10px;
}
.event_section .col-lg-6 .card .card-body .card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.4;
    margin: 0;
}
.page-header{
    display: none;
}
.blog-wrapper.event_wrapper .container{
    padding: 60px 0;
} 
.event_wrapper .container .blogdetail{
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}
.event_wrapper .container .blogdetail h1{
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}
.event_wrapper .container .blogdetail .blogimg{
    text-align: left;
}
.event_wrapper .container .blogdetail .blogimg img{
    max-width: 100%;
    width: 70%;
}
.event_wrapper .container .blogdetail .card-body{
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}
.event_wrapper .container .blogdetail .card-body .event_info{
    margin: 20px 0;
}
.event_wrapper .container .blogdetail .card-body .event_info p{
    color: #000;
    margin-bottom: 4px;
}
.event_why_attend h4, .event_key_takeaways h4{
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}
.event_why_attend ul {
    list-style: none;
    padding-left: 26px;
}
.event_why_attend ul li{
    margin-bottom: 10px;
    position: relative;
}
.event_why_attend ul li::before {
    content: "✅ ";
    color: green;
    position: absolute;
    left: -26px;
    top: 2px;
    font-size: 14px;
}
.event_key_takeaways ul {
    list-style: none;
    padding-left: 26px;
}
.event_key_takeaways ul li{
    margin-bottom: 10px;
    position: relative;
}
.event_key_takeaways ul li::before {
    content: "👉 ";
    color: green;
    position: absolute;
    left: -26px;
    top: 2px;
    font-size: 14px;
}
.event_wrapper .container .blogdetail .elementor-button{
    margin-top: 20px;
}

@media (max-width: 767px){
    .event_section .col-lg-6 {
        width: 100%;
    }
    .event_section .col-lg-6 .card .blogimgbox{
        height: 170px;
    }
    .event_wrapper .container .blogdetail h1{
        font-size: 30px;
        line-height: 1.3;
    }
}