/* ==================== */
/* GENERAL        */
/* ==================== */
.another-section-title {
    text-align: center;
    margin: 0px 0 30px;
    font-size: 1.2rem;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.another-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================ */
/* ESTILOS DE NOMBRE DEL ITEM   */
/* ============================ */
.another-item-name {
    display: block;
    margin-top: 10px;
    font-size: 0.85rem;
    color: #444;
    font-weight: 1;
    text-align: center;
    line-height: 1.2;
}