.pricing {
    #header {
        h1 {
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

        #title-container {
            .badge {
                padding: 12px;
                width: 100%;
                box-sizing: border-box;

                @media screen and (min-width: 876px) {
                    padding: 2rem;
                }

                @media screen and (min-width: 1200px) {
                    width: 280px;
                }

                &>.row {
                    margin: 0;
                    align-items: center;
                    justify-content: start;
                    gap: 10px;

                    @media screen and (min-width: 876px) {
                        align-items: start;
                        gap: 8px;
                    }

                    &>div {
                        display: flex;
                        flex-direction: row;
                        align-items: start;
                        justify-content: center;
                        gap: 12px;
                        font-size: 14px;
                        font-weight: 400;

                        @media screen and (min-width: 876px) {
                            font-size: 16px;
                            flex-direction: column;
                            gap: 8px;
                            justify-content: start;
                        }
                    }
                }
            }

            padding-bottom: 217px;

            @media screen and (min-width: 876px) {
                padding-bottom: 290px;
            }
        }
    }

    #pricing {
        margin-top: -201px;

        @media screen and (min-width: 876px) {
            margin-top: -234px !important;
        }
    }

    #be-private {
        .box.white {
            padding: 28px 20px;

            @media screen and (min-width: 876px) {
                padding: 40px;
            }
        }
    }

    #expert-support {
        padding: 28px 20px 230px 20px;
        background: url("../images/prism-background-qfPMXqX.svg") no-repeat bottom right, linear-gradient(119deg, #AC70EF 4.1%, #F27FBE 51.13%, #FFB681 98.16%);

        @media screen and (min-width: 1200px) {
            padding: 48px 90px 48px 500px;
            min-height: 320px;
            background: url("../images/prism-background-lg-mvMYgac.svg") no-repeat bottom right, linear-gradient(119deg, #AC70EF 4.1%, #F27FBE 51.13%, #FFB681 98.16%);

            img {
                left: 90px;
            }
        }

        h3 {
            color: white;

            font-size: 24px;
            line-height: 36px;

            @media screen and (min-width: 1200px) {
                font-size: 40px;
                line-height: 60px;
            }
        }

        p {
            color: white;
        }
    }

    #download-app {
        padding: 28px 20px 250px 20px;

        @media screen and (min-width: 1200px) {
            overflow: visible;
            padding: 60px 90px;
            min-height: 320px;

            img {
                right: 120px;
            }
        }

        h3 {
            color: white;

            font-size: 24px;
            line-height: 36px;

            margin: auto;
            text-align: center;

            @media screen and (min-width: 1200px) {
                margin: 0;
                text-align: start;
                font-size: 40px;
                line-height: 60px;
            }
        }

        p {
            margin: auto;
            text-align: center;

            @media screen and (min-width: 1200px) {
                margin: 0;
                text-align: start;
            }
        }

        .row {
            justify-content: center;
            gap: 16px;

            @media screen and (min-width: 1200px) {
                justify-content: start;
            }

            a {
                img {
                    @media screen and (min-width: 1200px) {
                        width: 180px;
                        height: auto;
                    }
                }
            }
        }
    }
}