.ac-m020-page-section {
  width: 100%;
  margin: 40px 0;
}

.ac-m020-content-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ac-m020-desktop-circles{
  display: flex; 
}

.content-circle {
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
}

.ac-m020-circle-container {
  width: 122px;
  height: 122px;
  border: 8px solid #B9B6E9;
  border-radius: 50%;
  padding: 0px;
  display: flex;
  margin:0 auto;
}

.ac-m020-inner-circle {
  background-color: #B9B6E9;
  margin: 5px;
  width: 102px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.ac-m020-title-text {
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
}

.ac-m020-title-text-denomination {
  float:right;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
  
}

.ac-m020-description h6 {
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 20px 0 0 0; */
}

.ac-m020-description p{
  margin: 0;
}

@media screen and (max-width: 915px) {
  .ac-m020-desktop-circles {
    flex-wrap: wrap;
  }
  .content-circle{
    width: 37%;
  }
}

@media screen and (max-width: 809px) {
  .ac-m020-desktop-circles {
    flex-wrap: wrap;
  }
  .content-circle{
    width: 36%;
  }
}

@media screen and (max-width: 768px) {
  .content-circle {
    margin-right: 10px;
    margin-left: 10px;
    width: 100%;
  }
  .ac-m020-desktop-circles {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  .ac-m020-description h6{
    margin: 20px;
  }
  .ac-m020-desktop-circles {
    display: flex;
    flex-direction: column;
}
  .ac-m020-inner-circle{
    width: 100%;
  }
  .ac-m020-inner-circle{
    height: auto;
  }
  .content-circle {
    margin: 20px auto 30px auto;
  }
}
/* 
@media only screen and (min-width: 548px) {
.mobile-circles {
  display:none;
} */
/*   .ac-m020-desktop-circles {
    display: flex;
    flex-direction: column;
} */
}


/* @media only screen and (min-width: 992px) {
.mobile-circles {
  display:none;
}
}


@media only screen and (min-width: 1200px) {

.mobile-circles {
  display:none;
}
} */