.sksFot {
  height: 80px;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sksFot > a > p {
  text-indent: 0;
  text-align: center;
}
.sksFot > a > p:first-of-type {
  margin-top: 2px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.sksFot > a > p:first-of-type > span {
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .sksFot {
    margin-top: 1.5rem;
  }
}