body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.main-header{
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 35px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #bcaf10;
    margin-bottom: 0;
}

#bullets-page-list{
    width: 100%;
    height: 100%;
    background-color: #161616;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 46px;
}

#bullets-page-list .row{
    width: 80%;
}

#bullets-page-list .row .col{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    #bullets-page-list .row{
        width: 100%;
    }
}

@media screen and (min-width: 1450px) {
    #bullets-page-list .row{
        width: 65%;
    }
}