:root{
    --font-30: 30px;
}
.mixed-block.cw-fe-holder  {
    display: flex;
    gap: .5rem;
max-width: 1200px;
    margin: auto;
}
.cw-fe-holder > .grid-6 {
    width: calc(50% - 0px);
}
.cw-fe-holder .grid-12 {
    width: 100%;
}
.cw-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.cw-row .grid-6 {
    width: calc(50% - 5px);
}
.cw-bg-img {
    height: 357px;
    display: flex;
    align-items: end;
    padding: 14px;
    position: relative;
}
.cw-bg-img h4 {
    font-size: var(--font-30);
}
.cw-row a {
    text-decoration: none;
    color: #fff;
}
.cw-row p.content-tl {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    line-height: 28px;
    font-family: helvetica;
    font-size: 12px;
    height: 30px;
    padding: 0 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.cw-bg-img.zoom:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 0;
    left: 0;
    background-image: linear-gradient(0deg, black, transparent);
}
.card .card-content h4 {
    color: #fff;
    margin-bottom: 10px;
}
.cw-bg-img .card-content p img {
    width: 16px;
    margin-left: 5px;
    margin-right: 5px;
    filter: brightness(0) invert(1); /* Makes the image white */
}
.card-content.content-bl p:last-child img {
    margin-bottom: -4px;
}

.card-content.content-bl {
    z-index: 1;
}
.cw-row a:hover {
    color: #fff;
}
.cw-bg-img .card-content p {
    margin: 0;
    font-size: 13px;
}
.card-content .cw-tour-icon {
    max-width: 20%;
}
.cw-tour-types-shortcode-container .cw-row{
    gap: 0;
}
.cw-tour-types-shortcode-container img.cw-tour-icon {
    position: absolute;
    top: -45px;
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    left: 50%;
    margin-left: -45px;
    z-index: 1;
}
.cw-tour-types-shortcode-container .grid-3 a {
    position: relative;
}
.cw-tour-types-shortcode-container .cw-bg-img {
    transform: scale(1);
    transition: transform .2s ease-in-out;
}
.cw-tour-types-shortcode-container .cw-tour-type {
    overflow: hidden;
}
.cw-tour-types-shortcode-container .mixed-block.cw-fe-holder {
    display: flex;
    gap: .5rem;
    max-width: 100%;
    margin: auto;
}
.cw-tour-types-shortcode-container .grid-3 a:hover  .cw-bg-img.zoom {
    transform: scale(1.02);
    animation: transform .2s ease-in-out;
}
.cw-row .grid-3 {
    width: calc(25% - 0px);
}
.cw-tour-types-shortcode-container .cw-bg-img {
    height: 357px;
    display: flex;
    align-items: end;
    padding: 14px;
    position: relative;
    justify-content: center;
    padding-bottom: 50px;
}


@media only screen and (max-width:767px){
    .cw-row .col50 {
    width: calc(50% - 0px);
}
.cw-tour-types-shortcode-container .cw-bg-img {
    height: 210px;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
}




