
.story-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #F5F4FF;
}
.story-logo img {
    width: 236px;
    max-width: 80%;
}

.story-content {
    border-radius: 24px;
    padding: 40px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #E7E5FF;
}
.story-text {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 102px;
}
.story-author {
    margin-top: auto;
    padding-right: 80px;
}
.story-photo {
    border-radius: 16px;
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
    object-fit: cover;
}
.story-content .h6 {
    margin-bottom: 4px;
}
.pagintaion-story {
    position: absolute;
    bottom: 40px;
    right: 50%;
    margin-right: 55px;
    font-size: 20px;
    line-height: 28px;
    left: auto;
    right: 50%;
    margin-right: 48px;
    width: auto;
    white-space: nowrap;
}

.button-navigation--story {
    margin: 0;
    position: absolute;
    right: 40px;
    bottom: 40px;
    top: auto;
    left: auto;
    width: auto;
}

@media (max-width: 1199px) {
    
    .story-content {
        padding: 24px;
        border-radius: 16px;
    }
    .story-text {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .story-logo {
        height: 224px;
        padding: 40px 0 0 0;
        align-items: flex-start;
        margin-top: 8px;
    }
    .story-logo img {
        width: 134px;
        max-width: 100%;
    }
    .pagintaion-story {
        bottom: calc(224px + 8px + 24px);
        margin-right: 24px;
        right: 0;
        left: auto;
        top: auto;
    }
    .story-author {
        padding-right: 56px;
    }
    .button-navigation--story {

    right: 50%;
    bottom: 24px;
    top: auto;
    left: auto;
    transform: translateX(50%);
    z-index: 1;
}


}