.miy p {
  color: #fff;
}

.miy {
  padding: 20px 0;
}

.links {
  margin: 0;
  padding: 10px;

  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.links li:first-child {
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.links a {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.links img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tx-18-16 {
  font-weight: 700;
  line-height: 1.25;
  font-size: 18px;
  color: #000;
}

.tx-16-14 {
  font-weight: 400;
  line-height: 1.25;
  font-size: 16px;
  color: #000;
}

@media (any-hover: hover) {
  .links a:hover {
    opacity: 0.5;
  }
}

.links a:focus-visible {
  opacity: 0.5;
}

.links a:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

@media (max-width: 600px) {
  .tx-16-14 {
    font-size: 14px;
  }

  .tx-18-16 {
    font-size: 16px;
  }
}
