.block-6 {
  width: 47%;
  display: inline-block;
  float: left;
  margin-bottom: 70px;
}

.pro-heading {
  font-size: 30px;
  color: #ff0000;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 15px;
  /* font-family: 'Lora'; */
  font-family: "Funnel Display", sans-serif;
}

.sub-heading {
  font-size: 22px;
  color: #505050;
  line-height: 28px;
  margin-bottom: 20px;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.pro-call-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 27px;
  background: #f2f2f2;
}

.call-block {
  text-align: center;
  display: inline-block;
  width: 40%;
}

.call-block a.btn {
  width: 214px;
  display: inline-block;
  min-width: auto;
  white-space: nowrap;
}

.call-block a.btn img {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.call-block label {
  display: block;
  font-size: 24px;
  color: #000;
  margin-bottom: 18px;
  line-height: 100%;
}

.pr-list-in {
  margin: 10px 0;
}

.pr-list-in li {
  list-style-type: none;
  float: none;
  position: relative;
  margin-right: 10px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.pr-list-in li:before {
  position: absolute;
  content: ".";
  font-size: 50px;
  color: #505050;
  left: 0;
  top: 0;
  line-height: 0;
}

.pro-divider {
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
  margin-bottom: 70px;
}

.block-6 p:last-child {
  margin-bottom: 0;
}

.newspace {
  margin: 10px 0 10px 20px;
}
.call-block {
  & .btn-book.btn {
    width: auto;
  }
}
