.second {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: -8em;
  padding: 8em 1em; }
  .second__inner {
    margin-top: 3.9em; }
  .second__blocks {
    display: flex;
    margin-top: 4em;
    justify-content: space-between;
    flex-wrap: wrap; }
  .second__block {
    flex: 0 0 32.5%;
    margin-top: 1.8em;
    background-position: center top;
    background-size: cover;
    padding: 2em;
    padding-bottom: 3.7em;
    padding-right: .4em;
    color: #fff; }
    .second__block * {
      position: relative;
      z-index: 50; }
    .second__block-number {
      font-family: Arial, sans-serif;
      font-weight: 600;
      font-size: 4.7em; }
    .second__block-line {
      position: absolute;
      top: -1.1em;
      right: -1.58em;
      width: 3.4em;
      height: 3.4em;
      fill: none;
      stroke-width: .045em;
      stroke: #035df9; }
    .second__block-title {
      text-transform: uppercase;
      font-size: 1.5em;
      font-weight: 400;
      margin-left: .4em; }
    .second__block-desc {
      font-size: 1.1em;
      margin-left: .2em; }
    .second__block-bottom {
      margin-top: .8em; }
    .second__block-top {
      margin-top: 2.5em;
      display: flex;
      align-items: center; }
    .second__block-1 .second__block-line {
      stroke: #4caafc; }
    .second__block-2 .second__block-line {
      stroke: #4caafc; }
    .second__block-3 .second__block-line {
      stroke: #63686e; }
    .second__block-4 {
      color: #192028; }
      .second__block-4 .second__block-number {
        color: #035df9; }
      .second__block-4 .second__block-line {
        stroke: #afb1b3; }
    .second__block-6 {
      color: #192028; }

@media (max-width: 1050px) {
  .second__inner {
    text-align: center; }
  .second__desc {
    margin-left: auto;
    margin-right: auto; }
    .second__desc:before {
      display: none; }
  .second__blocks {
    justify-content: space-around; }
  .second__block {
    flex: 0 0 22em; } }
