#block2 {
  display: flex;
  margin: 0;
  padding: 30px 14px;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

.block-2-boxes-wrapper {
  padding: 0;
  align-self: center;

}

.block-2-title {
  margin-bottom: 56px;
  font-size: 35px;
  font-weight: 700;
}

.block2Box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
}

.block2BoxDiv {
  margin-bottom: 16px;
}

.block2Img {
  margin-bottom: 16px;
  width: 160px;
  height: 160px;

}

.block2BoxDivNoBg {
  margin-bottom: 16px;
}

.block2BoxDiv>img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
}

.block2Box>h3 {
  white-space: nowrap;
  font-size: 24px;
}

.block2BoxDivNoBg>img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
}

.block-2-box-list-item {
  list-style-type: none;
  list-style: none;
}

.imgPlaceHolder {
  height: 160px;
  width: 160px;
  margin-bottom: 16px;
}


@media (max-width: 499px) {

  #block2 {
    padding: 0px 8px 32px 8px;
  }

  .block2Box {
    margin-bottom: 24px;
  }

  .block-2-title {
    font-size: 22px;
    margin: 0px 27px 24px 27px;
    font-weight: 400;
  }

  .imgPlaceHolder {
    height: 125px;
    width: 125px;
  }

  .block2Img {
    width: 125px;
    height: 125px;
    box-shadow: 0px 0px 10px 0px #42006C1A;
    border-radius: 50%;
    margin-bottom: 4px;

  }

  .block2Box>h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 27px;
  }

  .block2Box>p {
    font-size: 16px;
    font-weight: 400;
  }
}

@media (min-width: 500px) {
  #block2 {
    padding: 24px 0 0 0;
  }

  .block-2-boxes-wrapper {
    max-width: 778px;
    padding: 0 30px;

  }

  .block2BoxDiv>img {
    width: 160px;
    height: 160px;
  }

  .block2BoxDivNoBg>img {
    width: 160px;
    height: 160px;
  }
}