* {
  box-sizing: border-box;
  /* фрейм 1 */
}

.container {
  /* блок */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  color: rgb(13, 9, 128);
  font-family: Montserrat;
  font-size: 82.51px;
  font-weight: 700;
  line-height: 101px;
  letter-spacing: 5%;
  text-align: left;
}
h2 {
  color: rgb(26, 26, 26);
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 5%;
  text-align: left;
}

p {
  color: rgb(26, 26, 26);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 5%;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* блок */
  }

  h1 {
    color: rgb(13, 9, 128);
    font-family: Montserrat;
    font-size: 82.51px;
    font-weight: 700;
    line-height: 101px;
    letter-spacing: 5%;
    text-align: left;
  }
  h2 {
    color: rgb(26, 26, 26);
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 5%;
    text-align: center;
  }

  p {
    color: rgb(26, 26, 26);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 5%;
    text-align: left;
  }
}

@media screen and (max-width: 616px) {
  h2 {
    color: rgb(26, 26, 26);
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 5%;
    text-align: center;
  }
}

@media screen and (max-width: 592px) {
  h1 {
    color: rgb(13, 9, 128);
    font-family: Montserrat;
    font-size: 66px;
    font-weight: 700;
    line-height: 101px;
    letter-spacing: 5%;
    text-align: left;
  }
}

@media screen and (max-width: 466px) {
  h1 {
    color: rgb(13, 9, 128);
    font-family: Montserrat;
    font-size: 46px;
    font-weight: 700;
    line-height: 101px;
    letter-spacing: 5%;
    text-align: left;
  }
  h2 {
    color: rgb(26, 26, 26);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 5%;
    text-align: center;
  }

  p {
    color: rgb(26, 26, 26);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 5%;
    text-align: left;
  }
}

@media screen and (max-width: 396px) {
  h1 {
    color: rgb(13, 9, 128);
    font-family: Montserrat;
    font-size: 46px;
    font-weight: 700;
    line-height: 101px;
    letter-spacing: 5%;
    text-align: left;
  }
  h2 {
    color: rgb(26, 26, 26);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 5%;
    text-align: center;
  }

  p {
    color: rgb(26, 26, 26);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 5%;
    text-align: left;
  }
}
@media screen and (max-width: 328px) {
  h1 {
    color: rgb(13, 9, 128);
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 101px;
    letter-spacing: 5%;
    text-align: left;
  }
  h2 {
    color: rgb(26, 26, 26);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 5%;
    text-align: center;
  }

  p {
    color: rgb(26, 26, 26);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 5%;
    text-align: left;
  }
}
