.line-height-2 {
    line-height: 2rem !important;
}

.sp-image {
    margin-block: 16px;
    display: flex;
    justify-content: center;
}
.sp-image img {
    max-width: 800px;
    height: auto;
}
.sp-video video {
    max-width: 800px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}