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


.benefits {
  margin-top: 60px;
  margin-bottom: 60px;
}

.benefits__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) {
  .benefits__list {
    display: flex;
    gap: 25px;
  }
}

.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 20px;
  background-color: #f4f4f4;
}

@media screen and (min-width: 993px) {
  .benefits__item {
    width: 302px;
  }
}

@media screen and (max-width: 992px) {
  .benefits__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.benefits__icon {
  margin-bottom: 30px;
}

.benefits__subtitle {
  font-weight: 700;
  font-size: 17px;
  line-height: 141%;
  color: #242424;
  margin-bottom: 10px;
}

.benefits__text {
  flex-grow: 1;
  font-size: 17px;
  line-height: 140%;
  text-align: left;
  color: #242424;
}

.inheritance-services-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) {
  .inheritance-services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 24px;
    justify-content: left;
  }
}

.inheritance-services-item {
  padding: 30px 20px 30px 20px;
  background-color: #f4f4f4;
}

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

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

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

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

.inheritance-services-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;
}