.main-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    height: 100vh;
    background-image: url('https://static.tildacdn.com/tild3361-3562-4132-a230-303765326563/1_1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}


.content {
    position: relative;
    flex: 0 0 auto;
    max-width: 100%;
    color: #fff;
    text-align: center;
}

.main-block .main-block__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}

.content .content__img {
    position: absolute;
    width: 160px;
    height: 164px;
    top: -75px;
    right: -50px;
}


.content .content__wrapper {
    position: relative;
    width: fit-content;
    margin: auto;
}

.content .content__img img {
    width:100%;
}

.content .content__title {
    flex: 1 1 100%;
    max-width: 100%;
}

.content .content__description {
    font-family: Open Sans;
    font-size: 22px;

    margin-top: 70px;
    margin-bottom: 50px;    
}

.content .content__link {
    color: #000000 !important;
    background-color: #ffffff;
    padding: 16px 42px;
    border-radius: 25px;
    box-sizing: content-box;
    display: inline-block;
    font-family: Open Sans;
    text-transform: uppercase;
}

.title {
    font-family: Cormorant Infant;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.title .title__item {
    display: block;
}

.title .title__item:first-child {
    font-size: 94px;
    letter-spacing: 2px;
}

.title .title__item:last-child {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 2px;
}

@media (max-width: 952px) {
    .title .title__item:first-child {
    font-size: 64px;
    }
    
    .content .content__img {
        position: absolute;
        width: 130px;
        height: 134px;
        top: -75px;
        right: -45px;
    }
    
    .title .title__item:last-child {
    font-size: 18px;
    }
    
    .content .content__description {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 30px;    
    }
    
    .main-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    height: 100vh;
    background-image: none;
    background-attachment: local;
    }
    
    .main-block__background-portrain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://static.tildacdn.com/tild3361-3562-4132-a230-303765326563/1_1.jpg');
    background-position: center;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    }
}
