@media (max-width: 1280px) {}

@media (max-width: 991px) {
    .section {
        padding: 2rem;
    }
    .section-features-item {
        border-right: 1px solid var(--border-color);
    }
    .section-features-item:nth-child(4), .section-features-item:nth-child(5) {
        border-bottom: 0;
    }
    .half-post-entry .img-bg, .half-post-entry .contents {
        width: 100%;
        height: auto;
    }
    .half-post-entry:first-child .img-bg, .half-post-entry:first-child .contents {
        height: auto;
        width: 100%;
    }
    .half-post-entry .contents, .half-post-entry:first-child .contents {
        padding: 1rem;
    }
    .half-post-entry .img-bg, .half-post-entry:first-child .img-bg {
        height: 300px;
    }
    .articles-list {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.6rem;
    }
    .flag {
        padding: 2rem 1rem;
    }
    .signin-section .btn-signin {
        margin-top: 1rem !important;
    }
    #btn-login-modal-show {
        margin-top: 2rem;
    }
    .needs-validation-login {
        margin-bottom: 2rem;
    }
    .login-modal .left {
        padding: 0 !important;
        border-right: 0;
    }
    .login-modal .modal-body {
        padding: 0 !important;
        margin: 0 !important;
    }
    .modal-content {
        padding: 1rem !important;
    }
    .home-header {
        margin-top: 1rem;
    }
    .shortened-link-section .link .list-group-item .right-block a {
        display: block;
    }
    .qrcode-link {
        margin-bottom: 1rem;
        width: 40px;
    }
    .btn-signin {
        margin-top: 2rem;
        width: 100%;
    }
    .logo {
        width: 130px;
    }
}
