/* -- LAYOUT -- */

.boasts .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.boasts .icon {
    align-self: flex-start;
}

/* -- STYLING -- */

.boasts.fastener  {
    background-color: #ee1d25;
}

.boasts .item {
    text-align: left;
}

.boasts .title {
    font-family: 'Roboto Bold';
    font-size: 23px;
    color: white;
}

.boasts .body {
    font-size: 12px;
    color: white;
}

/* -- SPACING -- */

.boasts .icon {
    margin-bottom: 20px;
}

.boasts .title {
    margin-bottom: 10px;
}

.boasts .title,
.boasts .body {
    max-width: 230px;
}
