#section_videos .slide-item {
	padding:0 5px;
}
#section_videos .section-title {
    font-weight: bold;
    position: relative;
    color: #e74000;
    margin-bottom: 15px; font-size: 24px;
}
#section_videos .section-title::before, #section_videos .section-title::after {
    width: 60%;
    content: "";
    position: absolute;
    height: 2px;
    background-color: #cccc;
    right: 0;
    top: 50%;
    transform: translateY(-50%); z-index: -1
}
#section_videos .section-title::before {
	left: 0;
}
#section_videos .section-title b {
	line-height: 1.6;
    position: relative;
    display: table;
    margin: 0 auto;
    font-family: "UTM AvoBold"; text-transform: uppercase; padding: 0 15px; background: white;
}
#section_videos .slick-dots {
	position: initial; margin-top: 5px;
}
#section_videos .slick-dots button {
	background: #ddd
}