/*----------------*/
/* BULLETS SECTION */
/*----------------*/

/*--- General ---*/
.bullets-section {
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bullets-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bullets-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bullets-headline {
    text-align: center;
    margin: 0;
}

/*--- Mobile ---*/
@media only screen and (max-width: 768.99px) {

}

/*--- Desktop ---*/
@media only screen and (min-width: 769px) {
    .bullets-container {
        max-width: 800px;
    }
}