/*
Theme Name:   MediCenter Child
Theme URI: https://1.envato.market/medicenter-responsive-medical-wordpress-theme
Description:  MediCenter Child Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
Template:     medicenter
Version:      1.2
Text Domain:  medicenter
*/

.category-otzyvy .reviews_cells {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.category-otzyvy .sentence {
  margin-top: 0;
}
@media screen and (max-width: 760px) {
  .category-otzyvy .reviews_cells {
    grid-template-columns: 1fr;
  }
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.wpcf7-acceptance input {
  width: auto;
  margin-right: 10px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.cat-desc {
  margin-bottom: 30px !important;
}