.btn-back p {
    width: 140px;
    background: #4c8b58;
    padding: 5px;
    color: #ffff;
    border-radius: 7px;
    text-decoration: none;
    bottom: -6px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-back a{
    text-decoration: none!important;
}


.btn-back p.ver-mas {
   
    background: #ca2812;
  
}
.btn-back.pb-2 {
    display: flex
;
    gap: 10px;
    width: 140px;
    padding: 5px;
    color: #ffff;
   
    border-radius: 7px;
    text-align: center;
    position: absolute;
    bottom: -44px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-back p:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.resources{
    position: relative;
}

@media (max-width: 768px) {
    .btn-back.pb-2 {
      position: relative!important;

    }
}