       * {
            scroll-behavior: smooth;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Poppins', sans-serif;
        }
        .container {
            width: 100%;
            background-color: #ffffff;
        }

        .brite-orange {
            color: #ffb100;
        }
        .brite-yellow {
            color: #ffeb00;
        }
        .brite-purple {
            color: #ac81f7;
        }
        .brite-dark-orange {
            color: #ff6a00;
        }

        ul {

        }
        li {
            font-size: 10px;
    font-weight: 400;
    margin: 10px 0;
        }

            .modal {
      position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /*background: linear-gradient(45deg, #ff6a00, rgb(255 177 0), #ff6a00);*/
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.modal-content {
  background-color: transparent;
    padding: 20px;
    width: 100%;
    border-radius: 0;
    margin: 100px auto 0 auto;
    height: 85vh;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.close-button {
      cursor: pointer;
    font-size: 3em;
    position: relative;
    top: -70px;
    float: right;
    right: 20px;
    color: #000000;
}

.custom-select-wrapper {
    position: relative;
}
.custom-select-wrapper::after {
    content: '\25BC';
     position: absolute;
          top: 0;
          right: 0;
          transform: translateY(-50%);
          pointer-events: none;
    color: #c2c2c2;
}

        .main-btn {
         display: block;
    /*background: linear-gradient(45deg, #cc00ff, #25002f);*/
        /*background: linear-gradient(45deg, rgb(255 177 0), rgb(255, 235, 0));*/
        background: linear-gradient(45deg, #ff6a00, rgb(255, 235, 0));
    color: #000000;
    border: none;
    border-radius: 100px;
    padding: 8px 20px;
    text-decoration: none;
    width: fit-content;
    margin-top: 10px;
    font-weight: 600;
        }
        .hero-btn {
         display: block;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 100px;
    padding: 8px 20px;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 2px 2px 2px 0 #00000026;
    background: linear-gradient(45deg, #ff6a00, rgb(255, 235, 0));
        }

        h1 {
            font-size: 2em;
            font-weight: 600;
            color: #000000;
            line-height: 1.2;
        }
        p {
            font-size: 16px;
            font-weight: 300;
            color: #333333;
        }
        .header {
         display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 50px;
    position: sticky;
    top: 0;
    z-index: 999999;
    background-color: #ffffff;
        }
        .header-col-1 {
            flex-basis: 20%;
        }
        .logo {
            width: 150px;
        }
        .header-col-2 {
            flex-basis: 60%;
            text-align: right;
        }
        .header-col-2 a {
            font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    margin-right: 20px;
    cursor: pointer;
        }
        .header-col-2 .header-btn {
            background-color: transparent;
            border: none;
            font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    margin-right: 20px;
    cursor: pointer;
        }
        .header-col-3 {
            flex-basis: 15%;
            text-align: right;
        }
        .header-col-3 a {
            font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    margin-right: 20px;
    cursor: pointer;
        }
        .header-col-3 .btn {
        background-color: transparent;
    color: #000000;
    padding: 8px 20px;
    border-radius: 100px;
    border: 1px solid #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
        }
        .hp-content {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            padding: 100px 50px;
        }
        .hp-content .btn {
            position: relative;
            width: fit-content;
            background: linear-gradient(45deg, #cc00ff, #25002f);
            color: #ffffff;
            padding: 10px 14px;
            border-radius: 100px;
            border: none;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            top: 20px;
            text-align: center;
            margin: 0 auto;
        }
        .hp-content-col {
            flex-basis: 100%;
            height: 28vh;
            text-align: center;
            padding-top: 50px;
        }
         .content {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            padding: 50px;
        }
        .content .btn {
            position: relative;
            width: fit-content;
            background: linear-gradient(45deg, #cc00ff, #25002f);
            color: #ffffff;
            padding: 10px 14px;
            border-radius: 100px;
            border: none;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            top: 20px;
            text-align: center;
            margin: 0 auto;
            cursor: pointer;
        }
        .r404 {
            width: 45%;
        }
        .content-col {
            flex-basis: 50%;
            text-align: center;
            padding-top: 50px;
            margin: 0 auto;
        }
        .contactForm {
            input[type="text"], input[type="email"], input[type="tel"] {
                width: 49.5%;
                padding: 10px;
                border-radius: 8px;
                border: 1px solid #eeeeee;
                font-size: 18px;
                font-weight: 300;
                color: #000000;
            }
            input[type="text"]::placeholder {
                font-size: 18px;
                font-weight: 300;
                color: #adadad;
            }
            select {
                width: 100%;
                padding: 10px;
                border-radius: 8px;
                border: 1px solid #eeeeee;
                font-size: 18px;
                font-weight: 300;
                color: #000000;
            }
            textarea {
                width: 100%;
                padding: 10px;
                border-radius: 8px;
                border: 1px solid #eeeeee;
                font-size: 18px;
                font-weight: 300;
                color: #000000;
            }
            textarea::placeholder {
                font-size: 18px;
                font-weight: 300;
                color: #adadad;
            }
            text-align: left;
        }
        
        .hp-hero-container {
            width: 100%;
    height: 100vh;
    background-color: #ffffff;
    position: relative;
    top: 0;
    z-index: 99999;
    text-align: center;
    background-image: url(../images/hero-try-08.png);
    background-size: cover;
    background-position: center;
    color: #000000;
        }
        .hp-hero-container h1 {
            font-size: 3em;
    font-weight: 600;
    color: #000000;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
        }
        .hp-hero-container p {
            font-size: 22px;
    color: #000000;
    width: 80%;
    margin: 0 auto;
        }
        .hp-hero-container .tag {
            color: #000000;
    background-color: #ffeb00;
    font-size: 14px;
    font-weight: 400;
    border-radius: 100px;
    border: none;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 2px 10px;
        }
        .hp-hero {
            display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, transparent, #000000);*/
        }
        .hp-hero-col {
            flex-basis: 100%;
            padding: 150px;
        }

        .hp-solutions-container {
            width: 100%;
            background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 50px;
        }
        .hp-solutions-container h2 {
            font-size: 2em;
    font-weight: 400;
    margin-bottom: 10px;
        }
        .hp-solutions {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 90%;
            margin: 0 auto;
        }
        .hp-solutions-col {
            flex-basis: 23%;
    padding: 20px;
    border-radius: 4px;
    border-bottom: 6px solid #ffffff;
    background-color: transparent;
        }
        .hp-solutions-col h3 {
            font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
        }
        .hp-solutions-col p {
            font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 20px;
        }

        .hp-industries-container {
            width: 100%;
            background-color: #000000;
            color: #ffffff;
        }
        .hp-industries {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            padding: 100px 50px;
            border-left: 4px solid #ffeb00;
        }
        .hp-industries-col-1 {
            flex-basis: 40%;
            padding-right: 50px;
        }
        .hp-industries-col-1 h2 {
            font-size: 2em;
    font-weight: 800;
    color: #ac81f7;
    line-height: 1;
        }
        .hp-industries-col-1 .icons {
        color: #ffeb00;
        }
        .hp-industries-col-1 p {
            font-size: 14px;
            color: #ffffff;
            font-weight: 300;
        }
        .hp-industries-col-2 {
            flex-basis: 60%;
        }
        .hp-industries-list {
            display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
    flex-wrap: wrap;
        }
        .hp-industries-list-col {
            flex-basis: 24%;
    background-color: transparent;
    margin-bottom: 4px;
    padding: 10px;
    border-radius: 4px;
    margin-right: 4px;
        }
        .hp-industries-list-col h3 {
            font-size: 16px;
            font-weight: 600;
        }
        .hp-industries-list-col .icons {
            color: #ffeb00;
    font-size: 10px;
    vertical-align: middle;
        }

        .hp-service-one-container {
            width: 100%;
    background-color: #f3f3f3;
    color: #000000;
        }
        .hp-service-one-container h2 {
             font-size: 2em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
        }
        .hp-service-one-container h3 {
            font-size: 1.4em;
            font-weight: 400;
            color: #ac81f7;
            margin-bottom: 5px;
        }
        .hp-service-one-container p {
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            line-height: 1.8;
        }
        .hp-service-one {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 90%;
            margin: 0 auto;
        }
        .hp-service-one-col-1 {
            flex-basis: 50%;
            padding: 50px;
        }
        .hp-service-one-col-2 {
            flex-basis: 50%;
        }

        .hp-service-two-container {
            width: 100%;
            background-color: #000000;
            color: #ffffff;
        }
        .hp-service-two-container h2 {
                font-size: 2em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
        }
        .hp-service-two-container h3 {
            font-size: 1.4em;
            font-weight: 400;
            color: #ac81f7;
            margin-bottom: 5px;
        }
        .hp-service-two-container p {
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
            line-height: 1.8;
        }
        .hp-service-two {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 90%;
            margin: 0 auto;
        }
        .hp-service-two-col-1 {
            flex-basis: 50%;
            text-align: center;
        }
        .hp-service-two-col-2 {
            flex-basis: 50%;
            padding: 50px;
        }

        .hp-service-three-container {
            width: 100%;
            background-color: #f3f3f3;
            color: #000000;
        }
        .hp-service-three-container h2 {
               font-size: 2em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
        }
        .hp-service-three-container h3 {
            font-size: 1.4em;
            font-weight: 400;
            color: #ac81f7;
            margin-bottom: 5px;
        }
        .hp-service-three-container p {
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            line-height: 1.8;
        }
        .hp-service-three {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 90%;
            margin: 0 auto;
        }
        .hp-service-three-col-1 {
            flex-basis: 50%;
            padding: 150px 50px;
        }
        .hp-service-three-col-2 {
            flex-basis: 50%;
        }

        .hp-service-four-container {
         width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
        }
        .hp-service-four-container .overlay {
        background-image: url(../images/data_analytics_consulting_07.png);
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
    }
        .hp-service-four-container h2 {
            font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1;
    width: 80%;
    margin: 0 auto;
        }
        .hp-service-four-container h3 {
            font-size: 1.3em;
    font-weight: 400;
    color: #ac81f7;
    margin-bottom: 5px;
        }
        .hp-service-four-container p {
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            line-height: 1.8;
        }
        .hp-service-four-container .main-btn {
                display: block;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 100px;
    padding: 8px 20px;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
        }
        .hp-service-four {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        .hp-service-four-col-1 {
         flex-basis: 100%;
    padding: 90px 300px;
    height: 122vh;
        }

        .hp-reviews-container {
            width: 100%;
            color: #000000;
            background: linear-gradient(45deg, rgb(255 177 0), rgb(255, 235, 0), rgb(255 177 0));
        }
        .hp-reviews {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 90%;
            margin: 0 auto;
        }
        .hp-reviews-col {
            flex-basis: 100%;
            padding: 100px;
            text-align: center;
        }
        .hp-reviews-col h2 {
                font-size: 2em;
    font-weight: 600;
    margin-bottom: 25px;
        }
        .hp-reviews-col p {
            font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 20px;
        }
        .hp-reviews-col .client-name {
            font-size: 1.5em;
    color: #000000;
        }
        .hp-reviews-col .client-business {
            font-size: 14px;
    font-weight: 600;
    color: #000000;
        }

        .hp-cta-container {
            width: 100%;
            background: linear-gradient(45deg, rgb(255, 235, 0), #ffb100);
            color: #000000;
            padding: 50px;
        }
        .hp-cta-container h2 {
            font-size: 2em;
    font-weight: 400;
    color: #000000;
        }
        .hp-cta-container h2 {
            font-size: 2.5em;
    font-weight: 400;
    color: #000000;
        }
        .hp-cta-container p {
            font-size: 18px;
            font-weight: 400;
            color: #000000;
        }
        .hp-cta {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        .hp-cta-col-1 {
            flex-basis: 50%;
        }
        .hp-cta-col-2 {
            flex-basis: 50%;
            text-align: right;
        }
        .hp-cta-col-2 .cta-btn {
            background: linear-gradient(45deg, #ff6a00, rgb(255, 235, 0));
    color: #000000;
    border: none;
    border-radius: 100px;
    padding: 8px 20px;
    text-decoration: none;
    width: fit-content;
    margin-top: 10px;
    font-weight: 600;
        }


        .hp-email-newsletter-container {
             width: 100%;
    padding: 50px 100px;
    color: #ffffff;
    background: linear-gradient(45deg, #ac81f7, #25002f, rgb(255 177 0));
    text-align: center;
    text-align: center;
        }
        .hp-email-newsletter-container h2 {
                  font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
        }
        .hp-email-newsletter-container h3 {
            font-size: 16px;
    font-weight: 300;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
        }
        .hp-email-newsletter-container input {
            width: 30%;
            background-color: #ffffff;
            border: none;
            border-radius: 100px;
            color: #000000;
            font-size: 16px;
            font-weight: 400;
            padding: 12px;
        }
        .hp-email-newsletter-container input::placeholder {
            color: #000000;
            font-size: 16px;
            font-weight: 400;
        }
        .hp-email-newsletter-container .newsletter-btn {
            display: block;
    /*background: linear-gradient(45deg, rgb(255 177 0), rgb(255, 235, 0));*/
    background: linear-gradient(45deg, #ff6a00, rgb(255, 235, 0));
    color: #000000;
    border: none;
    border-radius: 100px;
    padding: 14px 20px;
    text-decoration: none;
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 2px 2px 2px 0 #00000026;
}
        .hp-email-newsletter {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        .hp-email-newsletter-col-1 {
            flex-basis: 100%;
        }

        .hp-blog-posts-container {
            width: 100%;
            background-color: #ffffff;
            color: #000000;
            padding: 50px;
        }
        .hp-blog-posts-container h2 {
         font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
        }
        .hp-blog-posts {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
        }
        .hp-blog-posts-col {
            flex-basis: 32%;
            border-right: 1px solid #dddddd;
            padding: 50px;
        }
        .hp-blog-posts-col .blog-posts-date {
            font-size: 10px;
            color: #000000;
            font-weight: 400;
            margin-bottom: 10px;
        }
        .hp-blog-posts-col h3 {
            font-size: 1.2em;
            font-weight: 600;
            color: #000000;
            margin-bottom: 10px;
        }
        .hp-blog-posts-col p {
            font-size: 14px;
            font-weight: 400;
            color: #000000;
            margin-bottom: 10px;
        }
        .hp-blog-posts-col .posts-btn {
            font-size: 12px;
            font-weight: 600;
            color: #000000;
            text-decoration: underline;
        }

        .about-modal {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            width: 85%;
            margin: 0 auto;
        }
        .about-modal .headline {
            font-size: 2em;
    font-weight: 600;
    color: #000000;
        }
        .about-modal p {
            font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
        }
        .about-modal-col-1 {
            flex-basis: 50%;
        }
        .about-modal-col-1 img {
            width: 100%;
        }
        .about-modal-col-2 {
        flex-basis: 50%;
    background-color: transparent;
    padding: 50px;
    border-radius: 20px;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
        }

        .faq-modal {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            width: 85%;
            margin: 0 auto;
            color: #000000;
        }
        .faq-modal .headline {
            font-size: 2em;
    font-weight: 600;
    color: #000000;
        }
        .faq-modal-col-1 {
            flex-basis: 100%;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 50px;
    border-radius: 20px;
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
        }
        .faq-modal-col-1 img {
            width: 100%;
        }
        .faq-modal-col-1 p {
                font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
        }
        .faq-modal-col-2 {
            flex-basis: 50%;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 50px;
    border-radius: 20px;
    height: 70vh;
        }

        .contact-modal {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            width: 85%;
            margin: 0 auto;
        }
        .contact-modal .headline {
         font-size: 1.5em;
    font-weight: 600;
    color: #000000;
    line-height: 1.1;
        }
        .contact-modal p {
        font-size: 16px;
    font-weight: 400;
    color: #000000;
        }
        .contact-modal-form {
            input {
                width: 49%;
                background-color: #ffffff;
                padding: 8px;
                border: 1px solid #dddddd;
                border-radius: 8px;
                font-size: 14px;
                font-weight: 400;
                color: #000000;
            }
            input::placeholder {
                font-size: 14px;
                font-weight: 400;
                color: #000000;
            }
            select {
                width: 49%;
                background-color: #ffffff;
                padding: 8px;
                border: 1px solid #dddddd;
                border-radius: 8px;
                font-size: 14px;
                font-weight: 400;
                color: #000000;
            }
            select::option {
                font-size: 14px;
                font-weight: 400;
                color: #000000;
            }
            .contact-btn {
                display: block;
    /* background: linear-gradient(45deg, rgb(255 177 0), rgb(255, 235, 0)); */
    background: linear-gradient(45deg, #ff6a00, rgb(255, 235, 0));
    color: #000000;
    border: none;
    border-radius: 100px;
    padding: 14px 20px;
    text-decoration: none;
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 2px 2px 2px 0 #00000026;
            }
        }
        .contact-modal-col-1 {
           flex-basis: 50%;
        }
        .contact-modal-col-1 img {
            width: 100%;
        }
        .contact-modal-col-2 {
           flex-basis: 50%;
    background-color: #ffffff4d;
    padding: 50px 25px;
    border-radius: 20px;
    height: 78vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

.hp-footer-container {
    width: 100%;
    background-color: #ededed;
    color: #000000;
}
.hp-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.hp-footer h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000000;
}
.hp-footer p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    display: block;
    margin-top: 10px;
}
.hp-footer-col-1 {
    flex-basis: auto;
    padding: 50px;
}
.hp-footer-col-1 img {
    width: 40%;
}
.hp-footer-col {
    flex-basis: 32%;
    padding: 50px;
}
.hp-footer-col a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    line-height: 2;
    color: #000000;
}

.footer-container {
    width: 100%;
    background-color: #ededed;
    color: #000000;
    padding: 20px 50px 50px 50px;
}
        .footer {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
        }
        .footer-col {
            flex-basis: 100%;
            text-align: center;
        }
        .footer-col a {
            color: #000000;
            text-decoration: underline;
        }
        .footer-col p {
                font-size: 14px;
    font-weight: 300;
    color: #333333;
    display: block;
    margin-top: 10px;
        }

         .cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#ffffff;
    background: linear-gradient(45deg, #fad935, #fffb00);
    padding: 15px;
    display: none; 
    padding: 25px 50px;
    z-index: 999999;
}
.cookie-banner p {
    font-size: 13px;
    font-weight: 400p;
    color: 000000;
}
.cookie-banner a {
    color: #000000;
}
.cookie-banner button {
    margin: 0 10px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #000000;
    cursor: pointer;
    background-color: transparent;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    /* float: right; */
    margin-left: -5px;
    margin-top: 5px;
    transition: .2s ease-in-out;
}
.cookie-banner button:hover {
    background-color: #000000; 
    border: 1px solid #000000;
    color: #ffffff;
}
    .cookie-banner .cookie {
        font-size: 1.5em;
        display: none;
    }
    .cookie-banner h2 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px;
    }

        @media only screen and (max-width: 600px) {
            .header {
                padding: 10px 5px;
            }
            .header-col-1 {
                flex-basis: 50%;
            }
            .header-col-2 {
                display: none;
            }
            .header-col-3 {
                flex-basis: 50%;
            }
            .hp-hero, .hp-service-one, .hp-service-three, .hp-service-four, .hp-email-newsletter, .about-modal, 
            .faq-modal, .contact-modal {
                flex-direction: column;
                padding: 50px 0;
            }
            .about-modal-col-1 img, .contact-modal-col-1 img {
                width: 100%
            }
            .faq-modal-col-1 {
                
            }
            .hp-service-two {
                flex-direction: column-reverse;
                padding: 50px 0;
            }
            .hp-service-one-col-2, .hp-service-two-col-1, .hp-service-three-col-2 {
                padding: 0;
            }
            .hp-service-one-col-1, .hp-service-two-col-2, .hp-service-three-col-1 {
                padding: 0 10px;
            }
            .hp-service-four-container .overlay {
                background-size: contain;
                background-position: center bottom;
            }
            .hp-service-four-col-1 {
                padding: 100px 10px;
            }
            .hp-email-newsletter-container {
                padding: 50px 10px;
            }
            .hp-email-newsletter-col-1 {
                padding: 10px;
            }
            .hp-service-one img, .hp-service-two img, .hp-service-three img {
                width: 100%;
            }
        }