.webinar_carousel_layout .site_container {
	display: flex;
}

.content-main {
	width: 67%;
}

.content-sidebar {
	width: 30%
}

.webinar_carousel_layout .heading_content_with_form_fields { width: 100%!important; }

h2.webinar_title {
	margin-bottom: 0;
	font-size: 25px;
    font-weight: 300;
	font-family: var(--fonts_OpenSans_Light);
}

.webinar_datetime {
	margin: 20px 0;
    font-size: 15px;
    font-weight: bold;
}

.webinar_carousel_section {
width: 100%;
}

.speaker_image {
	position: relative;
	max-width: 200px;
	margin: 0 auto;
}

.speaker_image .image-overlay {
	width: 10%;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: #ffe421;
	opacity: 70%;
}



.speaker_image img {
    display: block;
    width: 100%;
	margin: 0 auto;
	border-radius: 5px;
}

.speaker_image:before {
    content: "";
    position: absolute;
    background: white;
    width: 20px;
    clip-path: polygon(0 0, 0 85%, 100% 0);
    left: -1px;
    top: -1px;
    z-index: 1;
    height: 30px;
}
.speaker_image:after {
    content: "";
    position: absolute;
    background: white;
    width: 20px;
    clip-path: polygon(100% 100%, 0 112%, 122% 0);
    right: -1px;
    bottom: -1px;
    z-index: 1;
    height: 30px;
}

.webinar_speakers_carousel_wrapper.aos-init.aos-animate {
position: relative;
text-align: center;
}

.next_arrow.slick-arrow, .prev_arrow.slick-arrow {
		position: absolute;
    top: 30%;
	z-index: 10;
	cursor: pointer;
}

.next_arrow.slick-arrow {

    right: 0;
}

.prev_arrow.slick-arrow {
    left: 0;
}

.webinar_description {
    margin-bottom: 30px;
}

.webinar_description p {
	line-height: 1.5;
	color: var(--color_dark_blue_grey);
    font-family: var(--fonts_OpenSans_Light);
}

.speaker_info {
	margin-top: 10px;
}

.speaker_info p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.3;
	color: var(--color_dark_blue_grey);
    font-family: var(--fonts_OpenSans_Light);
}

@media (max-width: 991px) {
    .webinar_carousel_layout .site_container {
        flex-direction: column;
        max-width: 100%;
		gap: 75px;
		align-items: center;
    }
	
	.content-main { width: 100%; }
	
	.content-sidebar {
		width: 330px;
		margin-top: 0;
	}
	
	.row.heading_content_with_form_meta_wrapper.me-auto, .heading_content_with_form .heading_content_with_form_group {margin-right: 0!important;}
.heading_content_with_form .heading_content_with_form_group .heading_content_with_form_fields { padding: 0!important; margin: 0!important;}
}