/**
 * Frontend styles for Nanotech Produkt Section 3 block
 */


.sluzba-bg-2 {
    background-image: url(../img/rectangle.svg);
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-x
}

.sluzba-bg-1 {
    padding-top: 40px;
    padding-bottom: 95px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 50px;
}


