@media (min-width: 992px) {
  .height {
    height: 300px;
    text-align: center;
    padding: 10% 0;
  }
}

@media (min-width: 992px) {
  .height1 {
    height: 300px;
    z-index: 99999;
  }
}

@media (min-width: 992px) {
  .height2 {
    height: 130px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .height3 {
    height: 130px;
    text-align: center;
  }
}

.img-circle {
    border: 7px solid #3b5998;
    border-radius: 100%;
    background-color: #3b5998;
    box-shadow: 0 0 5px #4582ec;
    width: 250px;
    height: 250px;
}

@media (min-width: 992px) {
  .line {
    position: absolute;
    top: 140px;
    bottom: 0;
    left: 400px;
    width: 4px;
    height: 400px;
    background-color: #3b5998;
    -ms-transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    box-shadow: 0 0 5px #4582ec;
  }
}

@media (min-width: 992px) {
  .line1 {
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 420px;
    width: 4px;
    height: 400px;
    background-color: #3b5998;
    -ms-transform: rotate(-48deg);
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg);
    box-shadow: 0 0 5px #4582ec;
  }
}

@media (min-width: 992px) {
  .line3 {
    position: absolute;
    top: -60px;
    bottom: 0;
    left: 440px;
    width: 4px;
    height: 350px;
    background-color: #3b5998;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    box-shadow: 0 0 5px #4582ec;
  }
}

@media (min-width: 992px) {
  .line2 {
    position: absolute;
    top: -60px;
    bottom: 0;
    left: 440px;
    width: 4px;
    height: 350px;
    background-color: #3b5998;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    box-shadow: 0 0 5px #4582ec;
  }
}

@media (min-width: 992px) {
  .line4 {
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 400px;
    width: 4px;
    height: 270px;
    background-color: #3b5998;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    box-shadow: 0 0 5px #4582ec;
  }
}

@media (min-width: 992px) {
  .line5 {
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 440px;
    width: 4px;
    height: 350px;
    background-color: #3b5998;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    box-shadow: 0 0 5px #4582ec;
  }
}