a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

.wrapper {
  padding: 8rem 10%;
}

.wrapper a {
  text-decoration: underline;
}

.wrapper .main-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: #008f43;
  text-align: center;
}

.wrapper .info-warning {
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.42857143;
}

.wrapper .sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.wrapper .sections .section .title {
  font-size: 1.25;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #008f43;
}

.wrapper .sections .section .content {
  line-height: 1.42857143;
  color: #333;
}

.wrapper .sections .section:nth-child(2) .content {
  line-height: 2;
}

.wrapper .sections .section:nth-child(3) .content {
  line-height: 2;
}
