.text-l {
    font-weight: 500;
}

.text-xl {
    font-size: 18px;
    font-weight: 500;
}
/*

.image-box {
    display: block;
    position: relative;
    padding-top: 75%;
}

.image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

figure {
    margin: 0;
}

figcaption {
    margin-top: 0.8rem;
    font-size: 13px;
    line-height: 1.2307692308;
    color: #899ab7;
}*/
