.MCoupon_container_four {
  @width: @c_width;
  @width2: @c_width2;
  @width3: @c_width3;
  @width4: @c_width4;

  .circle1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: @width4;
    height: @width3;
    overflow: hidden;
    margin-top: -@width4;

    i {
      display: block;
      width: @width3;
      height: @width3;
      border-radius: 50%;
      background-color: #fafafa;
      margin-left: -@width4;
    }
  }

  .circle2 {
    position: absolute;
    top: 50%;
    right: 0;
    width: @width4;
    height: @width3;
    overflow: hidden;
    margin-top: -@width4;

    i {
      display: block;
      width: @width3;
      height: @width3;
      border-radius: 50%;
      background-color: #fafafa;
      margin-right: -@width4;
    }
  }
}