@media screen and (min-width: 1200px) {
img.confLogo
 {
    width: 1600px;
    margin-left: -240px;
}
}

.conference-title-link {
    padding: 0 !important;
}

.conference-title-link span {
    display: none;
}

.confSubTitleBox {
    display: none;
}

a.button-1-prz {
    border: 2px solid #30466a;
    padding: 10px 40px;
    background: #070b25;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 8px 7px 14px 0px #0d2ea680;
    text-align: center;
    transition: all .5s ease-in-out;
    border-radius: 7px;
}

a.button-1-prz:hover {
    background: #1a64a0;
    border: 2px solid #1a64a0;
    box-shadow: 15px 11px 14px 0px #1a64a0b0;
}

a.button-2-prz {
    border: 2px solid #1a64a0;
    padding: 10px 40px;
    background: #1a64a0;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 8px 7px 14px 0px #1a64a0b0;
    text-align: center;
    transition: all .5s ease-in-out;
    border-radius: 7px;
}

a.button-2-prz:hover {
    background: #070b25;
    border: 2px solid #30466a;
    box-shadow: 15px 11px 14px 0px #0d2ea680;
}

.editor-output img {
    max-width: 100%;
    box-shadow: 20px 20px 20px 0px #0d2ea62e;
}

h1 {
    color: #2e2e57;
    font-size: 38px;
}

p {
    font-size: 21px;
    text-align: justify;
    color: #30466a;
}

.description li {
    font-size: 20px;
    line-height: 30px;
    color: #30466a;
}

.description .col2-prz {
    width: 50%;
    display: block;
    float: left;
}