h2 {
  line-height: 130%;
  font-size: 31px;
  color: #091139;
  font-weight: 500;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #091139;
}

.center {
  text-align: center;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.block-container {
  margin-top: 80px;
}

section.text-columns__bg {
  padding-top: 50px;
}

.text-columns h2 {
  text-align: center;
  margin: 0!important;
}

.home-page .text-columns.section,
.trustpilot-first.section {
  padding-top: 50px;
  background-color: #E6EDF7;
}

.section, .get-advice, .packet-proxy .get-advice {
  padding: 0!important;
  margin: 0!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.home-page .text-columns__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  gap: 16px;
  margin-top: 55px;
  justify-content: center;
}

.home-page .text-columns__item {
  border-radius: 5px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 160px;
  background-color: #fff;
  margin: 0;
  box-shadow: 0px -0.08px 2.21px 0px #0444A406;
  box-shadow: 0px -0.2px 5.32px 0px #0444A408;
  box-shadow: 0px -0.38px 10.02px 0px #0444A40A;
  box-shadow: 0px -0.67px 17.87px 0px #0444A40C;
  box-shadow: 0px -1.25px 33.42px 0px #0444A40F;
}

.home-page .text-columns__item-title:before {
  content: none !important;
  display: none !important;
}

.home-page .text-columns__item .text-columns__item-title {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 0;
}

.btn {
  padding: 16px 30px;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  transition: 0.2s;
}

.btn-primary {
  background: #F2D135;
  border: none;
  color: #0d1b3e;
  text-align: center;
  /* display: flex; */
  /* align-items: center; */
  gap: 10px;
}

.btn-primary:hover {
  background: #eac61d;
}

.footer-desktop__item a svg {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .block-container {
    margin-top: 16px;
  }
}