﻿.why_travel_card.text-center {
    margin: 15px 0px;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
    position: relative;
    height: 100%;
    cursor: pointer;
    height: 300px;
}

.why_travel .why_travel_card img {
    height: 80px;
    max-height: 80px;
    min-height: 80px;
    object-fit: contain;
    margin: 0 auto 10px;
}

.why_travel .why_travel_card h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #232323;
    min-height: 48px;
    font-weight: 600;
}

.why_travel .why_travel_card p {
    font-size: 13px;
    line-height: 1.35;
}

.why_travel .why_travel_slider .why_travel_card::after {
    content: "";
    position: absolute;
    height: 100%;
    right: -10px;
    top: 0;
    width: 10px;
    background-image: url(../images/home/rightshadow.png);
    background-size: 100% 100%;
}

.section_heading_center h2 {
    text-align: center;
}

.owl-nav.disabled, .owl-dots.disabled {
    display: none;
}


.owl-nav {
    display: none!important;
}