.its-styleguide-text {
    width: 100%;
}

.its-styleguide-text-main-heading {
    margin-bottom: 40px;
}

.its-styleguide-text-subheading {
    color: var(--color1, #1D3260);
    margin-top: 30px;
    margin-bottom: 20px;
}

.its-styleguide-text p {
    margin-bottom: 20px;
}

.its-styleguide-text ol {
    margin-bottom: 25px;
    padding-left: 20px;
}

.its-styleguide-text ol li {
    margin-bottom: 10px;
}

.its-styleguide-text .its-btn-primary {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
}

.its-styleguide-text-link {
    text-decoration: underline;
}

.its-styleguide-text-link:hover {
    opacity: 0.8;
}
