.nav-link p  {
  font-size: 10px;
  line-height: 11px;
  margin-top: 5px;
 
} 

.kr-sub-tex {
  color: rgb(163, 163, 163)!important;
}


.dropOut ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dropOut li a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

.dropOut li {
  display: flex;
  flex-direction: column;
}

.header-text-cta-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  
}
.list-group {
  margin-top: 30px;
}
.publikacje-lista .list-group-item  {
  color: #141F41;
  font-size: 14px;
  font-weight: 600;
}
.header-cta-top {
  font-size: 12px;
  font-weight: 600;;
  background-color: #fff;
  border-radius: 7px;
  padding: 4px 10px;
  color: #141F41;
  transition: all 0.3s ease-out;
  border: 1px solid #fff;

}
.header-cta-top:hover {
  background-color: #141F41;
  color: #fff;
   border: 1px solid #273E86;

}

.dropOut li a:hover {
  text-decoration: underline;
  color: #EA0110;
}

.rx-col li {
    font-size: 16px;
    line-height: 32px;
    color: #373e53;
}