.reservation-header {
    text-align: center;
}
.reservation-header__subtitle {
    margin-top: 7px;
}
.reservation-header__subtitle ul{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.reservation-header__subtitle ul li {
    position: relative;
}
.reservation-header__subtitle ul li:not(:last-child)::after {
    content: "";
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEMSURBVHgBnVIrqAJBFL37MGrf9/L7tIeIwWT2A9qsBqNBoyImBcGkiJgWETT4SYJgMmgVsYpmNbt2nTMwywzOInpgmbuz98w59+wYNwbSYLNd8zXgD+o+k4dcMBz3yev1vU68Xm3+uOFDftkfdmRrmrEnrGuJjVad0pkUnc5HRxU19qxuRyEacjhoyuYynCCUfWxOzNpuWvRpfjlEDxrOjCAaEcZsPlVsxiMJfqhw8vP9R0Yo/K/9Hc9gXOzLDaEILFcLGk4GSlOMKcajSce6ySy/PaOSaqGU52vPGtEvmwPzogaqtbLiQrkApWKFK+BkqACooSaC0RKhogPIss0HqzJMSVUH17sqUnTDHU30fD7xW9XBAAAAAElFTkSuQmCC') no-repeat;
    background-size: cover;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    margin: auto;
}
.reservation-content {
    margin-top: 64px;
}
.reservation-content-items__title {
    margin-bottom: 20px;
}
.reservation-content-items:first-child {
    margin-top: 68px;
}
.reservation-content-items__img {
    margin: auto;
    display: block;
    max-width: 100%;
}
.reservation-content-items__right {
   margin-left: auto;
}

@media (max-width: 1200px) {
    .reservation-content-items:first-child {
        margin-top: 0;
    }
    .reservation-content-items__right {
        margin-left: 0;
    }
}