.info-page-content {

    .fw-bolder {
        font-weight: 600;
    }

    .contactUs-main, .Imprint-main {
        @media (min-width: 1446px) {
            padding: 0 5%
        }
        a {
            color: #000;
        }

        a:hover {
            color: #bb91ff;
            text-decoration: underline;
        }
        .body-wrapper {
            margin-top: 100px;
            margin-bottom: 100px;
            display: flex;
            justify-content: space-between;
            @media (max-width: 768px) {
                flex-direction: column;
                margin-top: 50px;
                margin-bottom: 50px;
            }

            .content-body {
                min-height: 500px;
                flex: 1;
            }
        }

        .title-wrapper {
            font-size: 44px;
            color: #000000;
            font-family: "Source Sans Pro";
        }

        .header-address {
            line-height: 60px;
            display: inline-block;
            font-size: 44px;
            color: #000000;
            font-family: "Source Sans Pro";
            border-bottom: 2px solid #650ff1;
            @media (max-width: 768px) {
                font-size: 40px;
            }
        }

        .content-text {
            margin: 40px 0;
            font-size: 30px;
            color: #000000;
            font-family: "Source Sans Pro";
            @media (max-width: 768px) {
                margin: 20px 0;
                font-size: 20px;
            }
        }

        .be-st {
            margin-bottom: 60px;
            @media (max-width: 768px) {
                margin-bottom: 30px;
            }
        }

        .content-email {
            font-size: 34px;
            color: #000000;
            font-family: "Source Sans Pro";
            @media (max-width: 768px) {
                font-size: 20px;
            }
        }
    }

    .aboutUs-main {
        a {
            color: #000;
        }

        a:hover {
            color: #bb91ff;
            text-decoration: underline;
        }
        @media (min-width: 1446px) {
            padding: 0 5%
        }
        .section-box {
            margin: 5% 0;
        }
        .body-wrapper {
            margin-top: 100px;
            margin-bottom: 100px;
        }

        .title-wrapper {
            font-size: 44px;
            color: #000000;
            font-family: "Source Sans Pro";
        }

        .subTitle {
            font-size: 40px;
            color: #000000;
            font-weight: 600;
            font-family: "Source Sans Pro";
        }

        .subTitle-two {
            margin: 20px 0;
            font-size: 34px;
            color: #000000;
        }

        .content-text {
            font-size: 34px;
            color: #000000;
            display: flex;
            flex-direction: column;
        }

        .liHeight {
            line-height: 35px;
            font-size: 30px;
        }

        .text-wrap {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            height: 100%;
        }
        @media (max-width: 768px) {
            .body-wrapper {
                margin-top: 50px;
                margin-bottom: 50px;
            }
            .subTitle {
                font-size: 20px;
            }
            .subTitle-two {
                font-size: 18px;
            }
            .content-text {
                font-size: 20px;
            }
            .liHeight {
                line-height: 25px;
            }
        }
    }

    .influencers-partners-main {
        a {
            color: #000;
        }

        a:hover {
            color: #650ff1;
            text-decoration: underline;
        }
        @media (min-width: 1446px) {
            padding: 0 5%
        }
        .title-wrapper {
            font-size: 44px;
            color: #000000;
            font-family: "Source Sans Pro";
        }
        .section-box {
            margin: 5% 0;
            font-size: 34px;
            color: #000000;
        }
        .content-text {
            line-height: 40px;
            font-size: 27px;
        }
        .text-title {
            font-size: 34px;
            line-height: 35px;
        }

        @media (max-width: 768px) {
            .content-text {
                line-height: 30px;
                font-size: 20px;
            }
        }
    }

    .privacyPolicy-main, .TermsConditions-main {
        font-family: "Source Sans Pro", Arial, sans-serif;
        color: #333333;
        line-height: 1.6;
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
        background-color: #ffffff;

        .title-wrapper {
            font-size: 48px;
            color: #000000;
            font-weight: 700;
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e0e0e0;
        }

        h5 {
            color: #000000;
            font-weight: 600;
            font-size: 24px;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        p {
            font-size: 18px;
            margin-bottom: 20px;
        }

        i {
            font-size: 16px;
            font-style: normal !important;
            font-weight: 600;
            color: #6610f2;
        }

        ul {
            margin-left: 20px;
            margin-bottom: 20px;
        }

        li {
            margin-bottom: 10px;
        }

        a {
            color: #6610f2;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .title-wrapper {
                font-size: 36px;
                padding: 0 20px;
            }

            h5 {
                font-size: 20px;
            }

            p {
                font-size: 14px;
            }

            i {
                font-size: 14px;
            }
        }
    }
}