.darbastus-section-darbastus-container {
    margin: 12vh auto 0 auto;
    width: 100vw;
    text-align: center;
}

.darbastus-nav-container-mobile {
    position: fixed;
    opacity: 1;
}

.darbastus-nav-container-mobile a {
    margin: auto 15px;
    transform: scale(1.25);
}

.darbastus-nav-container-mobile button {
    appearance: none;
    background-color: transparent;
    border: none;
    color: white;
}

.darbastus-section-darbastus-image {
    max-width: 80%;
    border-radius: 5px;
}

@media screen and (min-width: 1367px) {
    .darbastus-section-darbastus-container {
        width: 60vw;
    }

    .darbastus-section-darbastus-image {
        max-width: 60%;
    }

}

.darbastus-section-darbastus h2 {
    margin-top: 5vh;
}