.section_partners {
    height: 715px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 180px;
}

.mobile .section_partners {
    height: auto;
    padding-top: 120px;
    padding-bottom: 40px;
    background-position-y: 0;
}

.section_partners .section_title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 48px;
    line-height: 81%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #031f46;
    margin-bottom: 40px;
}

.mobile .section_partners .section_title {
    font-size: 32px;
    line-height: 122%;
    margin-bottom: 10px;
    text-align: center;
}

.section_partners .section_subtitle {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
    color: #5d6f88;
    margin-bottom: 40px;
}

.mobile .section_partners .section_subtitle { 
    text-align: center;
    padding: 0 30px;
}

.mobile .section_partners .section_subtitle br {
    display: none;
} 



.section_partners .mini_card_wrapp {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.mobile .section_partners .mini_card_wrapp {
    flex-direction: column;
    align-items: center;
}

.section_partners .mini_card_wrapp .mini_card{
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    max-width: 211px;
}

.section_partners .mini_card_wrapp .mini_card .num {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    color: #034aa3;
    margin-bottom: 10px;
}

.section_partners .mini_card_wrapp .mini_card .title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #1b1b1b;
}

.section_partners .section_description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #5d6f88;
    margin-bottom: 40px;
}

.mobile .section_partners .section_description {
    text-align: center;
}

.section_partners .section_description b {
    font-weight: 600;
}

.section_partners .btn_link {
    width: 220px;
    border-radius: 30px;
}

.mobile .section_partners .btn_link {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .section_partners {
        height: auto;
        padding-top: 120px;
        padding-bottom: 40px;
        background-position-y: 0;
    }

    .section_partners .section_title {
        font-size: 32px;
        line-height: 122%;
        margin-bottom: 10px;
        text-align: center;
    }

    .section_partners .section_subtitle {
        text-align: center;
        padding: 0 30px;
    }

    .section_partners .section_subtitle br {
        display: none;
    }

    .section_partners .mini_card_wrapp {
        flex-direction: column;
        align-items: center;
    }

    .section_partners .section_description {
        text-align: center;
    }

    .section_partners .btn_link {
        margin: 0 auto;
    }
}