.slider .slide .content .title h5 {
          font-size: 20px;
          text-transform: None;
          font-weight: 300;
          margin-bottom: 40px; }

  header .header-top .ph-number {
    font-size: 12px; }

header .header-top {
  background: steelblue;
  color: #fff;
  padding: 7px 0 7px; }
  header .header-top .web-url {
    font-size: 12px;
    border-bottom: 1px solid;
    color: #fff;
    line-height: 11px;
    display: inline-block;
    font-style: italic; }
    header .header-top .web-url:hover {
      text-decoration: none;
      border: 0; }
  header .header-top h5 {
    font-size: 16px;
    font-weight: 300; }
  header .header-top .ph-number {
    float: right; }
  header .header-top .row {
    align-items: center; }


#shoppingcart,#topsearchbox{display:none}

.breadcrumb
{display:none}

.w400{width:400px}
.w500{width:500px}
.w600{width:600px}
.w700{width:700px}
.w800{width:800px}

* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;

}

.left {width:60%;
  
}

.right { width:30%;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: block;
  clear: both;
}

.pl40
{padding-left:40px;}

.lm40
{margin-left:40px;}

.scrwidth
{width:920px;}


  ul {
        padding-left: 20px; /* Set left padding to 20px */
    }

<style>
  .event-list {
    list-style-type: disc;
    padding-left: 40px; /* Controls the indentation */
    margin-top: 10px; /* Adds some spacing before the list */
  }

  .event-list li {
    margin-bottom: 10px; /* Adds spacing between list items */
  }
</style>