.bloky,
.bloky a {
    text-align: center;
}

.bloky {
    position: relative;
    width: 100%;
    padding: 60px 0 ;
    line-height: 140%;
}

.blok img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 150px;
    height: auto;
}

a.blok {
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    width: 30%;
    position: relative;

}

.blok h3 {
    color: #c39f00;
    font-size: 200%;
    padding: 30px 0 0 0;
}

.blok img {
    width: 150px;
    height: auto;
}


.tab_content {
    display: none;
}

.bloky a {
    margin-right: 10px;
    cursor: pointer;
  }

 .nav-links img {
    width: 100px;
    height: auto;
}
.nav-links  h3 {
    color: #c39f00;
    font-size: 130%;
    padding: 30px 0 0 0;
}
.nav-links a.active h3, .nav-links a:hover h3 {
    color: #000;
  }


.finance {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  margin: 0 auto;
  padding: 160px 0 60px 0;
  text-align: left;
}

.finance > div > div {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
}

.finance > div > div img {
    padding: 10px 0 0 0;
  width: 60px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.finance > div > div .nadpisbl {
  display: block;
  font-size: 100%;
  font-weight: normal;
    font-size: 90%;
}

.finance .nadpisbl > span {
  padding: 5px 0 0;
  display: block;
  font-weight: bold;
  color: #c39f00;
  font-size: 200%;
}
.finance > div:first-child > div {
  padding: 0 40px 0;
  font-weight: bold; 
  font-size: 220%;
  line-height: 110%;
}



@media only screen and (max-width:768px) {
    .bloky a {
        width: 60%;
    
    }

    .blok img {
        width: 100px !important;
        height: auto;
    }

   .finance {
        grid-template-columns: 1fr;
   }
}

@media only screen and (max-width:480px) {
    .bloky a {
        width: 90%;
        padding: 0 0 50px 0
        
    }
    .bloky a:last-child {
        padding: 0
    }
    .blok h3 {
        padding: 0;
    }
}