﻿.about-content {
  border-radius: 30px;
  height: 1650px;
  background: #c8e7fa;
}

.about-block {
  align-content: center;
  height: 100%;
  width: 100%;
}

.about-block__header {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: #333;
  text-align: center;
  margin: 0;
}

.about-block__row {
  padding: 10px 20px;
}

.about-block__row_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-block__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 148%;
  color: #333;
  margin: 0;
  padding: 0 15px 0 15px;
}

.about-block__text_bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 143%;
}

.about-block__list {
  margin-left: 30px;
}

.about-block__subscription-block {
  border: 2px solid #007cc2;
  border-radius: 6px;
  width: 180px;
  height: 120px;
  background: #fff;
  padding: 0 10px 0 10px;
}

.about-block__subscription-header {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 110%;
  color: #333;
}

.about-block__subscription-bar {
  height: 2px;
  border: 0;
  background-image: -webkit-linear-gradient(45deg, rgb(0, 124, 194), #5cb85c);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.about-block__subscription-price {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #333;
}
