    .funding-section {
      max-width: 800px;
    }

    .funding-card {
      display: flex;
      align-items: center;
      padding: 20px 0;
      gap: 20px;
    }

    .funding-card:not(:last-child) {
      border-bottom: 1px solid #0c0c0c;
    }

    .funding-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

 .funding-icon img {
    width: 100%;
    height: 100%;
}
   .funding-content h3 {
    margin: 0;
    display: block;
    line-height: 120% !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: "Work Sans" !important;
    color: #0C0C0C !important;
}

    .funding-content p {
      margin: 5px 0 0;
      font-size: 0.95rem;
      color: #333;
      line-height: 1.5;
    }












#main-sec-inner h1 {
    text-align: center;
    font-family: playfair display;
    font-size: 64px;
    line-height: 120%;
    color: #0C0C0C;
    font-weight: 600;
}
#main-sec-inner span {
    color: #A127C5;
}
#main-sec-inner p {
    text-align: center;
    font-weight: 400;
    line-height: 135% !important;
    font-family: 'Work Sans' !important;
    font-size: 20px !important;
    color: #000000 !important;
}
#second-sec-inner h2 {
    font-family: playfair display;
    font-size: 40px;
    line-height: 120%!important;
    font-weight: 600;
    color: #0C0C0C;
}
#second-sec-inner span {
    color: #A127C5;
}
#second-sec-inner .vc_custom_1755848677712 {
    padding-right: 10% !important;
}
#second-sec-inner p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    font-family: 'Work Sans' !important;
    color: #000000;
}

#third-inner-sec h2, #fourth-inner-main h2, #revolution-sec h2 {
    font-weight: 600;
    font-family: 'Playfair Display';
    color: #0C0C0C !important;
}
#third-inner-sec p, #fourth-inner-main p {
    font-weight: 400;
    font-family: "Work Sans"!important;
    line-height: 150%!important;
    color: #000000 !important;
}
#cta-inner p {
    font-family: "Work Sans"!important;
    color: #0c0c0c!important;
    width: 70%;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 135% !important;
}
#fourth-inner-main .vc_custom_1755856084034 {
    padding-right: 10% !important;
}
#fourth-inner-main .aio-icon-header h3.aio-icon-title {
    margin: 0;
    display: block;
    line-height: 120%!important;
    font-size: 24px!important;
    font-weight: 600!important;
    font-family: "Work Sans"!important;
    color: #0C0C0C !important;
}
#fourth-inner-main .aio-icon-header+.aio-icon-description {
    margin-top: 10px;
    font-size: 16px!important;
    line-height: 150%;
    font-weight: 400!important;
    color: #000000!important;
    font-family: "Work Sans"!important;
    border-bottom: 1px solid #0c0c0c;
    padding-bottom: 2%;
}
#revolution-card {
    display: flex;
    justify-content: center;
}
#revolution-card h3 {
    color: #0c0c0c !important;
    font-family: work sans !important;
    line-height: 120% !important;
    margin-bottom: 0% !important;
    padding: 4% !important;
    font-weight: 600 !important;
}
#revolution-card h4 {
    color: #000000 !important;
    font-family: Work Sans !important;
    line-height: 114% !important;
    margin-bottom: 0% !important;
}
#revolution-card  .vc_col-sm-2 {
    width: 24% !important;
    margin-bottom: 4% !important;
}
.book-btn a, .interview-btn a {
    border-radius: 28px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-family: 'Work Sans' !important;
    line-height: 150% !important;
    font-weight: 600;
}
.interview-btn a::before {
    border: 1px solid #a127c5;
    right: 25px;
    position: absolute;
    transition: transform .5s ease;
    transform: translateX(0);
    content: "";
    width: 15px;
    top: 27px;
    visibility: hidden;
}
.interview-btn a::after {
    content: url("/wp-content/uploads/2025/07/expand_less.png");
    display: inline-block;
    position: relative;
    transition: transform .5s ease;
    transform: translateX(0);
    top: 1px;
    left: 10px;
}
.interview-btn a:hover::before {
    transform: translateX(6px);
    visibility: visible;
}
.interview-btn a:hover::after {
    transform: translateX(6px);
}
.book-btn {
    width: 28%;
    float: left;
}
.interview-btn {
    width: 29%;
}
.interview-btn a {
    font-weight: 600 !important;
}
#cta-inner-two p {
    font-family: Work Sans !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 120% !important;
}

