* {
    box-sizing: border-box;
}

html, body{
	background-color:#fff;
	padding:0px;
	margin:0px;
}

body.front-page{
	position:relative;
}

a{
	text-decoration:none;
	outline:none;
	color:var(--text_color);
}

p{
	margin-top:0px;
}

.wrapper{
	overflow-x:hidden;
}

.acfe-fc-preview input[type="text"], body.front-page input[type="text"], body.front-page input[type="password"], button, .wpcf7-textarea {
	font-family: var(--font);
}

blockquote{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

img{
	display:block;
}

input.wpcf7-form-control.wpcf7-text.hidden.spole {
    display: none;
}
<style>
.team-block {
  margin: 40px 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.team-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.team-card img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  margin: 20px auto;
}

.team-card h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.team-card p {
  font-size: 15px;
  margin-bottom: 12px;
}

.team-card span {
    display: block;
    font-weight: 600;
    color: #00bd6b;
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
</style>
@media (max-width: 1290px) {
h3 {
    font-size: 18px !important;
}
}