.sb-content p:not(:last-child) {
    margin-bottom: 15px;
}
.sb-content h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--mc-color-black);
    margin: 20px 0;
}

.sb-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0;
}
.sb-content p {
    font-size: 18px;
    color: #010200;
}

@media (max-width: 767px) {
    .sb-content h2 {
        font-size: 28px;
    }
    .sb-content h3 {
        font-size: 20px;
    }
    .sb-content p {
        font-size: 16px;
    }
}