.gp-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px;
}

.gp-row {
  display: flex;
  margin: 15px -15px 30px;
  flex-wrap: wrap;
}

.gp-col {
  width: 50%;
  padding: 0 15px;
}

.gp-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.gp-btn-wrap a {
  padding: 6px 20px;
  border: 2px solid #e02b20;
  border-radius: 3px;
  line-height: 1.7em;
  font-size: 20px;
  color: #ffffff;
  background-color: #e02b20;
}

.gp-btn-wrap a:hover {
  opacity: 0.8;
}

.gp-head .gp-row {
  align-items: center;
}

.gp-reviews__item {
  margin-bottom: 20px;
}

.gp-reviews__name {
  font-weight: bold;
  font-size: 1.2em;
}

.gp-reviews__star {
  background-size: 24px;
  background-repeat: repeat-x;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffbe28' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z'/%3E%3C/svg%3E");
  height: 24px;
  width: 120px;
  padding: 0;
  margin-bottom: 10px;
}

.gp-title {
  text-align: center;
}

#wpcf7-f6443-o2 input[type=text],
#wpcf7-f6443-o2 input[type=email],
#wpcf7-f6443-o2 input[type=tel],
#wpcf7-f6443-o2 textarea {
  resize: vertical;
  width: 100%;
  padding: 15px;
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 16px;
}

#wpcf7-f6443-o2 label {
  font-weight: bold;
  font-size: 12px;
}

#wpcf7-f6443-o2 legend {
  font-weight: bold;
  margin: 10px 0 5px;
}

#wpcf7-f6443-o2 fieldset {
  margin: 10px 0;
}

#wpcf7-f6443-o2 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

#wpcf7-f6443-o2 .wpcf7-list-item {
  flex: 0 0 50%;
  margin: 0;
}

#wpcf7-f6443-o2 .wpcf7-checkbox label,
#wpcf7-f6443-o2 .wpcf7-radio label {
  font-size: 14px;
  font-weight: normal;
}

#wpcf7-f6443-o2 input[type=submit] {
  padding: 6px 20px;
  border: 2px solid #e02b20;
  border-radius: 3px;
  line-height: 1.7em;
  font-size: 20px;
  color: #ffffff;
  background-color: #e02b20;
  cursor: pointer;
}

#wpcf7-f6443-o2 input.wpcf7-not-valid {
  border-color: #e02b20;
}

.gp-container .splide__slide > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

@media (max-width: 768px) {
  .gp-col {
    width: 100%;
  }
}