section {
    padding-top: 270px;
    background: url("../image/image/schemes.png") no-repeat top right;
}

.schemes__wrapper {
    margin: 0 195px 153px;
}

/* .schemes__block img {
    margin-right: 50px;
} */

.schemes__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 0 30px;
    margin-bottom: 20px;
}

.schemes__wrapper img {
    max-width: 200px;
    justify-content: center;
}

.schemes__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.schemes__block h1 {
    text-align: center;
}

@media only screen and (max-width: 1150px) {
    .schemes__wrapper {
        margin: unset !important;
    }
}

@media only screen and (max-width: 900px) {
    .schemes__block__text h1 {
        margin: unset;
        margin-top: 15px;
        font-size: 16px;
    }

    .schemes__block__text p {
        margin-top: 20px;
        font-size: 12px;
    }

    .schemes_watch {
        font-size: 12px;
    }

    .schemes__block__action {
        margin-top: 20px;
    }
}