.price-table {
    display: flex;
    padding-bottom: 50px;
    align-items: flex-start;
}

.price-table .static {
    max-width: 40%;
    width: 100%;
    background: #f9f9f9;
    border-radius: 15px 0 0 15px;
    border: 1px solid #ccc;
    border-right: 0;
}

.price-table .static p,
.price-table .prices p {
    text-align: left;
    margin: 0;
    min-height: 70px;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 23px;
    color: #6F7881;
    flex-direction: column;
}

.price-table .prices p.blue {
    color: #2768A2;
    font-weight: bold;
}

.price-table .static p {
    align-items: flex-start;
}

.price-table .static p:first-child,
.price-table .prices p:first-child {
    min-height: 90px;
}

.price-table .static ul,
.price-table .prices ul {
    list-style: none;
    text-align: left;
    margin: 0;
    min-height: 70px;
    border-bottom: 1px solid #EEEEEE;
    padding: 0;
}

.price-table .static ul li,
.price-table .prices ul li {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 23px;
    color: #6F7881;
    padding-left: 45px;
    min-height: 70px;
    display: flex;
    align-items: center;
}
.price-table .prices ul li {
    justify-content: center;
}

.price-table .prices ul li {
    padding-left: 15px;
}


.price-table .static ul li:first-child,
.price-table .prices ul li:first-child {
    padding-left: 15px;
}


.price-table .static p:last-child,
.price-table .prices p:last-child {
    border-bottom: 0;
}

.price-table .prices .single-table:first-child {
    border-right: 1px solid #EEEEEE;
}

.price-table .prices .single-table {
    max-width: 50%;
    width: 100%;
}

.price-table .prices .single-table .time {
    color: #567692;
    font-weight: bold;
}

.price-table .prices .single-table .time span {
    font-weight: normal;
    font-size: 14px;
}

.price-table .prices .single-table .title {
    color: #2768A2;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
}

.price-table .prices {
    border: 1px solid transparent;
    background: #FFFFFF;
    box-shadow: 1px 2px 10px rgba(111, 120, 129, 0.5);
    border-radius: 0 10px 10px 0;
    max-width: 60%;
    width: 100%;
    display: flex;
}

.price-table .prices .single-table .price {
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    color: #2768A2;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 25px;
}
.price-table .prices .single-table .price span {
    font-weight: normal;
    font-size: 14px;
}

