.events-main {
    padding: 10px 30px;
}

.single-box-one {
    margin-top: 10px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
}
.single-box-two {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
}
.single-box-three {
    margin-left: 30px;
    margin-top: 10px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,.15)!important;
    border-radius: 10px;

}

.card-text h1::before {
    background: #fff
} 

.description{
    width: 100%;
    height: absolute;
}

.title p{
    text-align: center;
    font-family:candara, sans-serif;
    font-size: 25px;
    margin: 20px;
    color:#1069AB;
}

.events-column h2 {
    font-size: 55px;
    margin-left: 24%;
    color:#1069AB;
    margin-bottom: 50px;
    font-family: segoe UI, sans-serif;
}

.events-column h2:before {
    content: '';
    position: absolute;
    top: 140px;
    width: 280px;
    height: 2px;
    background: #1069AB;
    z-index: -1;
    left: 60px;
}

.events-column h2:after {
    content: '';
    position: absolute;
    top: 140px;
    width: 290px;
    height: 2px;
    background: #1069AB;
    z-index: -1;
    right: 70px;
}

.label-head{
    font-family: candara, sans-serif;
    font-size: 16px;
    letter-spacing: 0.72px;
    line-height: 24px;
    color: #146CAA;
}

.icon{
    font-size:20px;
    color: #146CAA;
    font-size:20px;
}


.calendar{
    font-size:20px;
}
.date{
    font-family: candara, sans-serif;
    color: #4D4D4D;
    font-size: 14px;
}

.label-value{
    font-family: candara, sans-serif;
    margin-left: 5px;
    color: #146CAA;
    font-size: 15px;
}
.btn-register{
    padding: 7px 60px;
    border-radius: 12px;
    background-color: #1069AB;
    font-family:candara, sans-serif;
    margin-top: 10px;
}
.label-head-org{
    font-family: candara, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.72px;
    line-height: 24px;
}

.organizer-name {
    color: #292929;
    font-family: candara, sans-serif;
    font-size: 16px;
    line-height: 25px;
    }

.head-text-contact{
    font-family: candara, sans-serif;
    font-size: 18px;
}

.program-details{
    padding: 10px 50px;
}

.image{
    width:982px;
    height:472px;
    border-radius: 10px;

}