body.widget-snippet .quick-cont {
    background: #000;
    padding: 30px
}
.widget-snippet .quick-cont {
    width: 570px;
    max-width: 100%;
    color: #fff;
padding:70px 0 53px 12%;
}
.widget-snippet .halfsec {
    width: 50%;
    float: left;
    padding-top: 20px;
    font-size: 14px;
    
}
.widget-snippet .halfsec h4 {
    font-size: 14px;
      font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom:15px;
font-weight:700;
}
.widget-snippet .halfsec address {
    width: 78%;
    margin: 0;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 300;
    font-style: normal;
     margin-bottom: 15px;
}
.widget-snippet .halfsec > div {
    width: 100%;
    display: inline-block;
    color: #FFF;
    
}
.widget-snippet .halfsec > div a {
    color: #FFF;
}
.widget-snippet .halfsec > div a:hover, .widget-snippet .halfsec > div a:focus {
    color: #F00A3B;
}
.widget-snippet .halfsec > div a {
    color: #bbb;
    font-family: 'Lato', sans-serif;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.widget-snippet .halfsec span a:hover, .widget-snippet .halfsec span a:focus {
    color: #F00A3B;
}
.widget-snippet .memberlogo {
    width: 100%;
    display: inline-block;
}
.widget-snippet .halfsec > img {
    max-width: 100%;
}
.widget-snippet .quick-cont h3{
    font-size:30px;
    color:#fff;
    padding:15px 0;
      font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
}
.widget-snippet .quick-cont h3::before {
    position: absolute;
    content: "";
  max-width: 100px;
    width: 100%;
    height: 5px;
    background: #f00a3b;
    top: -5px;
  left: 0;
}