.btns-body {
    font-family: Gotham Pro;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.btn-square {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0.5rem;
    position: relative;
    padding: 0.75rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); 
}
.btn-icon {
    width: 72px;
    height: 72px;
    border-radius: 4px;
}
.btn-icon svg {
    width: 50px;
    height: 50px;
    fill: #004D85;
    
}

.btn-label {
    text-align: right;
    font-weight: bold;
}
