    .komanda_container {
      //display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0 auto;
    }

    .komanda_card {
      background-color: #cfa870;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      color: white;
 //     min-width: 250px;
	//width: calc(25% - 20px);
//	margin: 10px;
    }

    .komanda_card:hover {
      transform: translateY(-5px);
    }

    .komanda_avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      overflow: hidden;
    }

    .komanda_avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .komanda_name {
      font-weight: bold;
      text-align: center;
      margin: 0;
font-size: 24px;
    font-family: "Forum";
    margin-bottom: 20px;
    }

    .komanda_position {
      text-align: center;
      margin: 5px 0;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .komanda_description {
      line-height: 1.5;
      text-align: center;
      margin: 15px 0;
      color: #fff;
		font-size: 18px;
    }

    .komanda_skills {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 15px;font-size: 14px;
    }

    .komanda_skill_tag {
      background-color: rgba(255, 255, 255, 0.2);
      color: white;
      padding: 5px 10px;
      border-radius: 20px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }


@media (max-width:760px) {
/.komanda_card {
    width: calc(33% - 20px);
}
}
@media (max-width:968px) {
/.komanda_card {
    width: calc(50% - 20px);
}
@media (max-width:590px) {
/.komanda_card {
    width: calc(100% - 20px);
}
}

.komanda_card {margin-right:0 !important;}


.categories-komanda .container {width:100% !important}

.categories-komanda .komanda_card {
    margin-right: 20px !important;
}