about-privileges.css 1.07 KB
.privileges {
  padding-top: 123px;
}
.privileges__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #333B49;
}

.privileges-content {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privileges-content > :not(:last-child) {
  margin-right: 60px;
}

.privileges-content-column {
  max-width: 46%;
  width: 100%;
}

.privileges-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privileges-content-block__number {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #F5851A;
  margin-right: 35px;
}

.content-block-number-1 {
  margin-right: 48px;
}

.privileges-block-info__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #333B49;
}
.privileges-block-info__text {
  font-size: 16px;
  line-height: 22px;
  color: #636B78;
}

.block-info-title-1 {
  max-width: 355px;
  width: 100%;
}

.block-info-title-3 {
  max-width: 277px;
  width: 100%;
}

.priv-block-1 {
  margin-bottom: 60px;
}

.priv-block-2 {
  margin-bottom: 70px;
}