.tour-container {
    padding-top:100px;
    padding-bottom: 150px;;
}

.tour-card-box {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.tour-card-mesage {
    margin-bottom: 30px;
    background-color: #fff !important;
    padding: 30px 20px 20px 20px;
    /* border: solid 1px #2a3b8112; */
    
    height: 129px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: -15px;
}

.tour-card-box img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height:270px;
    border-radius: 15px;
}

.tour-card-box h3 {
    font-size: 20px;
    margin-bottom: 3px;
}

.tour-card-box span {
    font-size: 12px;
}

.tour-card-box a {
    text-decoration: none;
    color: #2a3b81;
}