body{
  background-image: url("../../images/bg-fixed/how_to.svg");
  background-repeat: repeat;

}


.contact-fix {
  position: relative;
  background-image: url("../../images/contact-us/1.png");
  background-origin: border-box;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--primary);
}