body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Высота 100% от высоты окна браузера */
}
main {
    flex: 1; /* Растягивает основное содержимое */
}

/* Agreement */
.io-agreement__inner {
    max-width: 768px;
    margin: 0 auto;
}

.io-agreement__img {
    width: 100%;
    height: auto;
    margin-bottom: var(--io-size-300);
}

.io-agreement__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--io-size-075);
}

.io-agreement__heading {
    text-align: center;
    margin-bottom: var(--io-size-300);
}

.io-agreement__text-wrapper {
    line-height: 1.68;
    max-width: 576px;
    margin: 0 auto;
}