.reassurance-container {
	margin-top: 36px;
	margin-bottom: 36px;
}

.reassurance-container > .titre-text-cta-titre {
	color: var(--main-red);
}
.reassurance-list-block {
  width: auto;
  background: white;
  margin-top: 64px;
  /* margin-bottom: 48px; */
}

.reassurance-cat {
  margin-top: 0;
  padding: 50px 12%;
}


.reassurance-list-product {
  display: flex;
  margin-top: 6%;
  width: 100%;
  background: #fff;
  justify-content: space-between;
}

.reassurance-item-home:nth-child(n+4) {
  display: none;
}

.reassurance-list-product .reassuranceImg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.reassurance-list-product .reassuranceImg {
  width: 100%;
  height: 32px;
}

.reassurance-list-product .reassurance-item span {
  color: #000;
}

.reassurance-list-product .titleReassurance {
  width: 15%;
  font-weight: 600;
}

@media (max-width: 767px) {
  .reassurance-item-home:nth-child(n+4) {
    display: none;
  }

  .reassurance-item:nth-child(n+4) {
    display: none;
  }

  .reassurance-cat {
    padding: 50px 5%;
  }

  .reassurance-lists {
    position: relative;
  }

  .reassurance-lists::after {
    content: "";
    position: absolute;
    width: 15%;
    bottom: -4px;
    left: 0;
    height: 8px;
    background-color: var(--main-red);
  }
}

@media screen and (min-width : 1200px) {
  .reassurance-lists {
    align-items: flex-end;
    padding: 5px 196px;
    gap: 106px;
    margin-top: 16px;
    border: none;
  }

  .reassurance-item img {
    width: 32px;
  }

  .reassurance-item-home:nth-child(n+4) {
    display: flex;
  }
}

@media screen and (min-width : 1200px) {
  .reassurance-item img {
    width: 48spx;
  }
}