.Vessels-comfort-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px;
    background: #f5f5f5;
    align-items: start;
    justify-content: space-between;
    gap: 100px;
}

.Vessels-comfort-box {
    display: flex;
    flex-direction: column;
}

.Vessels-comfort-text {
    margin-top: 420px;
}

.Vessel-comfort-list .Vessel-comfort-item p {
    max-width: 70%;
}

.Vessel-comfort-item__svg.Vessel-comfort-item__svg {
    width: 100%;
    height: 100%;
}


.Vessel-comfort-item__link {
    color:black;
}



@media (max-width: 1740px) {
    .Vessels-comfort-wrapper {
        gap: 50px;
    }
}

@media (max-width: 1180px) {
    .Vessels-comfort-wrapper {
        flex-direction: column;
        padding: 60px 40px;
        align-items: start;
        justify-content: space-between;
        gap: 0px;
    }

    .Vessels-comfort-box {
        flex-direction: row;
        gap: 150px;
    }

    .Vessels-comfort-text {
        margin-top: 20px;
    }
}


@media (max-width: 745px) {
    .Vessels-comfort-wrapper {
        padding: 40px 20px;
    }
  
    .Vessels-comfort-box {
        flex-direction:column;
        gap: 30px;
    }
}



/* .Vessel-comfort-item p {
    max-width: 441px;
} */

.Vessel-comfort-wrapper.Vessel-comfort-wrapper {
    min-height: 1200px;
}


img.View-slider-slide {
    height: 100%;
    width: 100%;
}

.Vessel-preview-title.Vessel-preview-title {
    width: 75%;
}

.Vessel-preview-text.Vessel-preview-text {
    width: 75%;
}

.Vessel-preview-capacity__item-number.Vessel-preview-capacity__item-number {
    white-space: nowrap;
}


.Vessel-about-item.Vessel-about-item {
    height: auto;
}

@media (max-width: 1180px) {
    .Vessel-preview-capacity.Vessel-preview-capacity {
        justify-content: space-around;
    }

    .Vessel-comfort-wrapper.Vessel-comfort-wrapper {
        min-height: 650px;
    }

}

@media (max-width: 745px) {
    
}


@media (max-width: 480px) {
    .Vessel-preview-capacity.Vessel-preview-capacity {
        height: 75px;
        padding: 10px 15px 10px 15px !important;
        gap: 25px;
    }

    .Vessel-preview-capacity__item-number.Vessel-preview-capacity__item-number {
        font-size: 16px;
    }
}

