._places ._image img {
    border-radius: 18px 18px 0px 0px;
    aspect-ratio: 6 / 4;
}

._place_content {
    background-color: white;
    border-radius: 0px 0px 18px 18px;
    box-shadow: 1px 1px 60px #e7e7e7;
    padding: 15px;
}

._explore_tours {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: #f4f4fb;
    border: 1px solid #dadbf0;
    border-radius: 10px;
    padding: 20px;
}
._popular_destinations .title {
    position: absolute;
    left: 0;
    color: white;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

._wrapper .actions {
    position: absolute;
    top: 19px;
    left: 0;
    display: flex;
    width: 92%;
    margin: 0px 15px;
}

.actions ._custom_card {
    box-shadow: unset;
}