.citizen-box {
  background-color: #fff;
}

.custom-card-citizen {
  border: none;
  background-color: var(--grayish-bg-color);
}

.connection-info-p-first {
  margin-bottom: 12px;
  gap: 8px;
  color: #848484;
  display: flex;
  background: #f0f1fa;
  height: 34px;
  padding: 6px 12px 6px 12px;
  border-radius: 28px;
}

.connection-info-p-first > span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.connection-info-p-third {
  margin-bottom: 12px;
  gap: 8px;
  color: #848484;
  display: flex;
  background: #f0f1fa;
  height: 34px;
  padding: 6px 12px 6px 12px;
  gap: 8px;
  border-radius: 28px;
  opacity: 0;
}
.connection-info-p-second > span {
  /*  */
  /* font-size: 14px; */
  /* font-weight: 400; */
  line-height: 22.4px;
  text-align: left;
}

.third-second-container {
  display: flex;
  gap: 5px;
}

.citize-box-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card-citizen-body {
  padding: 16px 16px 16px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.rezervation {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  margin-top: 10px;
}

.rezervation a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--main-color);
}

.connection-info-p-second span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.subheader{
  padding: 10px 0 16px 0;
  font-size: 16px;
  font-weight: 400;
  color: #5E5F5F;
}
