.sub-contact.contact-form {
    background-color: #080808 !important;
}
#bemutatkozas {
    position: relative;
}
#bemutatkozas .container {
    z-index: 2;
}
#bemutatkozas::after {
    content: "";
    width: 85px;
    height: 116px;
    background-image: url(/userfiles/domain248/3/5/35806b57cdea8fa068b3caad21159ff0.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -58px;
}
#bemutatkozas::before {
    content: "";
    width: 85px;
    height: 116px;
    background-image: url(/userfiles/domain248/b/3/b312e50a6e6de0754b363da7d1612dc9.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -58px;
}

@media (max-width: 1200px) {
    #bemutatkozas::after, #bemutatkozas::before {
        display: none;
    }
}    
