
main span {
  font-weight: 700;
}
a {
  text-decoration: none;
}

main {
  font-size: 16px;
  margin-top: 30px;
 
}
main p {
  font-size: 16px;
  margin-bottom: 1rem;
}

.columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin-bottom: 20px;
  padding-right: 20px;

}

.sidebar ul li a {
  text-decoration: none;
  color: #007bff;
  font-weight: 600;
  transition: all 0.3s linear;
}

.sidebar ul li a:hover {
  color: #0268d4;
}

article {
  margin-bottom: 40px;
}

article h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.title-aside {
  font-size: 20px;
  color: #363636 !important;
  font-weight: 700;
}
.lottie-tick-form-submitted {
  width: 100px;
  height: auto;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
  .lottie-tick-form-submitted {
    width: 130px;
    height: 130px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
  main p {
    font-size: 18px;
  }
  main {
    font-size: 18px;
    margin-top: 64px;
  }
  .columns {
    flex-direction: row;
  }
  .content {
    width: 70%;
  }
  .sidebar {
    width: 30%;
  }
  .title-aside {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
  main,
  main p {
    font-size: 24px;
  }
  .title-aside {
    font-size: 28px;
  }
  .lottie-tick-form-submitted {
    width: 200px;
    height: 200px;
  }
}
