.img-services{
    position: relative;
	overflow:inherit !important;
}

.img-services::after {
    content: url(/wp-content/uploads/2021/10/puntos-2.webp);
    position: absolute;
    height: 150px;
    width: 150px;
    z-index: -1;
    bottom: -127px;
    right: -73px;
}

.img-services::before {
    content: url(/wp-content/uploads/2021/10/puntos-2.webp);
    position: absolute;
    height: 150px;
    width: 150px;
    z-index: -1;
    top: -25px;
    left: -40px;
}