:root {
    --light-gray: #cccccc;
    --white: #ffffff;
}

.event-light-gray-bg {
    height: 384px;
    width: 384px;
    float: right;
    background-color: var(--light-gray)!important;
}

.event-details-speakers {
    height:450px;
    width: 300px;
}

.cp-box {
    height: 400px;
    width: 300px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--white)!important;
}

.cp-box-img {
    height: 109px!important;
    width: 207px!important;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--light-gray)!important;
}

.jump {
    height: 100px;
    border: solid 1px #d1d1d1!important;
    background-color: transparent!important;
    font-size: 19px!important;
    margin-bottom: 20px!important;
}

.hr-1286 {
    width: 1286px;
    height: 0;
}

.hr-1500 {
    width: 1450px;
    height: 0;
    margin-left: -85px;
}

.pl-41 {
    padding-left: 41px!important;
}

.pl-30 {
    padding-left: 30px!important;
}

.pl-20 {
    padding-left: 20px!important;
}

.pb-80 {
    padding-bottom: 80px!important;
}

.pb-15 {
    padding-bottom: 10px!important;
}

@media all and (max-width: 767px) {

}

@media all and (min-width: 768px) and (max-width: 1365px) {
    .event-details-speakers {
        height: 300px;
        width: 200px;
    }
}

@media all and (min-width: 1366px) {
    
}