.basic-text {
    /* padding: 0 var(--container-space) 1.5rem var(--container-space); */
    /* margin-top: 2.5rem; */
}

.basic-text h2,
.basic-text h3,
.basic-text h4 {
    font-family: var(--font-family-body);
    font-weight: 500;
}

.basic-text h2 {
    font-size: 2rem;
    line-height: 100%;
    margin-bottom: 2.5rem;
}

.basic-text h2:not(:first-child) {
    margin-top: 3.5rem;
}

.basic-text h3 {
    font-size: 1.5rem;
    line-height: 100%;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

.basic-text h4 {
    font-size: 1.375rem;
    line-height: 100%;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

.basic-text a {
    color: #2377FF;
}

.basic-text p:not(:last-child) {
    margin-bottom: 1rem;
}

.basic-text p {
    line-height: 140%;
}

.basic-text ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}


.basic-text ul li,
.basic-text ol li {
    line-height: 140%;
    margin-bottom: 0.2rem;

}

.basic-text>ul {
    list-style: disc;
}

.basic-text ul li ul {
    margin-top: 1rem;
    list-style: disc;
}

.hw-blog-media .basic-text .hw-button.button-border>i {
    background: var(--header-background);
}

.basic-text .hw-button-container+h2,
.basic-text .hw-button-container+p+h2 {
    margin-top: 2rem;
}

.basic-text img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}


@media (max-width: 1100px) {}

@media (max-width: 992px) {
    .basic-text h2 {
        font-size: 1.75rem;
    }

    .basic-text h3 {
        font-size: 1.25rem;

    }
}

@media (max-width: 768px) {}