.intro {
    position: relative;
    height: 555px;
    width: 100%;
    background: url('../imgs/bg/intro_programs.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;

}


.big_intro_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.check_text {
    font-size: 24px;
}


.intro_title {
    color: #fff;
    font-weight: 700;
    font-size: 62px;

}

.intro_subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 56px;
}

.kit_title {
    margin-top: 90px;
    font-weight: 600;
    font-size: 24px;
    color: #2C3E50;
}

.kit_container {
    margin-top: 50px;
}