@media (min-width: 992px) {
    .section-title-wraper {
        >p {
            padding: 0 170px;
		}
		.shuffle-letter-title-wraper {
            display: block;
            .shuffle-letter-title {
                display: block;
            }
		}
    }
}

@include potrait-tablet {
    .section-title {
        &.medium {
            font-size: rem(24px);
        }
    }
    .section-title-wraper{
        &.version-4 {
            .section-title {
                margin-left: 0;
                &::before {
                    display: none;
                }
            }
        }
        &.version-5 {
            .section-title {
                font-size: rem(15px);
            }
        }
    }
    .shuufle-letter-title {
        display: none;
    }
    .mask-title {
        font-size: rem(60px);
    }
}