.corporate-main {
  display: table;

  width: 100%;
  margin: 40px 0;

  table-layout: fixed;
}

.corporate-col {
  display: table-cell;
}

.corporate-col:first-child {
  position: relative;

  width: 360px;
  height: 350px;

  vertical-align: middle;
}

@media (max-width: 992px) {
  .corporate-col:first-child {
    display: none;
  }
}

.corporate-col:first-child::after {
  position: absolute;
  top: 0;
  left: -55px;
  z-index: 1;

  width: 350px;
  height: 350px;

  content: '';

  border-right: 8px solid #ddd;
  border-radius: 50%;
}

.corporate-title {
  font-size: 24px;
  font-weight: 700;

  position: relative;
  z-index: 3;
text-align:center;
line-height:8;

  width: 190px;
  height: 190px;

  color: #fff;
  border-radius: 50%;
  background:#1999fa;
  background: linear-gradient(45deg, #1999fa, #98d2ff);
  box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}

.corporate-content {
  margin: 0;
  padding: 0;

  list-style: none;
}

.corporate-content li {
  position: relative;

  margin-bottom: 20px;
  padding-left: 20px;
}

@media(min-width: 992px) {
  .corporate-content li {
    font-size: 16px;
    line-height: 50px;

    height: 50px;
    margin-bottom: 0;
    padding-left: 5px;
  }
}

.corporate-content li::before {
  position: absolute;
  top: 13px;
  z-index: 5;

  width: 24px;
  height: 24px;

  content: '';

  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.corporate-content li:nth-of-type(1)::before,
.corporate-content li:nth-of-type(7)::before {
  left: -165px;

  background-color: #f98a39;
}

.corporate-content li:nth-of-type(2)::before,
.corporate-content li:nth-of-type(6)::before {
  left: -112px;

  background-color: #819af7;
}

.corporate-content li:nth-of-type(3)::before,
.corporate-content li:nth-of-type(5)::before {
  left: -88px;

  background-color: #00a096;
}

.corporate-content li:nth-of-type(4)::before {
  left: -82px;

  background-color: #fcbe8f;
}

@media (max-width: 992px) {
  .corporate-content li:nth-of-type(n):before {
    top: 2px;
    left: 0;

    width: 15px;
    height: 15px;
  }
}

.corporate-content li::after {
  position: absolute;
  top: 25px;
  right: 100%;

  content: '';

  border-top: 3px dashed #ddd;
}

.corporate-content li:nth-of-type(1)::after,
.corporate-content li:nth-of-type(7)::after {
  left: -135px;
}

.corporate-content li:nth-of-type(2)::after,
.corporate-content li:nth-of-type(6)::after {
  left: -83px;
}

.corporate-content li:nth-of-type(3)::after,
.corporate-content li:nth-of-type(5)::after {
  left: -59px;
}

.corporate-content li:nth-of-type(4)::after {
  left: -53px;
}

@media (max-width: 992px) {
  .corporate-content li::after {
    display: none;
  }
}
<!--0.00035715103149414-->