.textPage section,
.textPage .container > * {
  margin: 80px 0;
}
.textPage section section{
  margin: 0 0 40px;
}
.textPage p,
.textPage ul{
  margin-bottom: 2em;
}
.textPage .titleSimpleBk{
  margin-bottom: 0.5em;
  font-family: var(--nomaltxt);
}
@media (max-width: 540px) {
  .textPage .container{
    padding: 0;
  }
}
.signature{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  border: 1px solid var(--gray);
  padding: 20px;
  background-color: var(--gray);
}
.urlList{
  margin-bottom: 1em;
}
.urlList a{
  color: var(--main);
  text-decoration: underline;
}
.urlList a:hover{
  color: var(--black);
  transition: 0.5s;
}