#slider{ margin-top: 0px; position: relative; display: flex; align-items: center; justify-content: center;}
#slider .owl-dots{ display: flex; justify-content: center; position: absolute; bottom: 5px; width: 100%; }
#slider .owl-dots .owl-dot{ height: 5px; width: 5px; border-radius: 10px; display: block; background: #EEE; }
#slider .owl-dots .owl-dot.active{ height: 10px; width: 10px; }
#slider .slider{ height: auto; }
#slider .slider img{ min-height: 400px; object-fit: cover; width: 100%; display: block; float: left; margin: 0; }
#slider .slider .slide{ position: relative; display: flex; justify-content: center; }
#slider .slider .info{ position: absolute; top: 0; bottom: 0; display: flex; flex-direction: column; height: 100%; justify-content: center; font-family: 'Oswald', sans-serif; padding: 0 20px; }
#slider .slider .info .cont{ width: 100%; max-width: 400px; display: flex; flex-direction: column; }
#slider .slider .info h2{ margin: 0; font-size: 2.4rem; font-weight: bold; color: #32395c; text-transform: uppercase; }
#slider .slider .info h4{ margin: 0; font-size: 1.4rem; font-weight: bold; color: #cd3e1f;  text-transform: uppercase; margin-top: 15px;}
#slider .slider .info a{ font-size: 1.2rem; color: #FFF;  text-transform: uppercase; background: #32395c; width: 120px; text-align: center; border-radius: 40px; margin-top: 15px; padding: 0 10px; box-shadow: 5px 5px 10px rgba(0,0,0,.2);}