.show-text-module {
    margin-bottom: 40px;
}

.show-text-module__item-text > p {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 18px;
    color: #333333b3;
    font-weight: 400;
}

.show-text-module__item-text > p strong {
    color: #333333;
    font-weight: 400;
}

@media screen and (max-width: 1023.98px) {
    .show-text-module {
        margin-bottom: 20px;
    }
}