#header-slides {
    max-height: 400px;
    overflow: hidden;
}

header h1 {
    font-size: 24px;
    font-weight: bolder;
}

header h5 {
    color: #ccc;
}

body {
    font-family: Inter, serif;
}
nav span {
    font-size: 24px;
}

.list-group-item .active {
    background-color: #C6281C;
}

#content-info-slider {
    padding: 10px;
    box-sizing: content-box;
}

#content {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#packages {
    margin-bottom: 20px;
}

#contact {
    background-color: #EDF110;
}