/* DILSHOP v34 — slider switch + rich text fix */
.v33-hero-text{
  max-width:520px;
  margin:20px 0 0;
  color:#28465f;
  font-size:19px;
  line-height:1.42;
}
.v33-hero-text p{
  margin:0 0 .45em;
}
.v33-hero-text p:last-child{
  margin-bottom:0;
}
.v33-hero-text br{
  display:none;
}
.v33-hero-dots button,
.v30-hero-dots button{
  transition:width .2s ease, background-color .2s ease;
}
@media(max-width:900px){
  .v33-hero-text{
    font-size:16px;
  }
}
