.other-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.results__block--other h2 {
  margin-bottom: 20px;
}

.other-grid .video-gallery__item iframe {
  width: 100% !important;
  height: 389px !important;
}

table tr td strong {
  display: block;
  margin-bottom: 12px
}

.page-content ol,
.page-content ul,
.page-content ol li,
.page-content ul li {
	margin-bottom: 12px;
}

.page-content ol.wp-block-list li,
.page-content ul.wp-block-list li,
.accordion-content ol li,
.accordion-content ul li {
	list-style: inherit;
	list-style-position: inside;
	margin-bottom: 12px;
}


.page__thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.page__thumbnail img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}

.donator__content {
  font-family: 'Georgia', sans-serif;
  padding: 52px;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .donator__content {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .donator__content {
    padding: 16px;
  }
}

.donator__content .page-heading {
  margin-bottom: 52px;
}

@media (max-width: 768px) {
  .donator__content .page-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .donator__content .page-heading {
    margin-bottom: 16px;
  }
}

.donator__content .page-heading h1 {
  font-family: 'Century Gothic', sans-serif;
}

.donator__thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.donator__thumbnail img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}

.wp-block-table table tr td:first-of-type {
  text-align: center;
  width: 100px;
}

.wp-block-table table tr th:first-of-type {
  width: 100px;
}