        .con-button {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
            font-weight: 300;
            margin-left: 9.45%;
            border: 1px solid #304ffe;
            margin-bottom: 5%;
            background: transparent;
            text-transform: uppercase;
            color: #304ffe;
            padding: 21.75px 30.75px;
            border-radius: 12px;
            box-shadow: 0 9px 15.75px rgba(0,0,0,0.1);
            text-decoration: none;
            font-size: 1.21rem;
            transition: all 0.3s ease;
            font-family: 'Roboto', sans-serif;
        }
        .con-button i {
            font-size: 1.21rem;
        }
        .con-button:hover {
            background: #304ffe;
            box-shadow: 0 9px 15.75px rgba(0,0,0,0.3);
            color: #fff;
        }
        h3 {
            color: #ffffff;
            font-size: 1.15rem;
            font-weight: 300;
        }
        .faq-container {
            font-family: 'Roboto', sans-serif;
            border-top: 1px solid #303030;
            border-bottom: 1px solid #303030;
            overflow: hidden;
            font-size: 21px;
            font-weight: 300;
        }
        .faq-item {
            border-bottom: 1.15px solid #303030;
            margin: 0 3%;
        }
        .faq-question {
            cursor: pointer;
            padding: 30.75px;
            position: relative;
            color: #ffffff;
            font-size: 1.21em;
        }
        .faq-question:hover {
            color: #ffffff;
            background: #151515;
        }
        .faq-question::after {
            content: "+";
            position: absolute;
            right: 21px;
            top: 45%;
            transform: translateY(-45%);
            font-size: 30px;
            color: #757575;
            transition: transform 0.3s ease, color 0.3s;
        }
        .faq-question.active::after {
            transform: translateY(-45%) rotate(45deg);
            color: #304ffe;
        }
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 21px;
            font-size: 17.45px;
            color: #ffffff;
            transition: max-height 0.5s ease, padding 0.3s ease;
        }
        .faq-answer.show {
             padding-top: 0px;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 30px;
            max-height: 545px;
        }
        .faq-answer a {
            font-size: larger;
            color: #304ffe;
            text-decoration: none;
        }
        .faq-answer a:hover {
            color: #304ffe;
        }
        .content-section {
            display: flex;
            margin: 30px 0;
            flex-wrap: wrap;
            background-color: transparent;
            overflow: hidden;
            position: relative;
            min-height: 245px;
            height: 55.75%;
            border-top: 1px solid #303030;
            border-bottom: 1px solid #303030;
        }
        .image-container {
            flex: 1 1 45%;
            position: relative;
            overflow: hidden;
        }
        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 0;
        }
        .text-content {
            flex: 1 1 55%;
            padding: 45px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            z-index: 2;
        }
        .text-content p {
            font-size: 1.05rem;
            color: #ffffff; 
            margin-bottom: 15px;
        }
        .image-container::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }
        .image-container::after {
            background: linear-gradient(to right, 
                        rgba(0, 0, 0, 0) 0%, 
                        rgba(0, 0, 0, 0.5) 75%,
                        rgba(0, 0, 0, 0.9) 100%);
        }
        @media (max-width: 745px) {
            .content-section {
                flex-direction: column;
                min-height: auto;
            }
            .image-container, .text-content {
                flex-basis: 100%;
                min-width: unset;
            }
            .image-container::after {
                background: none !important; 
            }
        }
        @media (max-width: 475px) {
            .text-content {
                padding: 21px;
            }
            .text-content p {
                font-size: 1rem;
            }
        }
        h6 {
            padding-top: 45px;
            padding-bottom: 45px;
            padding-left: 9%;
            padding-right: 9%;
            color: #ffffff;
            text-align: left;
            font-size: 3rem;
            font-weight: 400;
            margin: 30px auto;
            text-transform: none;
            background-size: 55px 55px; 
            background-image: repeating-linear-gradient(180deg, #212121 0 0.5px, transparent 1px 55%);
            background-position: 0 0, 0 0;
        }
        @media (max-width: 375px) {
        h6 {
            font-size: 1.21rem;
        }
        }
        @media (max-width: 415px) {
        h6 {
            font-size: 1.75rem;
        }
        }
        @media (min-width: 416px) and (max-width: 515px) {
        h6 {
            font-size: 2.15rem;
        }
        }
        @media (min-width: 516px) {
        h6 {
            font-size: 3rem;
        }
        }
        .data-container {
            display: flex;
            flex-wrap: wrap; 
            gap: 30px;
            padding: 45px 21px;
            justify-content: center;
            border-bottom: 1px solid #303030;
        }
        .data-item {
            flex: 1 1 300px; 
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 21px 9px;
            position: relative;
        }
        .number {
            font-size: 9em;
            font-weight: 900; 
            line-height: 0.9; 
            text-align: center;
            margin-bottom: 0.1em;
            display: block;
            color: #ffffff;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
        }
        .text {
            font-size: 1.45em; 
            font-weight: 300;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 1px; 
            margin-top: 5.45px;
            padding-top: 12px;
            position: relative;
        }
        .text::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 75px;
            height: 3px;
            background-color: #ffffff;
        }
        .data-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 15%;
            height: 70%;
            width: 1px;
            background: #303030;
        }
        @media (max-width: 999px) {
            .number {
                font-size: 5.45em;
            }
            .data-item:after {
                display: none;
            }
            .data-item:not(:last-child) {
                border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                padding-bottom: 50px;
            }
        }
        @media (max-width: 575px) {
            .number {
                font-size: 4.45em; 
            }
            .text {
                font-size: 1.15em;
            }
            .text::before {
                width: 60px;
            }
        }