.circle-orange{width:200px;height:200px;border-radius:50%;background:#f68b1f;position:relative}.circle-orange::after{content:"";position:absolute;top:50%;left:50%;width:80px;height:80px;background:#fff;border-radius:50%;transform:translate(-50%,-50%)}