.home-testimonial {
    background-color: #FFF;
     
}
.home-testimonial-bottom {
     
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 0px;
    
}
.home-testimonial h3 {
    color: var(--orange);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.home-testimonial h2 {
    color: white;
    font-size: 28px;
    font-weight: 700;
}
.testimonial-inner {
   padding-top: 31px;
}
.testimonial-pos {
    position: relative;
    top: 24px;
}
.testimonial-inner .tour-desc {
    border-radius: 5px;
    padding: 40px;
	background-color: #db9c28;
}
.color-grey-3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #000;
    /*max-height: 219px; */
    /* overflow: hidden; */
    /* scroll-behavior: auto; */
    overflow: auto;
	/*min-height: 220px;*/
}
.testimonial-inner img.tm-people {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
}
.link-name {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #000;
	text-align: center;
}
.link-position {
      font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    color: #000;
    text-align: center;
    height: 105px;
	min-height:53px;
    overflow: hidden;

}
.justify-content-center
{
	text-align: center;
}
.style-3
{
	 margin-bottom: 1%;
}
.img-div
{
	border-right:1px solid;
}

@media only screen and (max-width: 600px) {
 .img-div
{
	border-bottom:1px solid;
	border-right:0px ;
}
}

