
@import url("../mercury/style.css");



.bocka__block_title {
    width: max-content;
    margin: 0 auto 10px;
    background-color: rgba(200, 200, 200, .5);
    padding: 10px;
    border-radius: 10px;
}

.bocka__subtitle {
    font-size: 44px;
    line-height: 48px;
    text-shadow: 4px 3px 5px black;
}

@media screen and (max-width: 1200px) {
    .bocka__subtitle {
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (max-width: 600px) {
    .bocka__subtitle {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (max-width: 540px) {
    .bocka__subtitle {
        font-size: 22px;
        line-height: 24px;
    }
}    

/* Custom styles end */