.justify-content-center {
  display: flex;
  justify-content: center;
}

.section__home {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), #0099ba;
  margin-top: -20px;
}

.section__home .home--hero {
  padding: 160px 0;
}

.home--information .row {
  display: flex;
  flex-wrap: wrap;
}

.section__home .home--hero h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: white;
  text-align: center;
  margin-bottom: 80px;
}

.section__home .home--hero h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}

.section__home .home--hero h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: white;
  text-align: center;
}

.section__home .home--information .cell--border-radius-top-left {
  border-top-left-radius: 56px;
}

.section__home .home--information .cell--border-radius-top-right {
  border-top-right-radius: 56px;
}

.section__home .home--information .cell {
  padding: 80px;
  position: relative;
}

.section__home .home--information .cell--operation .btn {
  margin-bottom: 40px;
}

.section__home .home--information .cell--operation a.phone {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.section__home .home--information .cell h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #000;
  margin-bottom: 40px;
  margin-top: 0;
}

.section__home .home--information .cell h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #000;
}

.section__home .home--information .cell h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #000;
}

.section__home .home--information .cell p {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.section__home .home--information .cell .button {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: fit-content;
}

.section__home .home--information .cell--white-background {
  background: #fff;
}

.section__home .home--information .cell--linear-background {
  background: var(--gradient, linear-gradient(133deg, #eafbff 0%, #e9e9e9 100%));
}

.section__home .home--information .cell .document__wrapper.aligned-right {
  width: 55%;
  margin: 0 0 auto auto;
}

@media all and (max-width: 767px) {
  .section__home .home--information .cell .document__wrapper.aligned-right {
    width: 100%;
  }
}

.section__home .home--information .cell .document__wrapper a {
  display: block;
  color: #0099ba;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.color-blue {
  color: #0099ba !important;
}

.section__home .home--information .cell .aligned-bottom {
  position: absolute;
  bottom: 80px;
  max-width: 800px;
}

@media all and (max-width: 1899px) {
  .section__home .home--information .cell {
    padding: 60px;
  }

  .mt-60 {
    margin-top: 30px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .section__home .home--information .cell h2 {
    font-size: 48px;
    line-height: 1.25;
  }

  .aligned-bottom {
    margin-right: 24px;
  }
}

@media all and (max-width: 1399px) {
  .section__home .home--information .cell h2 {
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 24px;
  }

  .section__home .home--information .cell {
    padding: 32px 24px;
  }

  .paragraph-bigger {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }
}

@media all and (max-width: 991px) {
  .section__home .home--hero {
    padding: 80px 0;
  }

  .section__home .home--hero h2 {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 16px 32px 16px;
  }

  .section__home .home--hero h4 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 16px 24px 16px;
  }

  .section__home .home--hero h3 {
    font-size: 24px;
    line-height: 1.25;
  }

  .section__home .home--information .cell p {
    font-size: 18px;
    line-height: 1.25;
  }

  .section__home .home--information .cell--border-radius-top-left {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }

  .section__home .home--information .cell--border-radius-top-right {
    border-top-right-radius: 0;
  }

  .section__home .home--information .cell {
    padding: 32px 24px;
    height: unset;
  }

  .section__home .home--information .cell h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 40px;
  }

  .aligned-bottom {
    position: relative !important;
    margin-top: 24px;
    margin-right: 0;
    bottom: unset !important;
  }

  .section__home .home--information .cell h3 {
    font-size: 24px;
    line-height: 1.25;
  }

  .section__home .home--information .cell h4 {
    font-size: 18px;
    line-height: 1.25;
  }

  .cell--linear-background-mobil {
    background: var(--gradient, linear-gradient(133deg, #eafbff 0%, #e9e9e9 100%)) !important;
  }

  .cell--white-background-mobil {
    background: unset !important;
    background-color: white !important;
  }
}
