.section--planning{
    padding: 0 0 78px 0;
}

.section--planning .section__header {
    margin: 0 0 80px 0;
}
.section--planning .section__header .section__title {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
}

.section--planning .section__header .section__text {
    width: 100%;
    text-align: center;
}


@media all and (max-width: 1024px){
    .section--planning{
        padding: 0 0 50px 0;
    }
    .section--planning .section__header {
        margin: 0 0 50px 0;
    }
    .section--planning .section__header .section__title {
        margin: 0 0 10px 0;
    }
}
@media all and (max-width: 1024px) {
    main {
        padding: 8px 0 0 0;
    }
}

