body main .texte-icone-image {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
body main .texte-icone-image .shape-left {
  position: absolute;
  left: -250px;
  z-index: -1;
}
body main .texte-icone-image .shape-left svg {
  width: 430px;
  height: 700px;
}
body main .texte-icone-image .shape-left svg path {
  fill: ;
}
body main .texte-icone-image .brush-1 {
  position: absolute;
  right: 30px;
  top: 20px;
  transform: rotate(-45deg);
  z-index: 5;
}
body main .texte-icone-image .brush-1 svg {
  width: 130px;
  height: 130px;
}
body main .texte-icone-image .round-block {
  width: 50%;
  position: relative;
  margin-left: 50%;
}
body main .texte-icone-image .round-block .round-1 {
  position: absolute;
  background: ;
  width: 566px;
  height: 566px;
  border-radius: 320px;
  right: -85px;
  opacity: 0.5;
  animation: animRound-1 5s ease infinite;
}
body main .texte-icone-image .round-block .round-2 {
  position: absolute;
  width: 415px;
  height: 415px;
  background: ;
  left: 0;
  border-radius: 220px;
  top: 260px;
  animation: animRound-2 5s ease infinite;
}
body main .texte-icone-image .round-block .round-3 {
  position: absolute;
  background: ;
  width: 120px;
  height: 120px;
  right: 35px;
  top: 750px;
  border-radius: 60px;
  animation: animRound-3 5s ease infinite;
}
body main .texte-icone-image .round-block .round-4 {
  position: absolute;
  background: ;
  opacity: 0.5;
  border-radius: 60px;
  left: 35px;
  top: 850px;
  width: 120px;
  height: 120px;
  animation: animRound-4 5.2s ease infinite;
}
body main .texte-icone-image .bg-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100px 0;
}
body main .texte-icone-image .col-pad {
  padding: 300px 0;
}
body main .texte-icone-image .icone {
  margin-bottom: 40px;
}
body main .texte-icone-image .icone svg {
  width: 80px;
  height: 80px;
}
body main .texte-icone-image .btn--primary {
  margin-top: 50px;
}
@media (min-width: 1361px) and (max-width: 1800px) {
  body main .texte-icone-image .col-pad {
    padding: 80px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  body main .texte-icone-image .col-pad {
    padding: 80px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main .texte-icone-image .col-pad {
    padding: 80px 15px;
  }
  body main .texte-icone-image .round-block .round-1 {
    width: 300px;
    height: 300px;
    top: -30px;
  }
  body main .texte-icone-image .round-block .round-2 {
    width: 220px;
    height: 220px;
    top: 200px;
  }
  body main .texte-icone-image .round-block .round-3 {
    top: 500px;
  }
  body main .texte-icone-image .round-block .round-4 {
    top: 600px;
  }
}
@media (max-width: 767.98px) {
  body main .texte-icone-image .col-pad {
    padding: 80px 15px 0;
  }
  body main .texte-icone-image .round-block .round-1 {
    width: 300px;
    height: 300px;
    top: -30px;
  }
  body main .texte-icone-image .round-block .round-2 {
    width: 220px;
    height: 220px;
    top: 200px;
  }
  body main .texte-icone-image .round-block .round-3 {
    top: 500px;
  }
  body main .texte-icone-image .round-block .round-4 {
    top: 600px;
  }
  body main .texte-icone-image .bg-img {
    height: 680px;
  }
  body main .texte-icone-image .wysiwyg-content p,
  body main .texte-icone-image .wysiwyg-content h2,
  body main .texte-icone-image .wysiwyg-content h3 {
    text-align: center !important;
  }
  body main .texte-icone-image .icone svg {
    display: block;
    margin: 0 auto 30px;
  }
  body main .texte-icone-image .btn--primary {
    display: block;
    width: max-content;
    margin: 30px auto 0;
  }
}
