.section-our-scheme{
    display: flex;
    flex-direction: column;
}
.section-our-scheme .title{
    font-size: 2.6em;
    font-weight: bold;
}
.section-our-scheme .title2{
    font-size: 1.5em;
    margin: 50px 0;
    font-weight: 600;
    color: black;
}
.section-our-scheme .our-scheme__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}
.section-our-scheme .our-scheme__list .our-scheme__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(25% - 40px);

}
.section-our-scheme .our-scheme__list .our-scheme__item img{
    height: 64px;
    margin-bottom: 4px;
}
.section-our-scheme .our-scheme__list .our-scheme__item .description{
    font-size: 1.1em;
}



@media screen and (max-width: 1025px) {
    .section-our-scheme .our-scheme__list .our-scheme__item{
        width: calc(50% - 40px);;
    }

}
@media screen and (max-width: 769px) {
    .section-our-scheme .title{
        font-size: 2.4em;
    }
    .section-our-scheme .title2{
        margin: 30px 0;
    }
}
@media screen and (max-width: 426px) {
    .section-our-scheme .our-scheme__list .our-scheme__item{
        width: 100%;
        padding: 12px;
    }
    .section-our-scheme .title{
        font-size: 1.8em;
    }
    .section-our-scheme .title2{
        font-size: 1.2em;
    }

}
@media screen and (max-width: 321px) {

}