.impact-section { 
    width: 100%;
    height: fit-content;
    background: white;
    padding: 80px 0;
}

.impact-section .impact-section_container { 
    width: 100%;
    max-width: 1272px;
    margin: 0 auto;
}

.impact-section .impact-section_title_container { 
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 408px;
    margin: 0 auto 24px;
}

.impact-section .impact-section_title_container .impact-section_pre-title { 
    font-family: CircularXX TT, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(50, 186, 246, 1);
    margin-bottom: 8px;
}

.impact-section .impact-section_title_container .impact-section_title { 
    font-family: CircularXX TT, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(12, 25, 55, 1);
}

.impact-section .impact-section_content { 
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.impact-section .impact-section_content .impact-section_content_text { 
    font-family: CircularXX TT, sans-serif;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(12, 25, 55, 1);
    max-width: 840px;
    margin: 0 auto;
}

.impact-section .impact-section_content .impact-section_content_cards { 
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.impact-section .impact-section_content .impact-section_content_cards .impact-section_content_card { 
    width: calc((100% - 48px) / 3);
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.impact-section .impact-section_content .impact-section_content_cards .impact-section_content_card .impact-section_content_card_logo { 
    width: 56px;
    height: 56px;
    object-fit: cover;
    object-position: center;
}

.impact-section .impact-section_content .impact-section_content_cards .impact-section_content_card .impact-section_content_card_title { 
    font-family: CircularXX TT, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(12, 25, 55, 1);
    max-width: 284px;
}

@media (max-width: 1280px) { 
    .impact-section .impact-section_container { 
        max-width: 689px;
    }
    .impact-section .impact-section_content .impact-section_content_text { 
        padding: 0 24px;
    }
    .impact-section .impact-section_content .impact-section_content_cards .impact-section_content_card .impact-section_content_card_title { 
        font-weight: 450;
    }
}

@media (max-width: 568px) { 
    .impact-section {
        padding: 40px;
    }

    .impact-section .impact-section_title_container .impact-section_pre-title { 
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .impact-section .impact-section_title_container .impact-section_title { 
        font-size: 32px;
        line-height: 40px;
    }

    .impact-section .impact-section_content{
        gap: 40px;
    }

    .impact-section .impact-section_content .impact-section_content_text { 
        padding: 0;
    }

    .impact-section .impact-section_content .impact-section_content_cards{ 
        flex-direction: column;
        padding: 0;
    }

    .impact-section .impact-section_content .impact-section_content_cards .impact-section_content_card{
        width: 100%;
    }
   
}
