body.widget-snippet .footer-address-content{
      background: #08203D;
  padding:30px;
}
.widget-snippet .footer-address-content h4 {
    color: #FFF;
    font-family: Armin Grotesk;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.widget-snippet .footer-address-content p{
    color: rgba(255, 255, 255, 0.55);
    font-family: Armin Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity:unset;
}
.widget-snippet .footer-address-content a{
    font-family: Armin Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    display:inline-block;
    color: rgba(255, 255, 255, 0.55);
}
.widget-snippet .footer-address-content a:hover{
    color: #00e2ff;;
}
