.partners-section{
    padding: 5rem 13% 8rem;

    @media (max-width:800px) {
        padding: 2rem;
    }
}

.partners-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding: 2rem;
    justify-content: center;

    .card-body{
        justify-content: space-between;
        height: 100%;
        display: flex;
        flex-direction: column;

        .desc-card{
            margin-bottom: 1rem;
        }
    }
}

.btn-partners {
    display: flex;
    justify-content: center;

    @media (max-width: 380px) {
        flex-direction: column !important;
        gap: 1rem;
        align-items: center;
    }
}

.card-logo img {
    width: 100%;
}

.btn-partners a {
    text-decoration: none;

    @media (max-width: 380px) {
        margin-left: unset !important;
    }
}

.partners-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}