.section-economic_calendar,
.section-economic_calendar>.container {
    padding: 0;
}

.locked {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 239px;
    padding-bottom: 239px
}

.locked_title {
    text-align: center;
    margin-bottom: 16px
}

.locked_text {
    text-align: center;
    color: var(--Text-secondary);
    margin-bottom: 24px
}

.locked_btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px
}
.locked_btn-wrap .btn{
    min-height: 52px;
}
.locked_btn-wrap .btn-secondary{
    border: none;
    text-decoration: underline;
    padding: 0;
    font-size: 16px;
}
.btn-secondary:hover, .btn-secondary:focus{
    background-color: transparent;
    color: inherit;
}

@media (max-width:1024px) {
    .section-economic_calendar{
        padding-top: 80px;
    }
    .locked {
        background-size: cover;
        padding-top: 266px;
        padding-bottom: 266px
    }
}

@media (max-width:640px) {
    .locked {
        padding-top: 240px;
        padding-bottom: 240px
    }
}