#vakansii .nav-tabs li {
    width: 16.66%;
    padding: 0.8vh;
}

.sectionTitle {
    text-transform: uppercase;
    font-size: 2.5vh;
    margin-bottom: 0.5vh;
    line-height: 3.5vh;
}

.newsContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem 1rem;
}

.newsContainer>* {
    margin: 1rem 0;
}

@media screen and (max-width: 400px) {
    .newsContainer {
        display: block;

    }
}

#swiper0 {
    height: 95vh
  }

  #swiper0 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.block{
    display: block !important;
}

.mlogo {
    max-width: 40%;
}