@media screen and (max-width: 1400px) {
    .left-panel-content {
        height: 100px;
    }
    h1.title-first, .left-panel .title {
        font-size: 44px;
    }
    .right-panel h2 {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .right-panel input {
        height: 40px;
    }
    .right-panel img {
        margin: 0 auto 10px;
        height: 100px;
    }
}

@media screen and (max-width: 1250px) {
    .left-panel-content {
        height: 80px;
    }
    h1.title-first, .left-panel .title {
        font-size: 36px;
    }
    .guideline p, .link-link {
        font-size: 16px;
    }
    h3.guidelines-1 {
        font-size: 22px;
    }
    .right-panel img {
        margin: 0 auto 10px;
        height: 50px;
    }
    .right-panel input {
        height: 30px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    textarea#edit-message {
        height: 100px;
        margin-bottom: 0px;
    }
    #edit-actions-submit {
        margin-top: 30px;
    }
    input[type="file"] {
        position: absolute;
        left: 0;
        top: 16px;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        margin: 0px auto;
    }
    .left-panel, .right-panel {
        width: 100%;
        height: auto;
    }
    
    .left-panel {
        padding: 50px 100px 20px 120px;
    }
}

@media screen and (max-width: 767px) {
    .left-panel {
        padding: 20px;
    }
    textarea#edit-message {
        font-size: 14px;
    }
    .mobile_logo img {
        max-width: 22%;
        height: auto;
    }
    div#block-whistleblowing-logo {
        display: none;
    }
    .mobile_logo {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
 h1.title-first {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
}

.left-panel .title {
    font-size: 30px;
    font-weight: 700;
    color: #152C49;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 100%;
}
h3.guidelines-1{
        font-size: 20px;
}
.guideline p, .link-link{
        font-size: 16px;
        line-height: 21px;
}
.right-panel input, textarea{
    font-size: 14px;
}
.left-panel a{
    font-size: 14px;
}
button{
    margin: auto;
}
.left-panel-content {
height: 64px;

}
.guideline {
    margin-bottom: 0px;
}
.right-panel {
    padding: 30px 20px;
}
.right-panel h2 {
    margin-bottom: 10px;
}
article[data-history-node-id="1"] {
    padding: 40px;
    text-align: center;
}
.file-upload-text {
    font-size: 14px;
}
}

@media screen and (max-width: 400px) {
    .guideline p, .link-link {
        font-size: 14px;
        line-height: 18px;
    }
    .left-panel .title, h1.title-first {
        font-size: 24px;
    }
    .left-panel-content {
        height: 55px;
    }
}