@charset "UTF-8";
/* Service Price — grouped price table */
.service-price {
  padding: 50px 0;
}
.service-price__title {
  margin: 0 0 64px;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #011c51;
  text-align: center;
}
@media (max-width: 767px) {
  .service-price__title {
    text-align: start;
  }
}
.service-price__table-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #CFCFCF;
  background-color: #fff;
}
@media (max-width: 767px) {
  .service-price__table-wrap {
    border-radius: 12px;
  }
}
.service-price__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.service-price__table thead tr th {
  padding: 22px 40px;
  background-color: #002A7D;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  vertical-align: middle;
}
.service-price__table thead tr th:first-child {
  text-align: left;
  width: 65%;
}
.service-price__table thead tr th:last-child {
  text-align: right;
  width: 35%;
}
@media (max-width: 767px) {
  .service-price__table thead tr th {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 19px;
  }
}
.service-price__table tbody tr td {
  padding: 22px 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #011C51;
  vertical-align: middle;
  border-bottom: 1px solid #CFCFCF;
  background-color: #fff;
}
.service-price__table tbody tr td:first-child {
  text-align: left;
}
.service-price__table tbody tr td:last-child {
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .service-price__table tbody tr td {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 1.35;
  }
  .service-price__table tbody tr td:last-child {
    white-space: normal;
  }
}
.service-price__table tbody tr:nth-child(even) td {
  background-color: #f9faff;
}
.service-price__table tbody tr:last-child td {
  border-bottom: none;
}
.service-price__table tbody:last-of-type tr:last-child td {
  border-bottom: none;
}/*# sourceMappingURL=style.css.map */