
p {
    text-align: justify;
}

img {
    border-radius: 5px;
}

.sidebar {
    border-radius: 5px;
    padding: 2rem;
}

.shadow {
    box-shadow: 0 0 5px rgba(21, 19, 19, .4);
}

.record-details {
    padding: 4rem 0 2rem 0;
}

.record-details h1 {
    font-size: 3rem;
}

.title {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.price-box {
    padding: 1rem 0;
}

#priceDiv {
    text-align: center;
    font-size: 2.5rem;
}

.date-ul li {
    width: 100%;
    display: flex;
    place-content: space-between;
}

.travel-section h1 {
    color: var(--main-color);
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.tab-pane {
    padding: 1rem;
    border-width: 0 var(--bs-border-width) var(--bs-border-width) var(--bs-border-width);
    border-style: solid;
    border-color: var(--bs-border-color);
}

.tab-pane ul {
    margin-left: 1rem;
}

.tab-pane li {
    list-style: disc;
    margin-bottom: .5rem;
}

