/*@mixin icons_2c(){
    background-image: url(../images/icons-2x.png);
    background-size: 500px 500px;
    background-repeat: no-repeat;
}

@mixin font_family_roboto(){
    font-family: 'Roboto', sans-serif;
}
@mixin font_roboto_100(){
    font-weight: 100;
}
@mixin font_roboto_400(){
    font-weight: 400;
}
@mixin font_roboto_500(){
    font-weight: 500;
}
@mixin font_roboto_700(){
   font-weight: 700;
}
@mixin font_roboto_900(){
    font-weight: 900;
}*/
@media (min-width: 768px) {
  .contact-fmw:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../../images/ampersand-blk.png);
    opacity: 0.2;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: right bottom;
  }
  .cnt-rht-col .elementor-widget-container {
    position: relative;
    z-index: 2;
  }
} 

/*# sourceMappingURL=contact.css.map */
