/* Sides Styles */

/* Container for the sides */
.sides {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}

/* Styling for the item title (h3) */
.sides h3 {
    font-family: 'Alegreya Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #FFFFFF !important;
    line-height: 1.4em;
}

/* Styling for the item description (p) */
.sides p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

/* Styling for the divider (hr) */
.sides hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 20px 0;
}
