.base__content {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .base__circles {
    display: flex; }
    @media screen and (max-width: 1010px) {
  .base__circles {
    flex-direction: column;
    align-items: center;
    justify-content: center; } }
  .base__circle {
    position: relative;
    box-shadow: inset rgba(125, 29, 100, 1) -4px -4px 3px -4px, inset rgba(204, 53, 100, 1) 4px 4px 3px -4px, -25px -25px 35px -20px rgba(204, 53, 100, 0.15), 25px 25px 35px -20px rgba(125, 29, 100, 0.15);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    justify-content: center;
    margin-right: 76px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Acrom-Regular;
    font-size: 19px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(66deg, #ff194a, #8d04d2); }
    @media screen and (max-width: 1010px) {
  .base__circle {
    margin: 0;
    margin-bottom: 20px; } }

.circle-text {
  position: absolute;
  width: 170%; }
  .circle-text__text {
    fill: #ff0054;
    font-family: Acrom-Regular;
    font-size: 2px; }

.base-num {
  color: #ff0054;
  font-family: AvantiBold;
  font-size: 56px; }

.base-text {
  text-align: center;
  display: block;
  font-size: 19px;
  color: rgba(0, 0, 0, 0); }
