.home-cruise-head {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -237px;
    width: 100%;
}

.home-cruise {
}

    .home-cruise .grid.wide {
        max-width: 1440px;
        padding: 0;
    }

.home-cruise-container {
    position: relative;
    width: 100%;
}

.home-cruise-item {
    display: flex;
}
.home-cruise-item:hover .home-cruise-img img {
    transform: scale(1.04);
}
    .home-cruise-item:nth-child(even) {
        flex-direction: row-reverse;
    }

.home-cruise-img {
    width: 50%;
    overflow: hidden;
}
.home-cruise-img img {
    transition: all .3s;
}

.home-cruise-content {
    position: relative;
    width: 50%;
}

    .home-cruise-content h3 {
        z-index: 2;
        position: relative;
        margin: 0;
        color: var(--color-1);
        font-weight: 100;
        font-family: 'avertaSB';
        text-transform: uppercase;
        font-size: 32px;
        padding: 0 75px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-top: 53px;
    }

    .home-cruise-content section {
        line-height: 150%;
        position: relative;
        z-index: 2;
        padding: 0 75px;
        padding-left: 95px;
        color: #fff;
        font-size: 16px;
        font-weight: 100;
        margin-top: 22px;
        text-transform: capitalize;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

        .home-cruise-content section p {
            position: relative;
            margin: 0;
        }

            .home-cruise-content section p::before {
                content: "";
                position: absolute;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background-color: #fff;
                top: 11px;
                left: -15px;
            }

        .home-cruise-content section ul {
            margin: 0;
            list-style: none;
        }

            .home-cruise-content section ul li {
                position: relative;
            }

                .home-cruise-content section ul li::before {
                    content: '';
                    position: absolute;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background-color: #fff;
                    top: 11px;
                    left: -15px;
                }

    .home-cruise-content .img {
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-cruise-content h3 {
        padding: 0 20px;
        padding-top: 20px;
        font-size: 24px;
    }

    .home-cruise-head {
        display: none;
    }

    .home-cruise-content section {
        padding: 0 29px;
        -webkit-line-clamp: 7;
        line-height: 180%;
        margin-top: 12px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .home-cruise-content {
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
    .home-cruise-item {
        flex-direction: column !important;
    }
    .home-cruise-img,
    .home-cruise-content {
        width: 100%;
    }
    .home-cruise-content h3{
        font-size: 20px;
    }
        .home-cruise-content section{
        font-size: 12px;
    }
}
