body.widget-snippet .header-address-section {
  background:#027702;
  padding:50px;
}

.widget-snippet .header-address-section {
    display: flex;
    justify-content: space-between;
}

.widget-snippet .header-address-section .header-call {
    width: 135px;
    padding-left: 35px;
    position:relative;
}
.widget-snippet .header-address-section .header-call:after {
  content:"";
  position:absolute;
  left:165px;
  top:50%;
  transform: translateY(-50%);
  border-right:1px solid #6ebc7f;
  height:45px;
  width:1px;
}
.widget-snippet .header-address-section .header-location {
    width: 285px;
    padding-left: 35px;
    margin-left: 12px;
  position:relative;
}
.widget-snippet .header-address-section .header-location:before, .widget-snippet .header-address-section .header-call:before {
    content:"";
    position: absolute;
    left:0;
    top:50%;
    width:23px;
    height:23px;
    background-image: url(/template/bb11f4da/images/header-info+call.svg);
    transform:translateY(-50%)
}
.widget-snippet .header-address-section .header-location:before{
    background-position-x:right
}

.widget-snippet .header-address-section .header-call p:first-child, .widget-snippet .header-address-section .header-location p:first-child{
  color: #FFF;
  font-family: Armin Grotesk;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 0;
  line-height: 26px;
}
.widget-snippet .header-address-section .header-call a{
  color: #FFF;
  font-family: Armin Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.widget-snippet .header-address-section .header-call a:hover{
 color: #00e2ff;;
}
.widget-snippet .header-address-section .header-call a, .widget-snippet .header-address-section .header-call p,  .widget-snippet .header-address-section .header-location p{
  padding:0
}
.widget-snippet .header-address-section .header-call p, .widget-snippet .header-address-section .header-location p{
  color: #FFF;
  font-family: Armin Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  opacity: unset;
}
