@media (max-width: 768px) {
    .btn-more {
        position: relative;
        left: 40px; 
        display: inline-block;

        transform: translateY(-70px);
    }
}
.btn-more {
    display: inline-block;
    padding: 7px 16px;
    background: #777;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;

    transform: translateY(-70px);
}

@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');
    
}