.collection-description {
    display: flex;
    justify-content: center;
}

.collection-description.cd__align-left {
    justify-content: flex-start;
}

.collection-description.cd__align-right {
    justify-content: flex-end;
}

.collection-description p {
    margin-bottom: 15px;
}

.collection-description h1,
.collection-description h2,
.collection-description h3,
.collection-description h4,
.collection-description h5,
.collection-description h6 {
    margin-bottom: 20px;
    margin-top: 0;
}