@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;700&display=swap');

.pricelist {
    background: #ffffff;
	padding-top: 70px;
	padding-bottom: 24px;
    color: #000;
}

table {
	border-collapse: collapse;
	margin: 50px auto;
	width: 80%;
}

th {
	background-color:#a50a43;
	color: #fff;
	font-weight: bold;
	padding: 10px;
    text-align: center;
}

td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
    color: #000;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}
@media (max-width: 767px) {
    .table-responsive {
      overflow-x: auto;
    }
    table {
      width: 100%;
      margin-bottom: 1rem;
      color: #212529;
      border-collapse: collapse;
    }
    th,
    td {
      padding: .75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6;
    }
    th {
      font-weight: 600;
      text-align: center;
    }
    td {
      text-align: left;
    }
    h1 {
        text-align: center;
    }
}

.responsive-two-column-grid {
    display: block;
    color: #000;
}


@media (min-width:768px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 60% 40%;
    }
}

.grid-title {
    font-size: 19px;
    margin-bottom: 6px;
}

.grid-list-d ul {
    list-style: inside;
}

.grid-list-p ul {
    padding-left: 10px;
}

.grid-list, .grid-list-p, .grid-list-d, .grid-content {
    color: #323232;
    margin-bottom: 25px;
}