.overview-image {
    min-height: 500px;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.gallery-img {
    display: block;
}

.gallery-img img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}

.blaze-navigation button {
    background-color: #fff;
    border: 2px solid #000;
    height: 50px;
    width: 50px;
    font-size: 25px;
}

.blaze-slider.static .blaze-navigation button {
    display: none;
}

.blaze-slider .blaze-navigation {
    position: absolute;
    width: 100%;
    bottom: calc(50% + 25px);
}

.blaze-navigation .blaze-prev {
    position: absolute;
    left: -25px;
}

.blaze-navigation .blaze-next {
    position: absolute;
    right: -25px;
}

@media only screen and (max-width: 700px) {
    .blaze-navigation .blaze-prev {
        left: 10px;
    }

    .blaze-navigation .blaze-next {
        right: 10px;
    }
}

.tour {
    border: 1px solid #c0c1c4;
    display: flex;
    flex-direction: column;
}
.tour .p-3 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tour img {
    object-fit: cover;
    min-height: 250px;
    width: 100%;
}

.tour h5 {
    font-weight: 500;
}

.tour span {
    float: right;
    font-weight: bold;
}

.tour .btn {
    display: block;
    text-transform: capitalize;
}

#breadcrumbs {
    margin-left: 0!important;
    margin-right: 0!important;
}