.domainBox {
  padding: 32px;
  box-sizing: border-box;
  margin: 0 16px;
  background: #0D0D0D;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
}

.domainBox p {
  color: rgba(255, 255, 255, 0.50);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

.domainBox a:not(.no-icon) {
  /* border: 0.5px solid rgba(255, 255, 255, 0.5); */
  border-radius: 32px;
  padding: 4px 10px;
  font-size: 14px;
  text-decoration-line: none;
  line-height: 2;

  border-radius: 32px;
  background: rgba(255, 255, 255, 0.05);


  color: rgba(255, 255, 255, 0.80);


  /* Regular */
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */ 
}

.domainBox a.freeProxy {
  color: rgba(235, 115, 50, 1);
  border: none;
  background-color: transparent;
  font-weight: 600;
}

@media screen and (max-width: 824px) {
  .domainBox {
    padding: 12px;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px !important;
    border: 1px solid rgba(235, 115, 50, 0.30);

  }
  .domainBox p{
    color: rgba(255, 255, 255, 0.80);

  /* 11 */
  font-family: "PingFang SC";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 145.455% */

  }

  .domainBox a:not(.no-icon) {
    font-size: 11px;
  }
}