.showcase-title p {
    color: var(--dark-text);
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 3px solid var(--sprit-blue);
    margin: 100px 0 50px 0;
    padding-bottom: 14px;
}

.showcase-subtitle {
    color: var(--university-blue);
    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;
}