.chip {
color: #5D615C;
font-size: 12px;
padding:0 12px;
height: 30px;
border-radius: 9999px;
background: #F8F9F7;
-webkit-background-clip: padding-box;
font-family: Spartan,;
font-weight: 400;
font-style: Regular;
font-size: 12px;
line-height: 18px;
letter-spacing: 4%;
align-content: center;
border: 1px solid #D5D7D3
}
.selected {
color: #C1D4BA;
background: #39522f;
}

.koolitajad-contact {
  width: 100%;
}


@media (max-width: 600px) {
.koolitajad-card {
  flex-direction: column;
  text-align: center;
}
.koolitajad-card h2 {
  width: 100%;
}
.koolitajad-card .portrait {
  max-width: 120px;
  max-height: 120px;
  box-sizing: border-box;
}
.koolitajad-card .certs {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
}
.chip {
  text-align: center;
}
.dot {
  display: none;
}
.koolitajad-card .certs {
display: flex;
flex-wrap: wrap;
}
.certs {
  display: column !important;
}
.koolitajad-contact {
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left;
} 
}
