.atone-circle {
  width: 100%;
}

p {
  text-align: justify;
}

@media screen and (max-width: 820px) {
  .sustainable-section {
    margin-top: 30px;
  }

  .hr-consulting {
    padding-top:0px !important;
    padding-left:20px;
    padding-right:20px;
    background-attachment: scroll !important;
    background-position: center !important;
  }

  .atone-circle {
    margin-top: 20px;
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  } 
}

@media screen and (max-width: 690px) {
    .hr-consulting {
      padding-top:0px !important;
      padding-left:20px;
      padding-right:20px;
    }

    .atone-circle {
      margin-top: 20px;
      width: 70% !important;
    }

    .atone-circle-container {
      text-align: center;
    }

    .hr-consulting-graphic {
      margin-bottom: 20px;
    }
  }

  @media screen and (max-width: 820px) {
    .sustainable-section {
      margin-top: 30px;
    }

    .hr-consulting {
      padding-top:0px !important;
      padding-left:20px;
      padding-right:20px;
    }

    .atone-circle {
      margin-top: 20px;
      width: 70% !important;
    } 
  }