.sb_h1 {
    font-size: 30px;
    margin: 10px 0;
    font-family: 'Oswald', sans-serif;
}
.sb_h2 {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    margin:10px 0;
}
.sb_h3 {
    margin: 10px 0;
    font-size: 18px;
}
@media (max-width:500px) {
    .sb_h1 {
        font-size: 20px
    }
    .sb_h2 {
        font-size: 16px
    }
    .sb_h3 {
        font-size: 14px
    }
}
.font-oswald {
    font-family: 'Oswald', sans-serif;
}
.img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 10px 0px;
    cursor: pointer;
}
.img-bg-header{
    background: rgba(0,0,0,.52);
    height: 250px;
    display: table;
    width: 100%;
    color: #fff;
    transition: all .3s ease-in-out
}
.img-bg-header:hover{
    background:rgba(255, 0, 0, 0.47);
    transition: all .3s ease-in-out
}
.img-bg-subheader{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.z-depth-2{
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}
.z-depth-1 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 4px rgba(0, 0, 0, 0.12);
}
a{
    text-decoration:none !important
}
   
.item {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
  .item .image {
    padding: 0 2.2em 0 0;
  }
  .item .image > div {
    position: relative;
    text-align: center;
    font-size: 0.8em;
  }
  .item .image > div::after {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 2px solid #5ed3bf;
    position: absolute;
    top: 2.75em;
    left: 30px;
    z-index: -1;
  }
  .item .image img {
    border-radius: 50%;
    height: 5em;
    border: 2px solid #5ed3bf;
  }
  .item .image span {
    display: block;
    clear: both;
    color: #fff;
    padding: 0.25em 0;
    margin: 0.5em 0;
    border-radius: 12px;
    background: #31708f;
  }
  .item .details {
    position: relative;
    flex-grow: 1;
  }
  .item .details > div {
    border: 1px solid #5ed3bf;
    margin: 10px 0px;
  }
  .item .details > div h1 {
    color: #31708f;
    font-size: 16px;
    margin: 0;
    padding: 0 0 0.5em 0;
  }
  .item .details > div p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    padding:5px 20px;
  }
  .item .details::before {
    content: '';
    width: 0;
    height: 100%;
    border-left: 2px solid #5ed3bf;
    position: absolute;
    top: 0;
    left: -4.35em;
    z-index: -1;
  }
/*ul {
    list-style: none;
    padding: 0;
}

li {
    padding: 5px 2.6em;
}

li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}*/
p{
    font-size:14px !important;
}