.banner-header h1 {
	font-size:55px
}

.price .item p {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.price .item p:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.price .item .dot-list p {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.price .item .dot-list p:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #c5a47e;
}
.price .item .dot-list p:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	.banner-header h1 {
		font-size: 36px;
	}
}
