.hero {
  background-image: linear-gradient(#ECE6DD 0% , #F8F7F4 100%);
}
.hero-bg {
	width: 100%;
	max-height: 360px;
	object-fit: cover;
}
.hero .main::before {
	content: '';
	position: absolute;
	top: -62px;
	width: 100%;
	height: 70px;
	background: #07423d;
	clip-path: polygon(0 62px, 100% 0, 100% 100%, 0 100%);
}
.hero .contents{
  margin:-60px auto;
  width:90%;

}
.rmp-results-widget {
    display: inline-block;
    margin-right: 1em;
}
.contents ul{
  list-style-type: '✦ ';
  list-style-position: inside;
  padding: 0px;
}
.contents ul li::marker {
  color: #EDCBAD;
}
.contents ul li {
  padding: 1rem 2rem;
  background: #07423d;
  border-radius: 2rem;
  margin: 10px;
  color: #fff;
}
.contents h2::before{
  content: '✦';
  display: inline-block;
  padding-left: 10px;
  color: #EDCBAD;
}
.contents img {
	margin: 10px auto;
	display: block;
	max-width: 100%;
	border-radius: 4rem;
}
}



.faq .accordion-item {
    background-color: #EFEBE5;
    border-radius: 15px;
    margin-bottom: 20px;
    border: none;
  }

.faq   .accordion-button {
    background-color: transparent;
    color: #333;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 10px;
    position: relative;
    font-weight: 500;
  }

.faq .accordion-button::after {
	display: block;
	border-radius: 20px;
	position: absolute;
	left: -60px;
	background: #efebe5;
	width: 50px;
	height: 50px;
	content: '+';
	text-align: center;
	padding-top: 4px;
	font-size: 30pt;
	font-weight: 100;
}

.faq .accordion-button::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(90deg, #957A61 0%, #EDCBAD 49%, #957A61 95%);
	margin-left: 10px;
}

.faq   .accordion-button:not(.collapsed)::before {
    content: '–';
}

.faq   .accordion-body {
    padding: 1rem 1.5rem;
    color: #555;
}
.realcomments-box {
  margin-bottom: 140px;
}

.realcomments-box .col-12.rounded-4.p-3 {
	background-color: #ECE6DD;
}
.realcomments-box .col-12.rounded-4.p-3.bg-white {
	margin-bottom: -50px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 10px;
    position: relative;
}


.comment-avatar {
    margin-left: 10px;
}

.comment-avatar img.avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.comment-date {
	font-size: 13px;
	color: #777;
	float: left;
}

.comment-text {
    background-color: #f3f3f3;
    padding: 12px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.6;
	margin-top: 10px;
}

.children .comment-text {
	background-color: #D3E6E4;
}


.children {
	margin-top: 10px;
	border-right: 3px dashed #b4967b;
}