.widget-snippet .contact-area {
  width: 100%;
}
.widget-snippet .contact-image{
  display: flex;
  min-height: 236px;
  align-items: center;
}
.widget-snippet .contact-area .contact-section {
    max-width: 900px;
    margin: 70px auto 0;
    box-shadow: 1px 2px 15px -7px rgb(0 0 0 / 76%);
    -webkit-box-shadow: 1px 2px 15px -7px rgb(0 0 0 / 76%);
    -moz-box-shadow: 1px 2px 15px -7px rgba(0,0,0,0.76);
    z-index: 1;
    background: #FFFFFF;
    position: relative;
}

.widget-snippet .contact-area .contact-section .contact-content {
    text-align: left;
    padding-top: 44px;
    padding-left: 60px;
    padding-bottom: 44px;
    position: relative;
}
.widget-snippet .contact-area .contact-section .contact-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 130px;
    width: 1px;
    background: #ccc;
    transform: translateY(-50%);
}
.widget-snippet .contact-area .contact-section .contact-content a {
    text-decoration: none;
    color:#222222;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family:'Roboto',sans-serif;
 
}
.widget-snippet .contact-area .contact-section .contact-content a:hover {
    text-decoration: none;
    color: #729603;
    
}
.widget-snippet .contact-area .contact-section .contact-content p {
    color:#222222;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family:'Roboto',sans-serif;
    display: block;
}
.widget.widget-html.contact-map iframe {
    margin-top: -40px;
}
