.btn-speaker-more {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 15px;
    background-color: #007bff; /* kolor Twojej strony */
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}
.btn-speaker-more:hover {
    background-color: #0056b3;
}
@media (max-width: 767px) {
.schedule__time {
  width: 70px;
}}
.img-w20 img{
width: 20%;
}
.img-w30 img{
width: 30%;
}
.img-w50 img{
width: 50%;
}
.img-w60 img{
width: 60%;
}
@media (max-width: 767px) {
.img-w30 img {
  width: 100%;
  margin-left: 120px;
}}
@media (max-width: 767px) {
.img-w20 img {
  width: 100%;
  margin-left: 120px;
}}
.show-only-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .show-only-mobile {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .mobline {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .banner__desc {
    font-size: 49px;
  }
}
@media (max-width: 700px) {
.banner__title {
    font-weight: bold;
    font-size: 22px;
}}

@media (max-width: 700px) {
.banner__desc {
    font-size: 25px;
}}
.page-header .page-header__title {
    color: #fff;
    
}
.footer {
    width: 100%;
    background: #232d2f;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 0;
    text-align: left;
}
.navbar-inverse {
    
    border-color: #ccc;
}

.page-header {
    background-image: url('/conf-data/Uwaznosc-konferencja2026/images/podstrona.jpg');
    
}