.page {
    width: 96%;
    max-width: 1346px;
    margin: 120px auto 50px;
    font-family: Inter, sans-serif;
    position: relative;
    display: flex;
    gap: 40px;
}
.package, .content {
    flex-basis: calc(100% - 490px);
}
.sidebar {
    flex-basis: 450px;
}
.page h1 {
    font-family: Manrope, Inter, sans-serif;
    font-size: 48px;
    color: #161D46;
    font-weight: 800;
}
.page h2 {
    color: #374151;
    font-family: Manrope, Inter, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.page h3 {
    color: #374151;
    font-family: Manrope, Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.page p {
    margin-bottom: 20px;
}
.page a {
    color: #232896;
    text-decoration: underline;
}
.page img {
    border-radius: 30px;
    max-width: 100%;
    height: auto;
}
.page .package-info {
    border-radius: 7px;
    border: 1px solid #D8DFF1;
    background: #FFF;
    box-shadow: 0px 4px 250px 0px rgba(0, 0, 0, 0.09);
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    font-family: Inter;
    width: 450px;
    max-width: 100%;
    box-sizing: border-box;
}
.page .package-info p {
    margin-bottom: 0;
}
.page .package-info p:first-of-type {
    color: #6D717C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.page .package-info p span.price {
    display: block;
    color: #000;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 61.48px;
    margin-top: 15px;
}
.page .package-info p span.price span {
    color: #667085;
    font-size: 28px;
    font-weight: 500;
}
.page a.button {
    border-radius: 14.68px;
    padding: 14.685px 24.475px;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-family: Inter;
    display: block;
    margin-bottom: 20px;
    max-width: 335px;
}
.page a.button:hover {
    opacity: 0.8;
}
.page a.button.dk-blue {
    background: #1E285A;
    color: #fff;
}
.page a.button.lt-blue {
    color: #1E285A;
    background: #6EC8F0;
}
.page a.button.white {
    color: #1E285A;
    border: 1px solid #A6A6A6;
}
.page .package-info ul {
    margin-top: 0;
    color: #6D717C;
    font-size: 16px;
}
.page .free-quiz img {
    position: relative;
    z-index: 1;
}
.page a.button.green {
    background: #32B25C;
    color: #F0EBE7;
    text-shadow: 1px 1px 3px #555;
}
.page .free-quiz a.button {
    margin-top: -34px;
    z-index: 2;
    position: relative;
}
.page .buttons a.button {
    width: 300px;
    display: inline-block;
    margin: 0 0 20px 20px;
}
.page .package-info a.button {
    margin-bottom: 0;
}
.page .sidebar a.button {
    max-width: 436px;
    margin-left: auto;
    margin-right: auto;
}
.page .sidebar .top-img {
    margin-bottom: 20px;
    text-align: center;
}
.page iframe {
    margin: 0 auto -18px;
    display: block;
}
section.questions p {
    background-image: url("//cdn.habitcoach.com/svg/question-mark.svg");
    background-repeat: no-repeat;
    border-radius: 20px;
    background-size: 36px;
    background-position: 24px center;
    border: 1px solid #E9E9E9;
    padding: 10px 24px 10px 78px;
    color: rgba(22, 29, 70, 0.80);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin: 10px 0;
}
@media (max-width: 1000px) {
    .page {
        flex-wrap: wrap;
        position: relative;
        margin-top: 100px;
    }
    .page h1, .page h2:first-of-type {
        text-align: center;
    }
    .package, .sidebar {
        flex-basis: 100%;
    }
    .package img {
        display: block;
        margin: 0 auto;
    }
    .package, .content {
        flex-basis: 100%;
    }
    .sidebar .package-info {
        position: absolute;
        top: 116px;
        left: 50%;
        width: 96%;
        max-width: 450px;
        margin-left: -225px;
    }
    .sidebar .free-quiz {
        margin: 0 auto;
        max-width: 450px;
        width: 100%;
    }
}
@media (max-width: 500px) {
    .sidebar .package-info {
        left: 2%;
        margin-left: 0;
    }
}