.storyblock-text-right {
    margin: 60px 0;
}

.storyblock-text-right h2 ,
.storyblock-text-right .subtitle,
.storyblock-text-right .description {
    text-align: left;
}

.storyblock-text-right .subtitle {
    text-transform: uppercase;
}

.storyblock-text-right .text-wrapper {
    padding: 0 50px;
}

.storyblock-text-right .subtitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .storyblock-text-right .text-wrapper {
        padding: 0;
        margin: 20px 0;
    }
}