.sample_section .sample_container {
  padding: 25px 45px;
}

.sample_container p strong {
	text-transform: uppercase;
  font-weight: 600;
}

.sample_section .sample_box {
  position: relative;
  overflow: hidden;
  margin: 25px 0;
}

.sample_section .sample_box .img-box img {
  border-radius: 50%;
  width: 100%;
}

.fic-left img {
	border-radius: 50%;
	shape-outside: circle();		
	width: 40%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.non-fic-left img {
	width: 35%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.non-fic-right img {
	width: 30%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.sample_section .sample_box .detail-box h5 {
  font-weight: 600;
}

.sample_section .sample_box .detail-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 100%;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  color: #000000;
  font-size: 24px;
}

.sample_section .sample_box .detail-box a:hover {
  background-color: rgba(228, 234, 234, 0.9);
}

.sample_section .sample_box:hover .detail-box {
  opacity: 1;
  visibility: visible;
}

.sample_section .read_btn {
  display: inline-block;
  background-color: #85310c;
  color: #ffffff;
  padding: 7px 30px;
  border: 1px solid #85310c;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sample_section .read_btn:hover {
  background-color: transparent;
  color: #85310c;
}

.heading_box_common {
  background-color: #e4e4e4;
  color: #000000;
}

.sample_section .heading_container h2::before {
  background-color: #85310c;
}

.forward
{
	margin-top: 20px;
	text-align: left;	
}

.chapter
{
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
}

.opening-line
{
	margin-top: 50px;
	text-align: left;
	font-style: italic;
}

.story
{
	text-align: left;
}