.vc-tourby-tour-picture-wrap {
    display: inline-flex;
    align-items: center;
    background: white;
    color: black;
    padding: 4px 20px;
    padding-left: 7px;
    margin: 16px 14px;
    border-radius: 48px;
    text-align: center;
    font-size: large;
}
.vc-tourby-tour-picture-wrap img {
    object-fit: cover;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}
.vc-tourby-tour-card-header {
    margin-bottom: 10px !important;
    overflow: unset !important;
}
.vc-tourby-tour-card-header > img {
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    bottom: -30px;
    left: 11px;
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.vc-tourby-tour-card-rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -28px !important;
    margin-right: -14px;
}
.vc-tourby-tour-card-header + .tourmaster-tour-content-wrap .vc-tourby-tour-card-rating
{
    margin-top: -40px !important;
}
.vc-tourby-tour-card-rating > span {
    font-weight: bold;
    color: black;
}
.vc-tourby-mb-50 {
    margin-bottom: 50px;
}
.vc-tourby-tour-card-header .vc-tourby-text
{
    margin-left: 85px;
    bottom: -10px;
    position: absolute;
    z-index: 1;
}