.bottom-info__wrapper {
  padding: 60px 0;
  background: #F6F7FA;
}

.bottom-info__disclaimer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #A6ADBA;
  margin-bottom: 32px;
}

.bottom-info__disclaimer svg {
  min-width: 48px;
  min-height: 48px;
  margin-right: 24px;
}

.bottom-info__disclaimer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.bottom-info__content-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
}

.bottom-info__content-text p {
  margin-bottom: 16px;
}

.bottom-info__content-text p:last-child {
  margin-bottom: 0;
}


@media (max-width: 768px) {
  .bottom-info__wrapper {
      padding: 24px 0 40px;
      background: #F6F7FA;
  }

  .bottom-info__disclaimer {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-bottom: 24px;
      border-bottom: 1px solid #A6ADBA;
      margin-bottom: 24px;
  }

  .bottom-info__disclaimer svg {
      min-width: 32px;
      min-height: 32px;
      width: 32px;
      height: 32px;
      margin-right: 0;
      margin-bottom: 16px;
  }

  .bottom-info__disclaimer-text {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #222222;
  }

  .bottom-info__content-text {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #525252;
  }

  .bottom-info__content-text p {
      margin-bottom: 24px;
  }
}