.custom-btn-icon {
    position: relative;
}
.custom-btn-icon::after {
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    bottom: -30px;
    right: -30px;
    background-image: url('https://static.tildacdn.com/tild3035-3731-4137-b862-636535326531/circle-for-custom-bt.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-card-quetes {
    position: relatve;
}

.custom-card-quetes::after {
    content:'';
    position:absolute;
    left:30px;
    bottom:100%;
    transform:translateY(25px);
    width:60px;
    height:60px;
    background-image:url('https://static.tildacdn.com/tild3036-3765-4163-b338-353132326134/qutes.svg');
    background-size:contain;
    background-repeat:no-repeat;
    z-index:1;
} @media (max-width: 768px) {
    .custom-card-quetes::after {
        width: 30px;
        height: 30px;
        bottom:104%;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.persons-photos {
    
} @media (max-width: 768px) {
    .persons-photos {
        width: 100% !important;
        overflow: auto;
        left: 0 !important;
    }
}

#rec1901408731 {
    position: relative;
    z-index: 10;
    pointer-events: none;
}

















