
.circle {
  background: #EDC01B;
  border-radius: 50%;
  color: #fff;
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.circle-content {
  align-items: center;
  width: 50%;
  hyphens: auto;
  justify-content: center;
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  
  
}

.circle_1, .circle_2 {
  width: 240px;
}