.page-info {
    background: #009993;
    color: #ffffff;
}

.page-info .main-content {
    width: 100%;
}

.info-page {
    min-height: 100vh;
    background: #009993;
}

.info-layout {
    padding: 2.25rem 1.5rem 7.5rem;
}

.info-panel {
    width: 100%;
    color: #ffffff;
}

.info-intro {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
}

.info-intro__lead,
.info-intro__paragraph {
    margin: 0;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: 0.01em;
}

.info-intro__lead {
    font-size: 15px;
}

.info-intro__paragraph {
    font-size: 15px;
}

.info-steps {
    margin-top: 3rem;
}

.info-steps__title {
    margin: 0 0 2rem 1rem;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.info-steps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.55rem;
}

.info-step {
    display: grid;
    grid-template-columns: 2.7rem 1fr;
    align-items: center;
    column-gap: 1rem;
}

.info-step__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 999px;
    background: #f3c14e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.14);
}

.info-step__text {
    display: block;
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.32;
}

.info-instagram {
    margin: 3rem 0 0;
    display: flex;
    align-items: center;
    gap: 1.35rem;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.info-instagram__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
}

@media (min-width: 768px) {
    .page-info {
        background: #009993;
    }

    .info-page {
        background: #009993;
    }

    .info-layout {
        max-width: 96rem;
        margin: 0 auto;
        padding: 3rem 2rem 8rem;
    }

    .info-panel {
        width: min(100%, 82rem);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: transparent;
        padding: 4rem 2.5rem 4.5rem;
    }

    .info-intro {
        width: min(100%, 68rem);
        gap: 2.6rem;
        text-align: left;
    }

    .info-intro__lead {
        font-size: 20px;
        line-height: 1.8rem;
    }

    .info-intro__paragraph {
        font-size: 20px;
        line-height: 1.8rem;
    }

    .info-intro br {
        display: none;
    }

    .info-steps {
        width: min(100%, 68rem);
        margin-top: 5rem;
    }

    .info-steps__title {
        margin-left: 0;
        margin-bottom: 2.3rem;
        font-size: 20px;
        line-height: 1.8rem;
    }

    .info-steps__list {
        gap: 1.7rem;
    }

    .info-step {
        grid-template-columns: 3rem 1fr;
        column-gap: 1.35rem;
    }

    .info-step__badge {
        width: 3rem;
        height: 3rem;
        font-size: 1.8rem;
    }

    .info-step__text {
        font-size: 20px;
        line-height: 1.8rem;
    }

    .info-instagram {
        width: min(100%, 68rem);
        margin-top: 5rem;
        font-size: 20px;
        line-height: 1.8rem;
    }
}