.book-btn-two a, .interview-btn-two a {
    border-radius: 28px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-family: 'Work Sans' !important;
    line-height: 150% !important;
    font-weight: 600 !important;
}
.interview-btn-two a::before {
     border: 1px solid #a127c5;
    right: 25px;
    position: absolute;
    transition: transform .5s ease;
    transform: translateX(0);
    content: "";
    width: 15px;
    top: 27px;
    visibility: hidden;
}
.interview-btn-two a::after {
    content: url("/wp-content/uploads/2025/07/expand_less.png");
    display: inline-block;
    position: relative;
    transition: transform .5s ease;
    transform: translateX(0);
    top: 1px;
    left: 10px;
}
.interview-btn-two a:hover::before {
    transform: translateX(6px);
    visibility: visible;
}
.interview-btn-two a:hover::after {
    transform: translateX(6px);
}


#test-slider strong {
    font-weight: 600 !important;
}
#test-slider .carousel-caption div {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
}
#test-slider .slick-dots {
    width: auto;
    right: 0;
    top: 0;
}
#test-slider .slick-slide img {
    display: block;
    width: 100%;
}
#test-slider .content-section {
    padding: 20px;
    background-color: #FFF9E8 !important;
    margin-left: -100px;
    z-index: 1111;
}
#test-slider .slider {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 0%;
    padding-top: 0%;
}
#test-slider .content-section p {
    font-size: 16px !important;
    text-align: left !important;
    line-height: 24px !important;
    font-family: 'Work Sans' !important;
}
#third-inner-sec .vc_custom_1755848677712 {
    padding-right: 10% !important;
}
@media only screen and (max-width:1800px){
	.book-btn {
    width: 34% !important;
    float: left;
}
}
@media only screen and (max-width:1600px){
	.book-btn {
    width: 40% !important;
    float: left;
}
.interview-btn {
    width: 40%;
}
#test-slider {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
	#cta-sec {
    background-position: right !important;
}
}
@media only screen and (max-width:1300px){
		div#cta-sec {
    background-position: right !important;
}
#main-sec-inner h1 {
    font-size: 50px;
    margin-bottom: 10px !important;
}
	#cta-inner p {
    font-size: 20px !important;
}
	#cta-inner-two p {
    font-size: 20px !important;
}
	.book-btn a {
    padding: 12px 24px !important;
}
	.book-btn-two a {
    padding: 12px 24px !important;
}
	#revolution-card {
    padding-top: 2% !important;
}

	#second-sec-inner h2 {
    font-size: 30px;
    line-height: 120% !important;
}
	#third-inner-sec h2, #fourth-inner-main h2, #revolution-sec h2 {
    font-weight: 600;
    font-family: "Playfair Display";
    color: #0c0c0c!important;
    font-size: 30px !important;
}
	#fourth-inner-main .aio-icon-header h3.aio-icon-title {
    font-size: 20px!important;
}
	#revolution-card h3 {
    font-size: 20px !important;
}
	#revolution-card h4 {
    font-size: 18px !important;
}
	#second-sec-main, #third-section-main, #fourth-sec-main {
    padding-bottom: 0% !important;
}
	#revolution-sec {
    padding-bottom: 5% !important;
}
	#main-sec-inner .vc_col-sm-3 {
    display: none !important;
}
	#main-sec-inner .vc_col-sm-6 {
    width: 100%;
}
	#main-sec-inner p {
    width: 80%;
    margin: auto;
}
}
@media only screen and (max-width:1100px){
	.funding-content h3 {
    font-size: 20px !important;
}
	div#cta-sec {
    background-position: left !important;
    background-image: url('https://girlpowerusa.org/wp-content/uploads/2025/09/1024.png') !important;
}
	#cta-inner-two {
    background-position: center !important;
    background-image: url('https://girlpowerusa.org/wp-content/uploads/2025/09/1025.png') !important;
}
	#main-sec-inner p {
    font-size: 18px !important;
}
	#cta-sec {
    background-position: left !important;
}
	#cta-sec .vc_col-sm-8 {
    width: 100%;
}
#cta-inner p {
    width: 70% !important;
    font-size: 20px !important;
}
	.book-btn {
    width: 30% !important;
    float: left;
}
	#cta-inner-two p {
    font-size: 20px !important;
}
	#main-sec-inner .vc_col-sm-3 {
    width: 25%;
    display: none !important;
}
	#main-sec-inner .vc_col-sm-6 {
    width: 100%;
}
    	#test-slider .slick-slide img {
    display: block;
    width: 100%;
    margin: 0 auto !important;
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
}
	#test-slider .carousel-caption div {
    display: grid;
    grid-template-columns: 50% 50% !important;
    align-items: center;
}
	#test-slider .content-section {
    padding: 20px;
    background-color: #FFF9E8 !important;
    margin-left: 0px !important;
    z-index: 1111;
	}
	#main-sec, #second-sec-main, #third-section-main, #fourth-sec-main, #revolution-sec, #cta-sec, #test-slider, #cta-sec-two  {
    padding-left: 3% !important;
    padding-right: 3% !important;
}
	#revolution-card  .vc_col-sm-2 {
    width: 33% !important;
    margin-bottom: 4% !important;
}
	.book-btn {
    width: 46%;
    float: left;
}
}

