.team-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.team-item {
    flex: 1 1 calc(33.333% - 20px);
    overflow: hidden;
    transition: transform 0.3s;
}

.team-item img {
    width: 180px;
}

.testimonial-content {
		font-size:16px;
        padding: 20px 25px;
	}