#partners_help_customers {
}
#partners_help_customers_container {
}
#partners_help_customers_content {
    flex-direction: column;
}
#partners_help_customers_container_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border: solid 1px red;*/
}
#partners_help_customers_title  h2 {
    line-height: 1.5;
    color: var(--black);
    font-size: 2.5em;
    font-weight: 500;
}
#partners_help_customers_subtitle h3 {
    color: var(--primary-color);
    line-height: 45px;
}
#partners_help_customers_text {
    display: flex;
    flex-direction: column;
    color: var(--our-grey-color);
}
#partners_help_customers_button {
    margin: 60px 0;
}
#partners_help_customers_image img {
    display: none;
}

@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
    #partners_help_customers_content {
        flex-direction: row;
    }
    #partners_help_customers_button {
        justify-content: flex-start;
    }
}
@media all and (min-width: 1200px) {
    #partners_help_customers_image img {
        border-radius: 30px;
        display: block;
    }
}