﻿.event_section{padding:50px 0;background-color:#ccc;}.event_section .event_container{display:flex;flex-direction:column;width:100%;height:auto;background:#fff;max-width:750px;border-radius:2px;box-shadow:0 2px 2px 0 rgba(0,0,0,.25),0 8px 8px 0 rgba(0,0,0,.15);margin:20px 0;border-radius:10px;}.event_section .event_container .event_bg{width:100%;height:300px;background:#333;background-size:cover;background-position:center;background-repeat:no-repeat;border-top-left-radius:10px;border-top-right-radius:10px;}.event_section .event_container .event_info{width:100%;height:100%;display:flex;justify-content:space-between;padding:10px 20px;min-height:70px;}.event_section .event_container .event_info .event_title h4{font-size:20px;margin:0;font-family:'Quicksand',sans-serif;text-transform:capitalize;}.event_section .event_container .event_info .event_desc{display:flex;width:100%;height:calc(100% - 100px);}.event_section .event_container .event_info .event_desc p{font-size:15px;color:#565861;overflow:hidden;text-overflow:ellipsis;}.event_section .event_container .event_info .event_footer{min-width:120px;}.event_section .event_container .event_info .event_footer .event_date p{font-size:15px;font-weight:500;color:#fff;margin:0;padding:5px 10px;border-radius:8px;background-color:#26335a;}@media screen and (max-width:575px){.event_section .event_container{width:100%;height:480px;background:#fff;flex-direction:column;}.event_section .event_container .event_bg{width:100%;height:250px;min-height:250px;border-top-right-radius:3px;border-bottom-left-radius:0;}.event_section .event_container .event_info{width:100%;height:230px;}}.event_section .owl-nav{text-align:center;font-size:35px;}.event_section .owl-nav i{padding:5px;}.event_section .owl-nav button:focus{outline:none;}