* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container-images {
  width: 100%;
  background-image: url(images/fizy.png);
  background-position: 75% 0px;
  background-repeat: no-repeat;
  background-size: 857px, 641px;
}

.main-container {
  width: 1270px;
  margin: 140px auto;
}

.photos {
  display: flex;
  line-height: 32px;
  align-items: center;
  width: 650px;
  margin-bottom: 80px;
}

.biletinial-photo img {
  width: 122.65px;
  height: 70px;
}

.frame-photo {
  width: 3;
  height: 50;
  margin-left: 32px;
  margin-right: 32px;
}

.fizy-photo {
  width: 103.3px;
  height: 100px;
}

.span-1 {
  color: 000000;
  font-size: 70px;
}

.span-2 {
  color: F8E71C;
  font-size: 70px;
}

.span-3 {
  font-size: 40px;
}

.section-1 {
  margin-bottom: 34px;
}

.section-2-h {
  width: 650px;
  margin-bottom: 40px;
  font-size: 26px;
}

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: regular;
}

.h2 {
  font-weight: 600;
}

.section-2-p {
  width: 773px;
}

.section-2-p-1 {
  margin-bottom: 30px;
  line-height: 30px;
}

.section-2-p-2 {
  margin-bottom: 55px;
  line-height: 30px;
}

.sectin-3 {
}

.sectin-3-h {
  width: 230px;
  height: 29px;
}

.h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}

.section-3-p {
  width: 724px;
  height: 90px;
  line-height: 30px;
  margin-bottom: 68px;
}

.section-4-p {
  width: 881px;
}

.span-4 {
  font-weight: bold;
}

.span-5 {
  font-weight: bold;
}
.section-4-p ul {
  list-style: disc;
  padding-left: 17px;
}
.section-4-p li {
  position: relative;
}

.link {
  color: blue;
}

header > .container {
  padding: 0 40px !important;
}

.flex.fluid {
  width: 100%;
  max-width: 1270px;
  margin: auto;
}

@media screen and (min-width: 180px) and (max-width: 999px) {
  .container-images {
    background-size: 70%;
    background-position: top right;
  }
  .main-container {
    width: 100%;
    margin: 140px 0;
    padding: 20px;
  }

  .photos {
    padding-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .section-1 {
    padding: 0;
    width: 100%;
  }

  .fizy-photo img {
    height: 60px;
  }

  .biletinial-photo img {
    width: auto;
    height: 50px;
  }

  .fizy-photo {
    height: auto;
  }
  .span-1 {
    font-size: 36px;
  }

  .span-2 {
    font-size: 36px;
  }

  .span-3 {
    font-size: 25px;
  }

  .h2 {
    font-size: 15px;
  }

  .section-2 {
    padding-left: 0;
  }

  .section-2-h {
    width: 100%;
    margin-bottom: 10px;
  }

  p {
    font-size: 12px;
    line-height: 20px;
  }

  .section-2-p {
    width: 100%;
    margin-bottom: 10px;
  }

  .h3 {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .section-2-p {
    width: 100%;
    margin-bottom: 10px;
  }

  .sectin-3 {
    padding-left: 30px;
  }

  .section-3-p {
    width: 100%;
    margin-bottom: 10px;
  }

  .section-4-h {
    padding-left: 0;
  }

  .section-4-p {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 17px;
  }

  .section-2-p-1 {
    margin-bottom: 24px;
  }

  .section-2-p-2 {
    margin-bottom: 24px;
  }
  header > .container {
    padding: 0 20px !important;
  }
  header > .container > .fluid {
    flex-direction: row-reverse;
    justify-content: center;
  }
}
