.hero {
    background-image: url(https://borrowourbikes.com/wp-content/uploads/2022/11/Cover-BOB.png);
    height: 500px;
    background-position: top center;
    display: flex;
    align-items: center;
}

.white {
    background-color: white;
        box-shadow: 0px 3px 10px #00000078;
}

.hero-content p {
    font-size: 1.3rem;
}

.lined h1 {
    margin: 0 0 0 -46px;
    font-weight: 900;
}

.hero-content {
    background-color: #ffffffd9;
    display: inline-block;
    margin: auto;
    border-radius: 10px;
    padding: 1rem;
}

.bg-dark {
    background-color: #4cb8f1!important;
    padding: 15px;
}

section.features img {
    max-width: 300px;
}

section.features {
    padding: 2rem 0 2rem 0;
}

section.features img {
    max-height: 230px;
}

.tabled table {
    width: 650px;
}

.tabled table td {
    padding: 5px;
    border: 1px solid #0a204166;
}

.tabled {
    overflow-x: auto;
        max-width: 100%;
}


td#days {
    width: 200px;
}

td.brand {
    width: 150px;
}

td.brand, #days {
    background: #0d6efd;
    color: white;
}
.tabled table td:nth-child(1) {
    background: #dbdbdb;
}