@media screen and (min-width: 480px) {
    #darbastus-section-3-images {
        position: relative;
        height: 50vh;
    }

    #darbastus-section-3-images img {
        max-width: 32.5vw;
        max-height: 100%;
    }

    #darbastus-section-3-content {
        text-align: center;
    }
}