.main-screen .main-screen__body .socials {
  top: -25px;
}

.marriage-contract-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #242424;
}

@media screen and (min-width: 993px) {
  .marriage-contract-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 24px;
    justify-content: left;
  }
}

.marriage-contract-item {
  padding: 30px 20px 30px 20px;
  background-color: #f4f4f4;
}

@media screen and (min-width: 993px) {
  .marriage-contract-item {
    width: calc((100% - 48px) / 3)
  }
}

.marriage-contract-item:not(:last-child) {
  margin-bottom: 10px;
}

.marriage-contract-num {
  margin-bottom: 20px;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  color: #4c519e;
}

.marriage-contract-subject {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  text-align: left;
  color: #242424;
}

.marriage-contract-text {
  font-size: 17px;
  line-height: 140%;
  text-align: left;
  color: #242424;
}

.line {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.process__pre {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #242424;
  max-width: 754px;
}

.service-cost {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0 30px 30px;
}