.testimonial-home .item-testimonial .icon{
	display:none !important;
}
.testimonial-home .item-testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.testimonial-home .testimonial-info{
    order: 4;
}
.testimonial-home .tf-testimonial-carousel .testimonial-info {
    margin-top: 0;
}
.testimonial-home .tf-testimonial-carousel .name{
        margin-top: 25px !important;
}
.testimonial-home .tf-testimonial-carousel.style2 .description {
    flex-grow: 1;
}
.inner-header {
    padding-top: 17px;
    padding-bottom: 17px;
}
.post-inner-box{
    /* background-color: #FAFAFA; */
    padding: 21px 0px 21px 0px;
    border-bottom: 1px solid #E9E9E9;
}
.post-main-box{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    /* gap: 24px; */
    background-color: #FAFAFA;
    padding: 0 24px 24px 24px;
}
.post-inner-date{
font-family: 'Source Sans 3';
font-Weight:400;
font-size: 16px;
line-height: 20px;
letter-spacing: .2px;
color:#0956DB;
margin-bottom: 15px !important;
}
.post-inner-title{
font-family:"Libre Baskerville";
font-Weight:400;
font-size:20px;
line-height:28px;
letter-spacing: .2px;
color:#121212;
margin-bottom: 0;
}
.inner-header .container{
    max-width: 1216px;
}
body .go-top {
    background-color: #0956DB;
}
.team-main-box {
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.team-title{
    font-family: "Libre Baskerville", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: #121212;
     margin: 22px 0 7px 0;
     text-transform: capitalize;
}
.team-contet {
        font-family: "Source Sans 3", Sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: var(--theme-color-text-main);
}
.team-iiner-box {
    text-align: center;
        width: 23%;
}
.team-iiner-box img{
 height: 345px;
 object-fit: cover;
}
@media (max-width: 1024px){
    .post-main-box{
    grid-template-columns: repeat(1,1fr);
}
}
@media (max-width: 767px){
    .post-inner-date{
line-height: 18px;
}
.post-inner-title{
font-size:16px;
line-height:22px;
}
.themesflat-boxed .header-mobile .inner-canvas-nav .logo a {
    max-width: 219px;
}
.themesflat-boxed .header-mobile .inner-canvas-nav .logo {
    margin-bottom: 3px;
}
.header-mobile #mainnav_canvas ul li a{
    font-size: 18px;
}
.team-title{
    font-size: 18px;
    line-height: 25px;
}
.team-main-box{
    grid-template-columns: repeat(1,1fr);

}
.team-iiner-box {
    width: 45%;
}
}
