.box{
    height:350px;
}

.blogcolumn{
	width:32%;
}

.banner-text{
	width:50%;
}

.dashed-list{
  list-style: none; /* Remove default bullets */
  padding-left: 1em; /* Optional: adds space before list item */
}

.dashed-list::before{
  content: "-"; /* Use dash instead of bullet */
  margin-right: 0.5em;
}