.agent__container .agent__picture img {
    display: block;
    margin: 0 auto;
}

#contactAgentForm input[type="submit"] {
    padding: 1rem 2.5rem;
}

span.nip:before {
    content: "NIP";
}

agent__container {
    position: relative;
}

.heading--decorator, .agent__container_padding, .description-top, .description-bottom, .contactForm {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 6px 13px 0px #ddd;
}

.agent__container .about > small {
    display: flex;
    justify-content: end;
}

.agent__container_padding {
    border-right: none !important;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.border-right-part:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 15%;
    border-right: 3px solid;
}

.border-right-part:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 15%;
    border-right: 3px solid;
}