
.contentSide p {
  color: black;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
}

.contentSide h6 {
  color: var(--secondaryColor);
  font-weight: 700;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0%;
}
.contentSide span {
  color: black;
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0%;
}

.bgOurSignatureOffers {
  background-image: url("../assets/services/bgOurSignatureOffers.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  max-width: 1400px;
  margin: auto;
}

/* .bg-content-service {
  background: #ffffff29;
  border-radius: 24px;
} */
.bg-content-service {
  position: relative;
  border-radius: 24px;
  padding: 3rem;
  overflow: hidden; /* Ensures background doesn’t overflow */
  background: transparent; /* Remove direct background */
}

.bg-content-service::before {
  content: "";
  position: absolute;

  top: 10%;
  left: 3%;
  width: 80%;
  height: 80%;
  background: #FFFFFF29;
  border-radius: 24px;
  transform: rotate(6.27deg); /* Adjust rotation angle */
  /* z-index: -1; */
}

.bg-content-service h3 {
  color: white;
  font-weight: 700;
  font-size: 36px;
  /* line-height: 56.7px; */
  letter-spacing: 0%;
}
.bg-content-service p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 24.3px; */
  letter-spacing: 0%;
}
