         body {
             overflow-x: hidden;
             font-family: 'Aeonik';
         }

         @media screen and (max-width: 768px) {
             .candidate-content.text.section {
                 padding: 40px;
                 padding-top: 0px !important;
                 padding-bottom: 0px !important;
             }

             .pop-form {
                 width: 90%;
             }

             .menu-mobile-popup .menu-tab .user-tag.active {
                 width: 100%;
             }

             .explanation-cont {
                 padding: 20px !important;
             }

             .job-positions {
                 padding: 0px;
             }

             .c-form {
                 padding-top: 150px;
             }
         }

         .hero-section {
             background: linear-gradient(135deg, #0E4494 0%, #1CB0E0 100%);
             position: relative;
             overflow: hidden;
             color: #fff;
             min-height: calc(100vh - 90px);
             display: flex;
             align-items: center;
         }

         .hero-content {
             position: relative;
             z-index: 2;
             padding-right: 20px;
         }

         .inside-title {
             font-size: 48px;
             font-weight: 700;
             line-height: 1.2;
         }

         @media (max-width: 991px) {
             .inside-title {
                 font-size: 36px;
             }
         }

         .hero-glow {
             position: absolute;
             width: 500px;
             height: 500px;
             background: #ffffff;
             filter: blur(150px);
             opacity: 0.25;
             border-radius: 50%;
             bottom: -200px;
             left: 20%;
             z-index: 0;
             pointer-events: none;
         }

         /* Decorative Shapes Styles */
         .hero-shape {
             position: absolute;
             z-index: 1;
             pointer-events: none;
         }

         .shape-star-1 {
             top: 5%;
             left: 2%;
             width: 10.25px;
         }

         .shape-star-2 {
             bottom: 20%;
             left: 3%;
             width: 13.61px;
         }

         .shape-star-3 {
             bottom: 5%;
             left: 40%;
             width: 27px;
         }

         .shape-star-4 {
             top: 34.9%;
             left: 13.2%;
             width: 13.5px;
         }

         .shape-star-5 {
             top: 30%;
             right: 12%;
             width: 18px;
         }

         .shape-star-6 {
             top: 3%;
             left: 61%;
             width: 10px;
         }

         .shape-star-7 {
             top: 10%;
             right: 55%;
             width: 25px;
         }

         .shape-star-8 {
             bottom: 10%;
             left: 76%;
             width: 12px;
         }

         .shape-group-1 {
             bottom: -30px;
             left: -40px;
             width: 129px;
             height: 128.8px;
             color: #F9F9F9;
         }

         .shape-group-2 {
             top: -10px;
             right: -52px;
             width: 129px;
             height: 128.8px;
             color: #F9F9F9;
         }

         .hero-content .sub-title {
             display: inline-block;
             font-family: 'Aeonik';
             font-size: 15px;
             font-weight: 400;
             margin-top: 70px;
             color: #FFFFFF;
         }


         .hero-content .inside-title {
             font-family: 'Aeonik';
             font-size: 42px;
             font-weight: 700;
             margin-bottom: 5px;
             margin-top: 0px;
             color: #FFFFFF;
         }

         .hero-content .description {
             font-size: 16px;
             font-family: 'Aeonik';
             line-height: 1.6;
             margin-bottom: 5px;
             color: rgba(255, 255, 255, 1);
             max-width: 100%;
             font-weight: 400;
         }

         .btn-group-hero {
             display: flex;
             gap: 20px;
             align-items: center;
             margin-bottom: 30px;
             flex-wrap: wrap;
         }

         .btn-primary-hero {
            display: inline-flex;
            align-items: center;
             background-color: #00c3ff;
             color: #fff;
             padding: 15px 30px;
             font-size: 16px;
             gap: 8px;
             border-radius: 30px;
             font-weight: 500;
             text-decoration: none;
             transition: all 0.3s ease;
         }

         .btn-primary-hero:hover {
             background-color: #00a0d2;
             color: #fff;
         }

         .btn-outline-hero {
             background-color: transparent;
             color:rgba(255, 255, 255, 1);
             border: 1px solid #fff;
             padding: 15px 30px;
             border-radius: 30px;
             font-weight: 500;
             font-size: 16px;
             text-decoration: none;
             transition: all 0.3s ease;
         }

         .btn-outline-hero:hover {
             background-color: #fff;
             color: #062263;
         }

         .hero-image-wrapper {
             position: relative;
             z-index: 2;
             text-align: right;
         }

         .hero-image-wrapper .main-hero-img {
             max-width: 100%;
             border-radius: 20px;
         }


         @media (max-width: 991px) {
             .hero-section {
                 padding: 60px 0;
             }

             .hero-content {
                 text-align: center;
                 padding-right: 0;
                 margin-bottom: 40px;
             }

             .hero-content .description {
                 margin: 0 auto 30px;
             }

             .btn-group-hero {
                 justify-content: center;
             }

             .hero-image-wrapper {
                 text-align: center;
             }
         }
         .section-pill {
             display: inline-block;
             padding: 8px 25px;
             margin-top: 0;
             margin-bottom: 5px;
             background-color: #ffffff;
             color: #1CB0E0;
             font-size: 15px;
             font-weight: 500;
             border-radius: 30px;
             box-shadow: 4px 3px 10.9px rgba(0, 0, 0, 0.08);
             font-family: 'Aeonik';
         }

         .section-title {
             font-size: 32px !important;
             font-weight: 700 !important;
             color: #0F172A !important;
             margin-top: 0;
             margin-bottom: 2px;
             font-family: 'Aeonik' !important;
         }

         .section-subtitle {
             font-family: 'Aeonik';
             font-size: 16px !important;
             color: #5A697E !important;
             font-weight: 400 !important;
             margin-top: 0 !important;
             margin-bottom: 0 !important;
         }

         /* Services Grid Styles */
         .service-card {
             position: relative;
             text-align: center;
             padding: 5px 5px;
             border-radius: 12px;
             transition: all 0.3s ease;
             background: transparent;
             border: 1px solid transparent;
             margin-top: 0 !important;
         }

         /* Vertical dividers for Desktop */
         @media (min-width: 992px) {
             .col-lg-4:not(:nth-child(3n)) .service-card::after {
                 content: '';
                 position: absolute;
                 top: 50%;
                 transform: translateY(-50%);
                 right: 0;
                 width: 1px;
                 height: 158.5px;
                 background: linear-gradient(180deg, rgba(126, 132, 149, 0.18) 0%, #C4CFF1 50.74%, rgba(126, 132, 149, 0.18) 100%);
             }
         }

         .icon-placeholder {
             width: 60px;
             height: 60px;
             margin: 0 auto 5px;
             display: flex;
             align-items: center;
             justify-content: center;
         }

         .service-title {
             margin-top: 0;
             font-size: 18px !important;
             font-weight: 700 !important;
             color: #000000;
             margin-bottom: 2px;
             font-family: 'Aeonik' !important;
         }

         .service-desc {
             font-size: 14px !important;
             line-height: 1.4 !important;
             margin-bottom: 8px !important;
             color: #000000;
             font-family: 'Aeonik' !important;
             padding: 0 10px !important;
             max-width: 300px;
             margin-left: auto !important;
             margin-right: auto !important;
         }

         .service-link {
             color: #1CB0E0 !important;
             font-size: 14px !important;
             font-weight: 600 !important;
             text-decoration: none !important;
             font-family: 'Aeonik', sans-serif !important;
         }

         .service-link:hover {
             color: #0E4494 !important;
         }

         .btn-all-categories {
             display: inline-block;
             background-color: #1CB0E0;
             color: #FFFFFF;
             font-size: 16px;
             padding: 12px 30px;
             border-radius: 30px;
             font-weight: 500;
             text-decoration: none;
             font-family: 'Aeonik', sans-serif;
             transition: background-color 0.3s ease;
         }

         .btn-all-categories:hover {
             background-color: #0E4494;
             color: #fff;
         }

         .choose-bg {
             background: linear-gradient(98.27deg, #EFF8FE 1.12%, #E7EDF6 100%);
             background-size: cover;
             background-position: center;
             background-repeat: no-repeat;
         }
         .choose-features-container {
             display: flex;
             justify-content: center;
             align-items: center;
             gap: 30px;
             flex-wrap: wrap;
             margin-top: 10px;
             padding-bottom: 20px;
         }

         .feature-circle {
             width: 207px;
             height: 207px;
             background-color: rgba(255, 255, 255, 0.3);
             border: 1px solid rgba(255, 255, 255, 0.7);
             border-radius: 50%;
             display: flex;
             flex-direction: column;
             justify-content: center;
             align-items: center;
             text-align: center;
             box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
             padding: 20px;
             transition: transform 0.3s ease;
         }

         .feature-circle:hover {
             transform: translateY(-5px);
         }

         .feature-circle img {
             width: 45px;
             height: 45px;
             margin-bottom: 15px;
             object-fit: contain;
             color: #FFFFFF;
         }

         .feature-circle p {
             font-family: 'Aeonik' !important;
             font-size: 18px !important;
             font-weight: 500 !important;
             color: #000000 !important;
             line-height: 100% !important;
             margin: 0 !important;
         }

         .candidate-section {
             padding-top: 70px;
         }

         .candidate-list li svg {
             flex-shrink: 0;
         }


         .candi-sub {
             font-size: 16px;
             font-family: 'Aeonik';
             font-weight: 400;
             color: #5A697E;
             margin-bottom: 0;
         }

         .candi-sub p {
             font-size: 16px;
             font-family: 'Aeonik';
             font-weight: 400;
             color: rgba(90, 105, 126, 1);
             margin-bottom: 15px;
             text-align: justify;
         }
          .employee-title {
             margin-top: 2px;
             margin-bottom: 40px;
             font-size: 32px;
             color: rgba(15, 23, 42, 1);
             font-weight: 700 !important;
         }


         .candidate-title {
             margin-top: 2px;
             margin-bottom: 10px;
             font-size: 32px;
             color: rgba(15, 23, 42, 1);
             font-weight: 700 !important;
         }
         .candidate-info.container {
             display: block;
             padding-top: 0;
         }

         .index-candidate-content {
             margin-left: 0;
             padding-right: 60px;
             text-align: left;
         }

         .cand-image {
             display: flex;
             justify-content: flex-end;
             align-items: center;
         }

         .cand-image img {
             width: 100%;
             height: auto;
             max-width: 436px;
             border-radius: 24px;
         }

         .index-candidate-content .group-title {
             flex-direction: column;
             align-items: flex-start;
             display: flex;
         }

         .index-candidate-list {
             text-align: left;
         }

         .index-resume-btn-container {
             text-align: left;
         }

         .index-resume-btn {
             background-color: #16296b !important;
             color: white !important;
             border-radius: 30px !important;
             padding: 12px 30px !important;
             font-weight: 500 !important;
             display: inline-flex !important;
             align-items: center !important;
             justify-content: center !important;
             text-align: center;
             line-height: 1.4;
             text-decoration: none;
         }

         .index-about {
             display: inline-flex !important;
             align-items: center !important;
             justify-content: center !important;
             min-width: 40px !important;
             padding: 12px 30px !important;
             border: 1px solid #1CB0E0 !important;
             /* 1px thin border like the image */
             border-radius: 50px !important;
             background-color: transparent !important;
             text-decoration: none;
            color: rgba(29, 183, 229, 1);
             font-weight: 500 !important;
             font-size: 16px !important;
             transition: all 0.3s ease;
         }

         .index-about:hover {
             background-color: #1CB0E0 !important;
             color: white !important;
         }

.service-card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #E5EAF1;
    border-radius: 8px;
    padding: 20px;
    min-height: unset !important;
    height: auto;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 9.7px 0px rgba(208, 222, 230, 0.5);
backdrop-filter: blur(4.699999809265137px);

}

.service-card:hover,
.service-card.active {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #1CB0E0;
}

.service-card h3 {
    color:var(--Grays-Black, rgba(0, 0, 0, 1));
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'Aeonik', sans-serif;
}

.service-card p {
    font-size: 13px;
    color: #5A697E;
    margin-bottom: 15px;
    flex-grow: 0;
    line-height: 1.5;
}

.service-link {
    color: #1CB0E0;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: auto;
}

.service-link:hover {
    color: #0E4494;
}

.job-category-section .row.g-5 {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

@media (max-width: 991px) {
    .job-category-section .row.g-5 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
    .job-category-section .tf-container {
        max-width: 100%;
    }
}

.service-icon img{
    padding-bottom: 10px !important;
}

.service-card h3 {
    color: #0F172A;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'Aeonik', sans-serif;
}

.service-card p {
    font-size: 13px;
    color: #5A697E;
    margin-bottom: 15px;
    flex-grow: 0;
    line-height: 1.5;
}

.service-link {
    color: #1CB0E0;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: auto;
}

.service-link:hover {
    color: #0E4494;
}

.whyus-section {
    padding: 20px 0 40px 0;
    background: linear-gradient(98.27deg, #EFF8FE 1.12%, #E7EDF6 100%);
}

.common-card{
    background: rgba(255, 255, 255, 1);
    border: 1px solid #E5EAF1;
    border-radius: 8px;
    padding: 18px;
    height: 100%;
    text-align: left;
    transition: all 0.3s ease;
}
.common-card h6 {
    color:rgba(44, 45, 46, 1);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 0px;
    font-family: 'Aeonik';
}

.common-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #1CB0E0;
}

.common-card .image-card {
    width: 38px;
    height: 38px;
    background: #e6f7fc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 0;
}

.common-card p {
    font-size: 16px;
    font-weight: 400;
    color: var(--Grays-Black, rgba(0, 0, 0, 1));
    line-height: 1.5;
    margin-bottom: 0;
    font-family: 'Aeonik';
}

@media (max-width: 767px) {
    .whyus-section {
        padding: 40px 0;
    }
}
.job-category-section .row.g-5 {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

@media (max-width: 991px) {
    .job-category-section .row.g-5 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
}
         .service-card h3 {
             color: #0F172A;
             font-weight: 700;
             font-size: 18px;
             margin-bottom: 15px;
             margin-top: 0;
         }

         .service-list {
             font-size: 15px;
             font-weight: 400;
             color: #5A697E;
             padding-left: 20px;
             margin-bottom: 25px;
             flex-grow: 1;
             list-style-type: disc;
         }

         .service-list li {
             margin-bottom: 8px;
         }

         .service-card p {
             font-size: 15px;
             color: #5A697E;
             margin-bottom: 25px;
             flex-grow: 1;
         }

         .service-link {
             color: #1CB0E0;
             font-size: 15px;
             font-weight: 500;
             text-decoration: none;
             transition: color 0.3s ease;
         }

         .service-link:hover {
             color: #0E4494;
         }
          .candidate-info {
             background: linear-gradient(98.27deg, #EFF8FE 1.12%, #E7EDF6 100%);
         }

         .client-info {
             padding: 20px 0;
         }

         .client-image {
             margin-bottom: 20px;
             width: 100%;
             height: auto;
             max-width: 436px;
         }

         .client-content {
             text-align: left;
             margin-top: 10px;
             margin-right: 20px;
             margin-left: 0;
             padding: 0;
             text-align: justify;
         }

         .client-sub {
             font-size: 16px;
             font-family: 'Aeonik';
             font-weight: 400;
             color: #5A697E;
             margin-bottom: 0;
             line-height: 1.7;
             letter-spacing: 0;
         }

         .client-sub p {
             font-size: 16px;
             font-family: 'Aeonik';
             font-weight: 400;
             color: #5A697E;
             margin-bottom: 15px;
             text-align: justify;
         }

         .group-title h1 {
             font-family: 'Aeonik';
             font-size: 32px;
             font-weight: 700;
             color: #0F172A;

         }

         .group-title p {
             font-family: 'Aeonik';
             font-size: 18px;
             font-weight: 400;
             color: #5A697E;
             margin-top: 2px;
             margin-bottom: 10px;
         }

         .testimonial-section {
  padding-top: 30px;
  padding-bottom:0 !important;
}
         .wd-testimonials .description {
             font-size: 16px !important;
             font-family: 'Aeonik';
             font-weight: 400;
             line-height: 28px;
             color: #5A697E;
             margin-bottom: 20px;
             text-align: justify;
         }

         .product-mana {
             font-size: 18px !important;
             font-family: 'Aeonik';
             font-weight: 400;
             line-height: 24px;
             color: #302A2A99;

         }

         .max-will {
             font-size: 18px !important;
             font-family: 'Aeonik';
             font-weight: 500;
             line-height: 24px;
             color: #0F172A;
         }

         .custom-file-upload {
             display: flex !important;
             justify-content: center !important;
             align-items: center;
             gap: 12px;
             padding: 16px 20px;
             background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 240, 255, 1) 100%);
             border: 1px solid rgba(32, 111, 231, 1);
             border-radius: 8px;
             cursor: pointer;
             color: rgba(32, 111, 231, 1);
             font-weight: 500;
             margin-bottom: 0;
             transition: all 0.3s ease;
         }

         .custom-file-upload:hover {
             border-color: #0F172A;
         }

         @media (max-width: 991px) {

             .candi-sub p,
             .client-content,
             .client-sub p,
             .wd-testimonials .description {
                 text-align: left !important;
             }

             .cand-image {
                 justify-content: center !important;
             }
         }

         .card {
             width: 348px;
             /* height: 200px; */
             background-color: #4158D0;
             background-image: linear-gradient(90deg, rgba(40, 43, 122, 1) 0%, rgba(33, 35, 122, 1) 50%, rgba(40, 43, 122, 1) 99%);
             border-radius: 8px;
             color: white;
             overflow: hidden;
             position: relative;
             transform-style: preserve-3d;
             perspective: 1000px;
             transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
             cursor: pointer;
         }

         .card-content {
             padding: 20px;
             position: relative;
             z-index: 1;
             display: flex;
             flex-direction: column;
             gap: 10px;
             color: white;
             align-items: center;
             justify-content: center;
             text-align: center;
             height: 100%;
         }

         .card-content .card-title {
             font-size: 18px;
             font-weight: 700;
             color: inherit;
             text-transform: uppercase;
         }

         .card-content .card-para a {
             color: inherit;
             opacity: 0.8;
             font-size: 16px;
             text-decoration: none;
         }

         .card:hover {
             transform: rotateY(10deg) rotateX(10deg) scale(1.05);
             box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
         }

         .card:before {
             content: "";
             position: absolute;
             top: 0;
             left: 0;
             width: 100%;
             height: 100%;
             background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
             transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
             z-index: 1;
         }

         .card:hover:before {
             transform: translateX(-100%);
         }

         .card:after {
             content: "";
             position: absolute;
             top: 0;
             right: 0;
             width: 100%;
             height: 100%;
             background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
             transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
             z-index: 1;
         }

         .card:hover:after {
             transform: translateX(100%);
         }

         @media screen and (max-width: 768px) {
             .cyber-logo {
                 width: 100%;
                 display: flex;
                 justify-content: center;
             }

             .col-lg-10.col-md-8.section {
                 display: flex;
                 justify-content: center;
             }

             .inner-footer.next_sec {
                 padding-top: 10px;
             }

             .card.section {
                 margin-bottom: 30px;
             }

             .inner-footer.next_sec.section {
                 padding-bottom: 0px;
             }

             .footer-cl-2 {
                 margin-bottom: 10px;
             }
         }
 .testimonals{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1440px;
  max-width: 100%;
}
.partnerships {
    background-color: #0d121c; 
    background-image: url("../images/index/workforce.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 80px 40px;
    text-align: center;
    max-width: 1120px;
    margin: 40px auto;
    color: #ffffff;
}

.partnerships p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color:rgba(255, 255, 255, 1);
}

.partnership-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-cyan-hero {
    background-color: rgba(29, 183, 229, 1);
    color: rgba(255, 255, 255, 1);
    padding: 15px 35px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #1CB0E0;
}

.btn-cyan-hero:hover {
    background-color: #0e8caf;
    border-color: #0e8caf;
}

.btn-cyan-outline {
    background-color: transparent;
    color:  rgba(29, 183, 229, 1) !important;
    border: 1px solid #1CB0E0;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cyan-outline:hover {
    background-color: #1CB0E0;
    color: #ffffff !important;
}
.how-work h4 {
    color: rgba(15, 23, 42, 1);
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

/* How We Work Process Styles */
.work-process-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .work-process-container {
        flex-wrap: nowrap;
    }
}

.work-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .work-process-container {
        flex-direction: column;
        align-items: center;
    }
    .work-step {
        width: 100%;
        min-width: unset;
        flex: unset;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .work-step {
        flex: 0 0 calc(50% - 60px);
        min-width: unset;
    }
}

.step-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.step-circle img {
    width: 105px; /* Matched perfectly to Figma 100-110px */
    height: auto;
    object-fit: contain;
}

.work-arrow {
    flex: 0 0 80px;
    height: 1px;
    background-color: currentColor;
    position: relative;
    margin-top: 50px;
}

.work-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid currentColor;
}

.arrow-blue { color: #2955ff; }
.arrow-purple { color: #7b46e4; }
.arrow-cyan { color: #4ec3d9; }

.work-step h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 10px;
}

.work-step p {
    font-size: 14px;
    font-weight: 400;
    color:var(--Grays-Black, rgba(0, 0, 0, 1));
    line-height: 1.5;
}   
