.palmistry_flex hr{
margin-bottom:20px;
}

.palmistry_reading_img{
width:100%;
}
.palmistry_reading_img img{
vertical-align:top;
width:100%;
}
.palmistry_inner{
	max-width:1200px;
	margin:auto;
	padding:10px 40px;
}
.palmistry_area{
background:#fff;
border-radius: 15px;
padding:50px 30px;
margin:50px auto;
border: 4px double #e1d39e;
box-shadow: 0 0 9px #c8c8c8;
}
.palmistry_flex{
display:flex;
    justify-content: center;
    align-items: center;
}
.palmistry_img{
width:450px;
}
.t_img{
width:450px;
border-radius:15px;
}
.palmistry_text{
width:450px;
margin-left:50px;
}
.renai_area{
background:#fff;
border-radius: 15px;
padding:50px 30px;
margin:50px auto;
}
.renai_img{
width:450px;
margin-left:50px;
}
.r_img{
width:450px;
border-radius:15px;
}
.renai_text{
width:450px;

}
.westem_btn{
text-align:center;
}
.westem_Button{
	display:inline-block;
	margin-top:30px;
  padding: 15px 30px !important;
  font-size: 80%;
  border-radius: 30px;
  background: #ffa500;
  border-color: #ffa500;
  color:#fff;
}
@media screen and (max-width: 967px) {
.palmistry_area{
margin:20px auto;
}
.palmistry_flex{
flex-flow: column;
}
.palmistry_img{
width:100%;
}
.t_img{
width:100%;
}
.palmistry_text{
padding-top:15px;
width:100%;
margin-left:0;
text-align:justify;
}
.renai_area{
margin:20px auto;
}
.renai_img{
margin-top:20px;
width:100%;
margin-left:0;
}
.r_img{
width:100%;
}
.renai_text{
width:100%;

text-align:justify;
}
.palmistry_flex br{
display:none;
}

}

@media screen and (max-width: 467px) {
.palmistry_inner{
padding:10px 20px;
}
}