body.page-id-6265 .mper-course-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

body.page-id-6265 .mper-course-actions .mper-btn {
  min-width: 210px;
}

body.page-id-6265 .mper-review-copy b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.page-id-6265 .mper-review-copy b i {
  color: #2b7af1;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

body.page-id-6265 .mper-review-copy b em {
  color: #07184d;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

body.page-id-6265 .mper-review-copy cite {
  display: block;
  margin-top: 8px;
  color: #5a728e;
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
}

.mes-footer-social-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mes-footer-social-group {
  min-width: 0;
}

.mes-footer-social-group h3 {
  margin: 0 0 8px;
  color: #39577c;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  body.page-id-6265 .mper-course-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.page-id-6265 .mper-course-actions .mper-btn {
    width: 100%;
    min-width: 0;
  }

  .mes-footer-social-groups {
    grid-template-columns: 1fr;
  }
}
