.settlement-unit {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .settlement-unit {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .settlement-unit {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.settlement-unit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: nowrap;
  flex-direction: nowrap;
  gap: 32px;
  padding: 40px;
  background: rgba(250, 240, 228, 0.5);
}

@media screen and (max-width: 1023px) {
  .settlement-unit a {
    padding: 32px;
    gap: 26px;
  }
}

@media screen and (max-width: 959px) {
  .settlement-unit a {
    padding: 26px;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .settlement-unit a {
    padding: 20px;
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .settlement-unit a {
    padding: 12px;
    gap: 10px;
  }
}

.settlement-unit__vsl {
  width: 175px;
}

@media screen and (max-width: 767px) {
  .settlement-unit__vsl {
    width: 145px;
  }
}

@media screen and (max-width: 519px) {
  .settlement-unit__vsl {
    width: 95px;
  }
}

.settlement-unit__dtl {
  width: calc(100% - 207px);
}

@media screen and (max-width: 767px) {
  .settlement-unit__dtl {
    width: calc(100% - 161px);
  }
}

@media screen and (max-width: 519px) {
  .settlement-unit__dtl {
    width: calc(100% - 105px);
  }
}

.price table th {
  text-align: left !important;
}

.price table td {
  text-align: right !important;
}

.price .btn a {
  width: 380px;
}

@media screen and (max-width: 767px) {
  .price .btn a {
    width: 340px;
  }
}

@media screen and (max-width: 519px) {
  .price .btn a {
    width: 290px;
    height: auto;
    padding: 12px;
  }
}

/*# sourceMappingURL=../../maps/pages/price.css.map */
