.showcase-title {
    background-color: var(--broncbuster-brown);
    color: var(--white);
    text-align: center;
    padding: 20px 20px;
    margin: 94px 0 54px 0;
}

.showcase-title p {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.showcase-subtitle {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.showcase-fonts,
.showcase-colors {
    display: grid;
    row-gap: 45px;
}

.showcase-fonts span:first-of-type,
.showcase-colors span:first-of-type {
    font-weight: bold;
}

.showcase-fonts span,
.showcase-colors span {
    display: block;
}

.showcase-fonts .col-12 {
    display: grid;
    align-items: center;
}

.showcase-color_box {
    width: 100%;
    height: 150px;
    border: 1px solid lightgray;
    margin-top: 20px;
    margin-bottom: 6px;
}