@media only screen and (max-width:800px){
	#second-sec-inner .wpb_content_element {
    margin: 0 !important;
}
	.interview-btn-two {
    width: 50% !important;
    float: right !important;
    margin-top: -9%;
}
	.book-btn-two {
    width: 50% !important;
    float: left !important;
}
	#fourth-inner-main .vc_custom_1755856084034 {
    padding-right: 0%!important;
}
#third-inner-sec .wpb_single_image.vc_align_left {
    text-align: center;
}

    #test-slider .carousel-caption div {
    display: grid;
    grid-template-columns: 100% !important;
    align-items: center;
}
	#test-slider .slick-slide img {
    display: block;
    width: 100%;
    margin: 0 auto !important;
    aspect-ratio: auto !important;
    object-fit: cover;
}
	#second-sec-inner .vc_custom_1755848677712 {
    padding-right: 0% !important;
}
	#third-inner-sec .vc_custom_1755848677712 {
    padding-right: 0% !important;
}
#second-sec-main, #third-section-main, #fourth-sec-main, #revolution-sec, #test-slider{
    padding-bottom: 0 !important;
}
	#main-sec {
    padding-bottom: 56% !important;
}
	#cta-sec .vc_col-sm-4 {
    width: 33.33333333%;
    display: none !important;
}
	#cta-sec .vc_col-sm-8 {
    width: 100% !important;
}
#cta-inner p {
    width: 77% !important;
    font-size: 18px !important;
}
	.book-btn {
    width: 38% !important;
    float: left;
}
}
@media only screen and (max-width:500px){
	.interview-btn a {
    padding: 8px 16px !important;
}
	.interview-btn-two a {
    padding: 8px 16px !important;
}
	.book-btn a {
    padding: 8px 16px !important;
}
	.book-btn-two a{
	padding: 8px 16px !important;
	}
	#revolution-card h3 {
    font-size: 18px !important;
}
	.book-btn-two {
    width: 100% !important;
    justify-content: flex-start !important;
    padding-top: 5%;
}
	.interview-btn-two {
    width: 100% !important;
    margin-top: 0%;
}
	#cta-inner-two p {
    font-size: 20px !important;
    text-align: left !important;
}
	#cta-inner p {
    width: 100% !important;
}
	.book-btn {
    width: 100% !important;
}
	#main-sec-inner h1 {
    font-size: 36px;
    margin: 10px;
}
	#main-sec-inner p {
    font-size: 16px !important;
}
	#main-sec {
    padding-bottom: 90% !important;
}
#third-inner-sec img {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
}

	#third-inner-sec h2, #fourth-inner-main h2, #revolution-sec h2 {
    font-weight: 600;
    font-family: "Playfair Display";
    color: #0c0c0c!important;
    font-size: 24px!important;
    text-align: left !important;
}
	#revolution-card .vc_col-sm-2 {
    width: 50%!important;
    margin-bottom: 4%!important;
}
	#revolution-card h4 {
    font-size: 18px!important;
    padding: 0 !important;
    margin: 0 !important;
}
	.book-btn {
    width: 100%;
    padding-top: 5%;
}
	.interview-btn {
    width: 100%;
}
	#main-sec-inner p {
    width: 92%;
    margin: auto;
}
}
@media only screen and (max-width:380px){
#main-sec {
    padding-bottom: 100% !important;
}
	#main-sec .vc_column_container>.vc_column-inner {
    padding-top: 0%;
}
	#main-sec-inner p {
    width: 100%;
    margin: auto;
}
}