.Rental-prices th {
    background: #962344;
}


@media (max-width: 768px) {
	.rent-ship--desktop { display: none; }
    .Rental-prices .rent-ship-mobile th {
        padding: 10px 10px;
    }
    .Rental-prices .rent-ship-mobile tr:first-child th {
        min-width: 100%;
        max-width: 100%;
    }

    .Rental-prices .rent-ship-mobile tr:nth-child(2) th {
        width: 100%;
    }

    .Article-content-text__description.Article-content-text__description {
        margin-bottom: 35px;
        gap: 10px;
    }

    .Article-content-block__image.Article-content-block__image {
        height: auto;
    }

}

@media (min-width: 769px) {
	.rent-ship-mobile { display: none; }
   
}