body { min-height: 1024px; } .glide__bullets { bottom: 4em; } .glide__bullet { background-color: rgba(255, 255, 255, 0.5); width: 8px; height: 8px; padding: 0; border-radius: 50%; } .glide__bullet--active { background-color: #fff; }.py-4 .text-primary img{width: 160px;}

.prose p{
    margin-bottom: 1rem;
    line-height: 36px;
    font-size: 18px;
    text-indent: 2em;
}

.prose h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 2rem;
    margin-top: 2rem;
}

.prose h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    margin-top: 2rem;
}

.prose img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
    
}