.typer {
    width: 700px;
    margin: 100px auto;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: white;
   
}

.typed {
    color: white;
    font-weight: bold;
    font-size: 50px;
     position:absolute;
    top:50%;
    left:10%;
}
@media screen and (max-width: 480px) {
 
  .typed {
     position:absolute;
     top:20%;
     font-size:15px;
}

}
.owl-item>div {
  cursor: pointer;
  margin: 5% 5%;
  transition: margin 0.4s ease;
}

.owl-item.center>div {
  cursor: auto;
  margin: 0;
}

