.acf-block-etykiety-bottom-cta {
}

.acf-block-etykiety-bottom-cta {
  min-height: 640px;
  background: linear-gradient(104deg, rgba(26, 45, 82, 0) 0%, var(--Colours-Brand-Navy-Blue-darkest, rgba(14, 28, 54, 0.3)) 100%), linear-gradient(0deg, rgba(92, 103, 174, 0.3) 0%, rgba(92, 103, 174, 0.3) 100%), var(--Colours-Brand-purple-neon-1, #b468fb);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.acf-block-etykiety-bottom-cta > div {
  position: relative;
  z-index: 10;
}
.acf-block-etykiety-bottom-cta .grid-container {
  align-items: center;
  color: #fff;
}
.acf-block-etykiety-bottom-cta .grid-container h2 {
  margin-bottom: 24px;
}
.acf-block-etykiety-bottom-cta .grid-container h3 {
  margin-bottom: 24px;
}
.acf-block-etykiety-bottom-cta .grid-container p {
  margin-bottom: 56px;
}
.acf-block-etykiety-bottom-cta .grid-container .btn {
}
.acf-block-etykiety-bottom-cta > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000px;
  height: 670px;
  background-image: url(../../assets/img/branze-cms-cta-bcg-blob-Purple-D.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: -90px;
  right: -300px;
  bottom: -30px;
  z-index: -1;
}

.acf-block-etykiety-bottom-cta .grid-container img {
  position: relative;
  top: 0px;
  max-width: 480px;
  left: 100px;
}
