 .site-content .ast-container{
    display: flex;
    flex-direction: column !important;
font-family: Assistant !important;
}
.testimonial-header{
	display:flex;
	justify-content:center;
    font-family: Assistant !important;
}
.testimonial-header h1{
	font-size:52px !important;
padding:50px 0px ;
font-family: Assistant !important;
}
.testimonial-container{
	width: 100%;
    height: 100%;
}
}
.testimonial-identity p{
	margin-bottom:0px;
 color:#888888;
   display: flex;
    flex-direction: column;
    align-items: flex-end;
   border:none;
word-spacing: 0.1em;
    font-style: italic;
font-family: Assistant !important;
}
.testimonial-content p{
	color:#888;
   font-family: Georgia;
    font-size: 22px ;
    font-style: italic;
word-spacing: 0.1em;
margin-bottom:0px !important;
	   padding-bottom: 0.8em;
font-family: Assistant !important;
}

.testimonial-list{
    display: flex;
    flex-direction: column-reverse;
padding: 0px 30%;
font-family: Assistant !important;
}
.testimonial-list .testimonial-item{
	border:none !important;
margin-bottom:0px !important;
font-family: Assistant !important;
}

.testimonial-name{
	font-weight: bold;
    font-family: unset;
    font-size: 19px;
font-style:unset !important;
font-family: Assistant !important;
}

.testimonial-video {
    background-image: url("https://i.vimeocdn.com/video/1710305779-e2b0bbc52a3b9e4580eaa2d5971bfa828b0a7d28c5a91f95dc96719da1667d81-d?mw=1600&mh=900");
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}

.testimonial-identity{
display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    font-family: Assistant !important;
    }
.testimonial-identity .p a{
text-decoration: none;
font-family: Assistant !important;
}

@media (min-width: 0px) and (max-width: 767px){
	.testimonial-list{
		padding: 0px 3% !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.testimonial-list{
		padding: 0px 10% !important;
	}
}