@import "nebenan-ui-kit";

.container {
  width: 160px;
  height: 160px;
  padding: 15px;
  display: block;

  text-align: center;
  color: $color-gray-09;

  border-radius: 50%;
  border: 3px dotted $color-gray-02;
  background: rgba($color-green-02, .8);

  @media ($media-m) {
    width: 220px;
    height: 220px;
  }
}

.text {
  @include block-center;

  font-size: 20px;
  line-height: 25px;

  @media ($media-m) {
    font-size: 25px;
    line-height: 30px;
  }
}
