.baking-page__banner{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: calc(100vh - 310px);
    height: calc(var(--viewport-height) - 310px - var(--added-small-value));
    background-size: cover;
    background-position: center 30%;
    position: relative;
    max-height: 820px;
    min-height: 320px;
}
.baking-page__banner::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.baking-page__banner-wrapper{
    position: relative;
    text-align: center;
    margin-bottom: 6.4%;
    max-width: 90%;
}
.baking-page__banner-title{
    color: white;
    font-size: 58px;
    line-height: 72px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.baking-page__banner-title--shadow{
    text-shadow: 1px 1px 5px rgba(2, 23, 74, 1);
}
.baking-page__banner-subtitle{
    color: white;
    font-size: 18px;
    line-height: 28px;
}