#content-inner {
    flex-direction: column;
}

.card-order{
    justify-content: start;
    padding-top: 20px;
}

.footer-black {
    background-color: black;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    font-size: 10px;
}

.footer-black #footer-inner{
    align-items: center;
}

#header {
    border-bottom: 2px solid black;
    padding-top: 30px;
    padding-bottom: 30px;
}

#header-inner {
    align-items: center;
}

.logo {
    display: flex;
    justify-content: center;
    width: 33%;
}

.header-text {
    width: 33%;
    font-weight: 700;
    font-size: 14px;
}

.features-list {
    line-height: 32px;
}

.bold-barlow {
    font-size: 23px;
    font-family: "Barlow";
}

.barlow-26 {
    font-family: "Barlow";
    font-size: 26px;
    font-weight: 700;
}
