.footer {
  padding-left: 20px;
  padding-top: 20px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.title-footer {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.paragraph-footer {
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

a {
  text-decoration: none;
}

