about.css 1.86 KB
.about {
  padding-top: 120px;
}

.about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-top__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #333B49;
}
.about-top__link {
  font-family: "Muller";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #F5851A;
  position: relative;
  margin-right: 38px;
}
.about-top__link:after {
  position: absolute;
  content: "";
  background-image: url("../../../img/main/link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 13px;
  margin-left: 14px;
  margin-top: 5px;
}

.about-main {
  margin-top: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-main-text {
  letter-spacing: -0.01em;
  font-size: 16px;
  color: #333B49;
}
.about-main-text__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  max-width: 580px;
  width: 100%;
}
.about-main-text__par {
  line-height: 22px;
  margin-top: 24px;
  max-width: 1063px;
  width: 100%;
}

.about-main-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 117px;
  padding-top: 20px;
}
.about-main-numbers:not(:nth-child(2n)) {
  margin-right: 133px;
}

.about-main-numbers-block__num {
  font-family: "Muller";
  font-weight: 700;
  font-size: 48.75px;
  line-height: 22px;
  color: #F5851A;
}
.about-main-numbers-block__def {
  max-width: 192px;
  width: 100%;
  margin-top: 24px;
  font-family: "Muller";
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #333B49;
}

.second, .four {
  margin-left: 52px;
}