#termos-condicoes{
  padding-top: 80px;
  background: #F2F2F2;
}

.termos-e-condicoes {
  border-radius: 16px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  padding: 32px;
  margin-bottom: 60px;
}

.termos-info h2 {
  font-size: 20px;
  line-height: 28px;
  color: #303030;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: Latam-Sans-Regular, sans-serif;
}

.termos-info p {
  font-size: 14px;
  line-height: 20px;
  color: #5c5c5c;
  font-weight: 400;
  margin-bottom: 24px;
  font-family: Latam-Sans-Regular, sans-serif;
}

.termos-info a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #2c31c9;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Latam-Sans-Regular, sans-serif;
  cursor: pointer;
  

}

.termos-info a:hover{
     color: #0A0E80;
  }
