.divorce--header {
  margin-bottom: 50px;
}

.divorce--section {
  display: flex;
  justify-content: space-between;
  margin: 120px 0;
}

.divorce--text {
  width: 604px;
}

.divorce--text h1 {
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.divorce--img {
  width: 100%;
  height: auto;
  max-width: 567px;
  border-radius: 30px;
  object-fit: contain;
}

.divorce--list {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.divorce--list p{
  font-family: "Rubik", sans-serif;
}
.divorce--list span{
  font-weight: 400;
}

.line {
  display: flex;
  gap: 15px;
  margin: 15px 0;
}

.line p {
  font-weight: 600;
}

.circle {
  min-height: 20px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #d0f600;
  border-radius: 100px;
}
