.c-highlight {

    position: relative;
  background-image: url('../../assets/img/texture-dark.webp');
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  border-radius: 50px;
  padding: 30px 60px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.c-highlight__head {

    color: var(--charte-color-vert-tertiaire);
    font-family: "Roboto Condensed";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 100% */
    letter-spacing: -0.35px; 
}
.c-highlight__desc {
    color: var(--charte-color-blanc);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.54px;
}