.loveCompatibility {
  display: flex !important;
  background: linear-gradient(180deg, #F7BDC8 0%, #C87D8B 100%);
  align-items: center;
  flex-flow: column;
  padding: 20px 10px;
}
.loveCompatibility .snippetCta {
  background-color: #F7BDC8;
}
.loveCompatibility .snippetTitle {
  text-align: center;
}

.compatibilityDiv {
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}

.description-compatibility {
  color: #172053;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 5px;
}

.loveCompatibilityMainDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.snippet-left-circle {
  display: flex;
  align-items: center;
  bottom: 50px;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
}

.snippet-mid-line {
  border-top: 3px dashed #172053;
  min-width: 100px;
  max-width: 80%;
  position: relative;
  z-index: 1;
  height: 0;
}
@media (max-width: 1024px) {
  .snippet-mid-line {
    min-width: 30px;
  }
}

.snippet-right-circle,
.alternateLeftCircle {
  display: flex;
  align-items: center;
  height: 122px;
  width: 122px;
  bottom: 50px;
  border-radius: 50%;
  background: #172053;
  font-weight: 700;
  flex-flow: wrap;
  justify-content: center;
  border: 3px solid #ffffff;
}

.snippet-right-circle p,
.alternateLeftCircle p {
  color: #ffffff;
  font-size: 20px;
  top: 8px;
  position: relative;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
