.bg-primary-custom {
    background-color: #dbbd49;
}

.btn-secondary-custom {
    color: #ffffff;
    background-color: #4A90E2;
    border-color: #4A90E2;
}

.btn-secondary-custom:hover {
    color: #ffffff;
    background-color: #357ABD;
    border-color: #357ABD;
}

.btn-primary-custom {
    color: #ffffff;
    background-color: #dec560;
    border-color: #dec560;
}

.text-primary-custom {
    color: #dbbd49;
}

.text-secondary-custom {
    color: #4A90E2 !important;
}

.img-member {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.img-project {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}