#header_testmonial{
    text-align: center;
    margin-bottom: 10rem;
    font-size: 4rem;
    font-family: 'Orbitron', sans-serif;
    color: #6a4001;
  }
.testimonial_outer_wrapper{
  min-height: 50rem;
  background-color: #f0f0f0;
  background-color: #f6f6f6;
  /* background-color: #e1e1e1; */
  padding: 8rem;
  padding-bottom: 20rem;
  /* background: rgb(255,255,255); */
  /* background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: linear-gradient(357deg, rgba(255,255,255,1) 0%,rgb(163 163 163 / 0%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); */
}
.sig{
  margin-top: 4rem;
  font-family: 'Qwigley', cursive;
  font-size: 3rem;
  text-align: right;
  color: #5f3901;
  /* text-shadow: 2px 2px #858585;*/
}
.testimonial_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  max-width: 165rem;
  margin: 0 auto;
}
.box_stl{
  /* background: #e7e7e7;   */
  display: flex;
  text-align: justify;
  /* background-color: #ebeaea; */
  max-width: 55rem;
  width: 100%;
  min-height: 34rem;
  height: 100%;
  padding: 3rem;
  align-items: flex-end;
  font-size: 1.7rem;
  letter-spacing: -1px;
  line-height: 2.8rem;
  color: #563400;
  color: #746041;
  color: #392300;
  color: #9e9e9e;
  color: #4d402c;
  font-family: 'Titillium Web', sans-serif;
  font-family: 'Amiri Quran', serif;
  font-family: 'Montserrat', sans-serif;
}
.side_inner_name{
    transform-origin: 0 0;
    transform: rotate(270deg);
    min-width: 155px;
    padding: 0.5rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    /* background-color: white; */
    font-family: 'Orbitron', sans-serif;
    min-height: 1rem;
    color: #603a01;
}
.border_stl_1{
  border-left: 1px solid gray;
  border-bottom:1px solid gray;
  
}
.border_stl_2{

 border: 1px solid gray;
 border-top:none;
}
.border_stl_3{
  border-right: 1px solid gray;
}
.border_stl_4{
   
 /* border-top: 1px solid gray; */
 border-bottom: 1px solid gray;
}
.border_stl_5{
  border-left: 1px solid gray;
}
.border_stl_6{
  border-bottom: 1px solid gray;
}

#testimonial{
  padding-top:1.5rem;
}

@media screen and (max-width: 600px) {
  .side_inner_name {
    transform-origin: unset;
    transform: rotate(0deg);
    min-width: 250px;
    margin-bottom: 1rem;
  }
  .box_stl{
    display: inline-block;
  }
  .testimonial_outer_wrapper{
    padding: 3rem;
  }
}