.text__blog {
    position: relative;
    z-index: 2
}
.text__blog h1 {
    margin-bottom: 1.25rem;
    font-weight: bolder;
}
.text__blog h2,
.text__blog h3,
.text__blog ol,
.text__blog ul {
    margin-bottom: 1.25rem;
}
.text__blog h3,
.text__blog h2 {
    margin-top: 1.5rem;
}
.text__blog ol,
.text__blog ul {
    list-style-type: disc;
    margin-left: 1.25rem;
}
.text__blog p {
    margin-bottom: .5rem;
}