.card-body-why-us hr {
    width: 35%;
    border: 0.11rem solid orange; /* Adjust the thickness of the border as needed */
    margin: 0 auto; /* Center the hr within its container */
}
 
.card-body-why-us .card-title {
    font-family: 'Montserrat', sans-serif; /* Set font family to Montserrat */
    font-weight: bold !important; /* Apply bold font weight */
}

.card-body-why-us .card-title {
    transition: font-size 0.3s ease-in-out; /* Add transition for font size change */
}

.card-body {
    padding: 5px !important;
}

.card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}

.card-tours {
    transition: transform 0.5s ease;
}

.card-tours:hover{
    transform: scale(1.1);
}
