.imageWithIcons {
  position: relative;
  width: 100%;
  /* Full height of viewport */
  overflow: hidden;
  /* Ensure nothing overflows */
}

/* Background Div */
.imageWithIcons-background {
  width: 100%;
  height: 100%;

  /* Ensure the background covers the entire block */
  /* Center the background image */
  z-index: 1;
  /* Keep it behind the header */
  /*filter: brightness(0);*/
}

/* SVG inside the background div */
#movingSvg {
  position: absolute;
  /* Ensure it is free to move */
  top: 0;
  right: 0;
  max-height: 85vh;
  z-index: 4;
  /* Ensure it is above both header and sideMenu */
  pointer-events: none;
}

.imageWithIcons_Block {
  width: 95%;
  margin: auto;
  box-sizing: border-box;
  max-width: 1280px;
}

.imageWithIcons_Block {
  height: 100%;
  position: relative;
  text-align: center;
  /* Ensure the content stays in front */
}

.imgaWeithIcons_Column {
  position: relative;
  width: 95%;
  margin: auto;
  max-width: 1280px;
  height: calc(100% - 150px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 150px;
}

.imageWithIcons_Column {
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Two columns by default */
  gap: 48px;
  /* Add gap between items */
  position: relative;
}

.icon-grid {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.icon-grid h3 {
  margin: 0;
  color: var(--Vit);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.icon-grid p {
  color: var(--Vit);
  font-family: "Inter";
  font-size: 17.016px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.555% */
}

.imageWithIcons_Block h2 {
  margin: 150px 0px 38px 0px;
  text-align: center;
  width: 100%;
  color: var(--Vit);
  font-family: "inter", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 1;
}

.call-us {
  display: flex;
  justify-content: center;
  border: solid 1px var(--Vit);
  border-radius: 8px;
  width: 100%;
  color: var(--Vit);
  font-family: "inter";
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 150px;
  margin-top: 35px;
  justify-self: center;
}

.redNr {
  text-decoration: underline;
  color: var(--Protekta-red);
  font-family: "inter";
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}

.redNr a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

.imageWithIcons_Column .hero_buttons {
  z-index: 1;
}

.imageWithIcons_Column h2.header_length {
  max-width: 1280px;
}

@media (max-width: 1300px) {
  .imageWithIcons_Block {
    width: 80%;
  }
  .icon-grid {
    justify-self: center;
  }

  .imageWithIcons_Column {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .imageWithIcons_Block h2 {
    margin: 68px 0px 38px 0px;
  }
  .call-us {
    font-size: 18px;
  }
  .redNr {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .imageWithIcons_Column {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  .imageWithIcons_Block h2 {
    text-align: center;
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    margin-top: 74px ;
    margin-bottom: 43px;
  }
  .imageWithIcons_Column h2 {
    font-size: 34px;
  }
  .imageWithIcons_Column h1 {
    font-size: 34px;
  }

  .imageWithIcons_Column p {
    max-width: none;
  }
  .call-us {
    flex-wrap: wrap;
    padding: 25px;
    justify-content: left;
    text-align: left;
    max-width: 95%;
    font-family: "Inter";
    font-size: 21.06px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.272px;
    box-sizing: border-box;
  }
  .redNr {
    font-family: "Inter";
    font-size: 21.06px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.272px;
  }
  .redNr p {
    margin: 0;
    padding: 0;
  }
  .call-us p {
    margin: 0;
    padding: 0;
  }
}
