.tour-img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
}

.vehicle-title {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
}

.vehicle-description {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2px;
    text-align: justify;
}

.img-fluid {
    max-height: 500px;
    object-fit: cover;
}

.img-container{
    max-inline-size: 100%; /*responsive size for images on smaller screens - cancels overflow*/
    margin: auto;
    width: 725px;
    height: 350px;
}

.img-container img{
    max-width: 100%;
    height: 100%;
}