.domainBox {
  padding: 22px;
  box-sizing: border-box;
  margin: 0 16px;
  background: #FEBD2B0D;
  display: flex;
  flex-direction: column;
  border: 0.5px solid #FEBD2B80;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.domainBox p {
  color: #BDBDBD;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.domainBox a:not(.no-icon) {
  color: #FEBD2B;
  border: 0.5px solid #FEBD2B80;
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 14px;
  text-decoration-line: none;
  background-color: #F1A8001A;
  line-height: 2;
}

.domainBox a.freeProxy {
  color: #FEBD2B;
  border: none;
  background-color: transparent;
  font-weight: 600;
}

@media screen and (max-width: 824px) {
  .domainBox {
    padding: 12px;
  }
}