.w3f-dynamic-summary {
  width: 800px;
  max-width: 90%;
  margin: 50px auto 0 auto;
}

.w3f-dynamic-summary p {
  font-size: 1rem !important;
}

.w3f-dynamic-summary h2 {
  font-size: 2rem !important;
}

@media (max-width: 820px) {
  .w3f-domain-list {
    max-width: 90% !important;
  }

  .w3f-domain-reviews {
    max-width: 90% !important;
  }

  .w3f-card {
    width: 90% !important;
  }

  .w3f-domain-list-title {
    width: 90% !important;
    margin: 3rem auto 0 auto !important;
  }

  .w3f-dynamic-summary p {
    font-size: 0.9rem !important;
  }

  .w3f-dynamic-summary h2 {
    font-size: 1.4rem !important;
  }

  .w3f-review-author {
    font-size: 1rem !important;
  }

  .w3f-review-content {
    font-size: 0.9rem !important;
  }

  .w3f-review-date {
    font-size: 0.7rem !important;
        text-align: left !important;
  }

  .w3f-review-avatar {
    width: 42px !important;
    height: 42px !important;
  }

  .w3f-card pre {
    font-size: 10px !important;
  }
}

.w3f-form input[type="file"] {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 12px;
}

body, h1, h2, h3, h4, h5, h6, p, a, div {
    font-family: 'Poppins', sans-serif !important;
}