@media all and (max-width: 1450px) {
    .logo-container img,
    .logo-container-section .logo-container img{
        margin: 15px 5px;
        transform: scale(.9);
        transform-origin: top left;
        max-width: 100%;
    }
}

@media all and (max-width: 1520px) and (min-width: 1250px) {
    .main-nav li {
        margin: 0 8px;
        padding: 5px 10px;
    }

    .language-nav > li {
        margin: 0 8px;
    }

    .secondary-nav {
        margin-left: 8px;
    }




}

@media all and (max-width: 1250px) and (min-width: 1100px) {

    .main-nav li > a, .main-nav li > span,
    .language-nav li > a, .language-nav li > span,
    .secondary-nav li > a, .secondary-nav li > span{
        font-size: .8em;
    }

    .nav-logo-container img {
        height: 40px;
    }
}

@media all and (max-width: 1100px) {
    /*Nav*/

    .nav-header-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .nav-wrapper {
        display: none;
    }

    .mobile-trigger {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 12px;
        justify-content: space-around;
        flex-direction: column;
        border-radius: 50%;
        border: 1px solid #fff;
    }

    .mobile-trigger span {
        width: 100%;
        height: 1px;
        background-color: #fff;
        display: block;
    }

    .mobile-open .nav-wrapper{

        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background-color: #0655A4;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;

    }

    .nav-wrapper .nav-logo-container {
        display: none;
    }

    .nav-main-container {
        padding: 25px;
    }

    .mobile-nav-header {
        height: 100px;
        width: 100%;
        padding: 15px 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
    }

    nav ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .main-nav li > a,
    .main-nav li > span {
        font-size: 1.5em;
        padding: 5px 25px;
    }

    .mobile-close-trigger {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 12px;
        justify-content: center;
        flex-direction: column;
        border-radius: 50%;
        border: 1px solid #fff;
        transform: rotate(45deg);
    }

    .mobile-close-trigger:before,
    .mobile-close-trigger:after {
        width: 40%;
        height: 1px;
        content: '';
        background-color: #fff;
        position: absolute;
    }

    .mobile-close-trigger:after {
        transform: rotate(90deg);
    }

    .nav-main-container {
        width: 100%;
    }

    .nav-right-container .language-nav {
        display: none;
    }

    .mobile-language .language-nav > li {
        margin: 0;
    }

    .main-nav li {
        margin: 0;
        padding: 5px 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .main-nav .sub-menu {
        display: flex;
        position: relative;
        padding-top: 0;
    }

    .sub-menu > ul {
        padding: 0 25px;
    }

    .sub-menu-trigger {
        display: none;
    }

    .sub-menu li  > a,
    .sub-menu li > span {
        font-size: 1.1em;
    }


    .sub-menu > ul {
        background-color: transparent !important;
    }

    .main-nav > .current-menu-parent,
    .main-nav > .current-menu-item {
        background-color: transparent !important;
        /*background-color: rgba(19, 19, 19, 0.3) !important;*/
    }

    .main-nav > .current-menu-parent > a,
    .main-nav > .current-menu-parent > span,
    .main-nav > .current-menu-item > a,
    .main-nav > .current-menu-item > span {
        background-color: #0A4279 !important;
        border-radius: 25px;
        padding: 5px 25px;
    }

    /*    .mobile-language {
            padding-left: 25px;
        }*/

    .language-nav .sub-menu ul {
        background-color: #0A4279 !important;
        border-radius: 20px;
    }

    .language-nav li > a,
    .language-nav li > span {
        font-size: 1.2em;
        padding: 5px 35px;
        border-radius: 50px;
        min-height: 50px;
    }

    .secondary-nav {
        margin-left: 25px;
    }

    .secondary-nav li > a, .secondary-nav li > span {
        font-size: 1.2em;
        padding: 15px 35px;
        border-radius: 50px;
    }

    .nav-wrapper {
        height: calc(100vh - 100px);
        overflow: auto;
        padding-bottom: 50px;
    }
}

@media all and (max-width: 992px) {
    .title-container h1 {
        font-size: 2.5em;
    }

    .title-container img {
        max-width: 100px;
        margin-bottom: 30px;
    }

    .section-main-banner-container .title-container {
        padding: 0;
        min-height: unset;
    }


    .section-overview-banner .title-container {
        padding: 0;
        min-height: unset;
    }


    /*Settings*/

    .parallax-img-wrapper {
        overflow: visible;

    }

    .section-reveal-container {
        min-height: 200vh;
    }

    .parallax-item {
        opacity: 1;
    }

    .info-image-bubble {
        max-width: 300px;
    }

    .custom-header span {
        font-size: 1.6em;
    }

    .message-profile-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
    }

    .message-profile-container .custom-header  {
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
    }

    .message-profile {
        max-width: 300px;
    }

    .info-section {
        flex-direction: column;
    }

    .info-section .custom-header {
        margin-bottom: 50px;
    }

    .info-bubble {
        max-width: 325px;
        margin: 25px 0;
    }

    .info-stat {
        font-size: 6em;
    }

    .info-bubble-icon {
        height: 50px;
        width: auto;
    }
    .info-section-header p {
        line-height: 1.3;
    }

    .info-section-header p br {
        display: none;
    }

    .message-profile-text {
        width: 100%;
        max-width: 700px;
        margin-right: unset;
        margin-bottom: 20px;
    }

    .section-extra-wrapper .message-profile-container {
        margin-bottom: 100px;
    }

    .message-profile-container-reverse .message-profile-text {
        margin-left: unset;
    }

    .logo-container-section p {
        margin-top: 0 !important;
    }

    .logo-container img {
        margin: 15px 5px;
        transform: scale(.9);
    }

    /*FOOTER*/

    footer .wrapper > div {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }


        /*OVERVIEW*/

    .overview-shape1 {
        width: 250px;
        position: absolute;
        bottom: 90px;
        left: calc(calc(50% - 100px) + 45px);
    }

    .overview-shape2 {
        width: 110px;
        position: absolute;
        bottom: 340px;
        left: calc(calc(50% - 50px) + 120px);
    }

    .overview-shape3 {
        width: 110px;
        position: absolute;
        bottom: 230px;
        left: calc(calc(50% - 50px) - 122px);
    }

    .banner-video-container {
        min-height: 600px;
    }

    .banner-video-bg-overlay {
        background-size: auto 800px;
    }

    .info-item-2754 {
        margin-bottom: 50px;
    }

    .info-item-3414 {
        margin-top: 0;
    }

    .info-item-3414 .info-bubble {
        margin-top: -30px;
        right: 30px;
    }

    .info-item-124 {
        margin-bottom: 20px;
    }

    .info-item-344 {
        margin-top: 0;
    }

    .info-item-534,
    .info-item-124{
        margin-left: 40px;
    }

    .info-item-124 p {
        padding: 20px 0 0 55px;
    }

    .info-stat img {
        left: -10px;
    }

    .info-item-3414 .info-stat {
        min-width: 300px !important;
        width: 300px;
    }

    .info-item-5267 {
        margin-bottom: 50px;
    }

    .info-item-5794 {
        margin-top: 0;
        padding: 0;
    }

    .info-item-7345 {
        left: 5vw;
    }

    .info-item-6945 .info-stat {
        margin-bottom: 0;
    }

    .info-item-6945 .info-bubble {
        left: 0;
        margin-top: -30px;
    }

    .info-item-7345 .info-stat {
        margin-bottom: 0;
        right: 0;
    }

    .info-item-7345 .info-bubble {
        margin-top: -30px;
    }

    .info-item-8664 .info-stat {
        margin-bottom: 0;
    }

    .info-item-8664 .info-bubble {
        margin-top: -30px;
        left: unset;
    }

    .info-item-9536 .info-stat {
        margin-top: -30px;
        margin-left: 0;
        right: -20vw;
    }

    .info-item-9536 .info-stat img {
        left: -20vw;
        position: absolute;
        height: 120px;
    }

    .info-item-9536 .info-bubble {
        margin-bottom: 0;
        margin-right: 0;
        right: unset;
        left: 0;

    }

    .info-item-9536 {
        margin-bottom: 100px;
    }

    /*Services*/

    .section-main-banner-container .section-banner-image-mobile {
        position: relative;
        aspect-ratio: 1920 / 1200;
        min-height: unset;
        height: auto;
        display: block;
    }

    .section-main-banner-container .section-reveal-container {
        display: none;
    }

    .logo-container-section {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .logo-container-section p {
        margin: 0 0 50px;
        text-align: center;
        width: 100%;
    }

    .logo-container-section .logo-container {
        align-items: center;
        justify-content: center;
    }

    .logo-container-section .logo-container img {
        margin: 15px 5px;
    }

    .testimonial-quote {
        font-size: 1.5em;

    }

    .gallery-item {
        width: 100% !important;
    }

    .gallery-item > div{
      aspect-ratio: 1 / 1;
        height: unset;
    }

    .gallery-item-1920-1000 > div {
        height: unset;
        aspect-ratio: 1920 / 1000;
    }

    .gallery-item-4-3 > div {
        height: unset;
        aspect-ratio: 4 / 3;
    }

    .gallery-item-3-4 > div {
        height: unset;
        aspect-ratio: 3 / 4;
    }

    /*Settlement & Integration*/

    .settlement-integration-needs {
        flex-wrap: wrap;
        padding-bottom: 0;
        padding-top: 50px;
    }

    .settlement-integration-needs > div {
        width: 100%;
        margin-bottom: 50px;
    }

    .settlement-integration-info-bg-content {
        margin-toP: 0;
    }

    .settlement-integration-info-bg-content .custom-header {
        position: relative;
        top: 0;
        left: 0;
    }

    .settlement-integration-info-bg {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }

    .settlement-integration-info-bg-content > div {
        margin-bottom: 50px;
        width: 100%;
    }

    .si-shape1 {
        width: 150px;
        bottom: 130px;
        left: calc(calc(50% - 150px) + 40%);
        transform: translateY(0) !important;
    }

    .si-shape2 {
        width: 100px;
        left: calc(calc(50% - 50px) + 5%);
        bottom: 0;
        transform: translateY(0) !important;
    }

    .si-shape3 {
        bottom: calc(calc(50% - 275px));
        width: 80%;
        max-width: 600px;
        transform: translateY(0) !important;
        position: relative !important;
    }

    .info-item-si-1 > div {
        right: 0;
    }

    .info-item-si-1-1 {
        left: 0;
        margin-top: -30px;
    }

    .info-item-si-2 {
        margin-top: 0;
        left: 20px;
    }

    .info-item-si-2-1 {
        margin-top: -30px;
        max-width: 300px;
    }

    .info-section .graph svg {
        width: 120px !important;
        height: 120px !important;
    }

    .info-item-si-3 {
        flex-direction: row;
        margin-bottom: 50px;
    }

    .graph-content p {
        font-size: 1.2em;
        line-height: 1.3;
    }

    .info-item-45363 {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .info-item-si-6 {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .info-item-si-6 p {
        font-size: 1.4em;
    }

    .info-item-si-7-1 {
        right: 0;
        top: 0;
    }

    .info-item-si-8 {
        margin-top: -30px;
    }

    .info-item-si-10-1 {
        left: -10vw;
    }

    .info-item-si-11 > div {
        flex-direction: column;
        left: 5%;
    }

    .info-item-si-11-1 {
        margin-top: 0;
        left: 0;
    }

    .info-item-si-12 {
        margin-top: -30px;
    }

    .info-item-si-13-1 {
        right: unset;
        margin-top: -30px;
    }

    .sse-circle-1 {
        width: 300px;
        bottom: 320px;
        left: calc(8vw);
    }

    .sse-circle-2 {
        bottom: 340px;
    }

    /* Employment */

    .employment-needs {
        width: 100%;
        padding-bottom: 0;
    }

    .section-employment-wrapper > .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .employment-info-bg {
        margin-top: 0;
    }

    .employment-info-bg {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .employment-info-bg-content > div {
        margin-bottom: 50px;
        width: 100%;
    }

    .employment-info-shape1 {
        width: 140px;
        bottom: unset;
        left: calc(calc(50% - 50px) - 100px);
        top: 20px;
        transform: translateY(0) !important;
        position: absolute;
    }
    .employment-info-shape2 {
        bottom: calc(calc(50% - 225px));
        width: 80%;
        max-width: 600px;
        transform: translateY(0) !important;
        position: relative !important;
    }

    .emp-our-services-container {
        left: unset;
        bottom: unset;
        margin-bottom: 0;
        transform: translateY(0) !important;
        position: relative !important;
        width: 300px;
        margin-top: 30px;
    }

    .employment-info-bg-content {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .employment-info-bg-content > div {
        width: 100%;
        padding: 0;
    }

    .info-item-e-1 > div {
        right: unset;
    }

    .info-item-e-2 {
        right: unset;
        margin-top: -30px;
        max-width: 260px;
    }

    .info-item-e-3 > div {
        flex-direction: column;
    }

    .info-item-e-4 {
        margin-top: -30px;
        max-width: 220px;
    }

    .info-item-e-5-1 {
        left: unset;
    }

    .info-item-e-5 > div {
        flex-direction: column;
    }

    .info-item-e-6 {
        margin-top: -30px;
        max-width: 280px;
    }

    .info-item-e-7 {
        margin-top: 0;
    }

    .info-item-e-7 > div {
        display: flex;
        flex-direction: column;
    }

    .info-item-e-7-img {
        left: unset;
        position: relative;
        margin-bottom: 30px;
    }

    .info-item-e-7 p {
        margin-top: 0;
        left: unset;
    }

    .info-item-e-9 {
        left: unset;
        margin-top: -30px;
        max-width: 280px;
    }

    .info-item-e-8 > div {flex-direction: column}

    .employment-job-fair1 p {
        right: unset;
    }

    .employment-shape1 {
        width: 200px;
        left: calc(50% - 140px);
        bottom: 700px;
    }
    .employment-shape2 {
        width: 200px;
        right: calc(50% - 170px);
        bottom: 300px;
    }

    .employment-extra-img {
        position: absolute;
        width: 300px;
        top: 400px;
        left: calc(calc(50% - 150px));
    }

    .employment-job-fair1 {
        min-height: unset;
        padding-top: 0;
        padding-bottom: 500px;
    }

    .employment-job-fair2 {
        padding-top: 0;
        min-height: unset;
        padding-bottom: 0;

    }

    /* Legal Assistance */

    .legal-assistance-needs {
        padding-bottom: 0;
    }
    .legal-assistance-needs > div {
        width: 100%;
    }

    .legal-assistance-info-vid .message-profile-content {
        width: 150px;
        height: 150px;
        left: -30px;
    }

    .legal-assistance-info-bg {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
    }


    .la-image1 {
        position: relative;
        width: 100%;
        max-width: 350px;
    }

    .la-image2 {
        width: 175px;
        position: absolute;
        top: calc(calc(50% - 75px) - 70px );
        right: calc(calc(50% - 75px) - 100px );
    }

    .la-image3 {
        width: 125px;
        position: absolute;
        top: calc(calc(50% - 50px) + 70px );
        left: calc(calc(50% - 50px) - 100px );
    }

    .legal-assistance-info-bg-content {
        margin-top: 0;
        width: 100%;
    }

    .section-legal-assistance-info .wrapper .wrapper {
        padding: 0;
    }

    .info-item-la-1 > div {
        flex-direction: column;
    }

    .info-item-la-1-1 {
        top: unset;
        right: unset;
    }

    .info-item-la-2 {
        margin-top: -30px;
    }

    .info-item-la-3 > div {
       left: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .info-item-la-4 {
        left: unset;
        margin-top: -50px;
    }

    .info-item-la-1 {
        margin-bottom: 50px !important;
    }

    .legal-assistance-graph-container > div {
        width: 100%;
        flex-direction: row;
        padding: 25px 0;
    }

    .legal-assistance-graph-container {
        flex-direction: column;
    }

    .legal-assistance-graph-container p {
        font-size: 1.1em;
        padding-left: 20px;
    }

    .info-item-la-8 > div {
        flex-direction: column;
    }

    .info-item-la-8 .message-profile-container {
        margin-top: 100px;
    }

    .info-item-la-9 {
        margin-top: -50px;
    }

    .info-item-la-10 img {
        width: 100%;
        max-width: 400px;
        margin-bottom: 30px;
    }

    .info-item-la-10 p {
        margin-left: 0;
    }

    .lae-align-end {
        align-self: flex-start;
    }

    .lae-wrapper .custom-header {
        margin-bottom: 50px;
    }

    .lae-wrapper p {
        margin-top: 0;
    }

/*    .section-legal-assistance-extra {
        overflow: hidden;
    }*/

    .section-legal-assistance-extra .lae-wrapper {
        min-height: unset;
        overflow: hidden;
    }

    .section-legal-assistance-extra .section-img-bg {
/*        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        height: 450px;*/
        bottom: 250px;
    }

    .section-legal-assistance-extra .lae-container {
        overflow-x: hidden;
    }

    .legal-assistance-shape3 {
        width: 300px;
        right: calc(calc(50% - 150px) - 140px);
        bottom: 160px;
        position: absolute;
        /*transform: translateY(0) !important;*/
    }

    .legal-assistance-shape2 {
        width: 300px;
        left: calc(calc(50% - 150px) - 5px);
        bottom: 0;
        position: absolute;
      /*  transform: translateY(0) !important;*/
    }

    .legal-assistance-extra1 {
        width: 170px;
        left: calc(calc(50% - 155px) - 5px);
        bottom: 150px;
        position: absolute;
        /*  transform: translateY(0) !important;*/

    }

    .section-legal-assistance-extra .lae-wrapper:last-child {
        min-height: 800px;
    }

    /*Primary Health*/

    .primary-health-needs p {
        width: 100%;
        max-width: unset;
    }

    .primary-health-needs {
        padding-bottom: 75px;
    }

    .primary-health-info-bg {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        height: 600px;
        width: 100%;
    }

    .ph-image1 {
        width: 300px;
        position: absolute;
        z-index: 2;
        left: calc(calc(50% - 150px) + 5%);
        top: 0;
        transform: translateY(0) !important;
    }

    .ph-image2 {
        width: 150px;
        position: absolute;
        z-index: 2;
        left: calc(calc(50% - 75px) - 25%);
        top: 300px;
        transform: translateY(0) !important;
    }

    .ph-shape1 {
        width: 100%;
        max-width: 380px;
        position: absolute;
        left: 0;
        transform: translateY(0) !important;
    }

    .primary-health-info-bg-content {
        flex-wrap: wrap;
    }

    .primary-health-info-bg-content > div {
        width: 100%;
        padding-right: 0;
    }

    .primary-health-info-bg-content > div:first-child,
    .primary-health-info-bg-content > div:first-child p{
        width: 100%;
        max-width: 100%;
    }


    .btn-container.btn-mobile {
        display: block;
    }

    .btn-container.btn-desktop {
        display: none;
    }

    .info-section-v2.info-section-v2-reverse {
        flex-direction: column;
    }

    .info-section-v2 img {
        width: 100%;
        max-width: 350px;
    }

    .info-section-v2 div {
        padding: 15px 0;
    }

    .section-primary-health-extra .lae-wrapper {
        min-height: unset;
    }

    .section-primary-health-extra .section-img-bg {
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        height: 550px;
    }

    .primary-health-shape2 {
        width: 180px;
        left: calc(calc(50% - 90px) - 85px);
        bottom: 0px;
        transform: translateY(0) !important;
        z-index: 2;
    }


    .primary-health-shape3 {
        width: 320px;
        left: calc(calc(50% - 160px) - 5px);
        bottom: 0;
        /*transform: translateY(0) !important;*/
    }

    .primary-health-extra1 {
        width: 340px;
        left: calc(calc(50% - 170px) - 5px);
        bottom: 0;
        /*transform: translateY(0) !important;*/
    }

    .primary-health-extra2 {
        width: 180px;
        left: calc(calc(50% - 90px) + 85px);
        bottom: 310px;
       /* transform: translateY(0) !important;*/
    }

    .wrapper .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .section-mental-health-info .logo-container-section p {
        margin-top: 0 !important;
    }

    .mental-health-needs {
        padding-bottom: 80px;
    }

    .mental-health-needs p {
        width: 100%;
    }

    .mental-health-info-bg {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
    }

    .mental-health-info-img1 {
        width: 150px;
        position: absolute;
        left: 15px;
        top: 15px;
        /*transform: translateY(0) !important;*/
    }

    .mental-health-info-img2 {
        width: 100%;
        max-width: 500px;
        top: 0;
       /* transform: translateY(0) !important;*/
        position: relative;
    }

    .mental-health-info-img3 {
        width: 150px;
        position: absolute;
        left: unset;
        right: 15px;
        top: unset;
        bottom: 15px;
        transform: translateY(0) !important;
    }

    .mental-health-info-bg-content {
        width: 100%;
    }

    .info-item-mh-1 > div {
        flex-direction: column;
    }

    .info-item-mh-1-1  {
        right: -10vw;
    }

    .info-item-mh-1 .info-bubble {
        margin-top: -30px;
    }

    .info-item-mh-4 {
        left: -10vw;
        margin-top: -30px;
        max-width: 280px;
    }

    .info-item-mh-6 {
        margin-top: 40px;
    }

    .info-item-mh-6.info-section-v2 img {
        width: 70%;
    }



    /*Childhood & Families*/

    .childhood-families-needs {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .childhood-families-info-bg {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        padding: 75px 0;
    }

    .section-childhood-families-stats {
        overflow-x: hidden;
    }

    .childhood-families-img1 {
        width: 100%;
        max-width: 500px;
        position: relative;
        transform: translateY(0) !important;
    }

    .childhood-families-shape1 {
        width: 200px;
        position: absolute;
        left: calc(calc(50% - 100px) - 10%);
        top: calc(calc(50% - 100px) + 10%);
       /* transform: translateY(0) !important;*/
    }

    .childhood-families-shape2 {
        width: 100px;
        position: absolute;
        top: calc(calc(50% - 50px) - 100px);
        left: calc(calc(50% - 50px) + 35px);
       /* transform: translateY(0) !important;*/
    }

    .childhood-families-info-bg-content {
     flex-wrap: wrap;
    }

    .childhood-families-info-bg-content > div {
        width: 100%;
        padding-right: 0;
    }

    .info-item-cf-1 > div {
        flex-direction: column;
    }

    .info-item-cf-1 .info-bubble {
        margin-top: -30px;
    }

    .info-item-cf-4 {
        left: -75px;
        max-width: 310px;
    }

    .info-item-cf-3 .info-stat {
        margin-top: -250px;
    }

    .info-item-cf-3 img {
        left: 0;
    }

    .info-item-cf-3 {
        margin-bottom: 300px;
    }

    .info-item-cf-6 {
        padding-top: 50px !important;
    }

    .info-item-cf-8 {
        position: relative;
        top: 0;
        margin-top: -30px;
        max-width: 230px;
    }

    .childhood-families-info-vid {
        margin-top: -50px;
    }

    @keyframes animation-info-item-cf-8 {
        0%   {top: 200px;}
        80%  {top: -10px;}
        100% {top: 0px;}
    }

    .childhood-families-extra-stats > div {
        width: 100%;
    }

    .section-childhood-families-extra .section-img-bg {
        display: none;
    }

    .section-childhood-families-extra .wrapper + .wrapper{
        padding-top: 0;
    }

    /*Access to Housing*/

    .access-to-housings-needs {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 0;
    }

    .access-to-housing-info-bg {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        padding: 125px 0;
    }

    .access-to-housings-needs p {
        width: 100%;
    }

    .access-to-housing-info-img1{
        width: 200px;
        position: absolute;
        top: calc(calc(50% - 100px) - 150px);
        right: calc(calc(50% - 100px) - 20%);
    }

    .access-to-housing-info-shape1 {
        width: 80%;
        position: relative;
        max-width: 500px;
    }

    .access-to-housing-info-img2 {
        width: 150px;
        position: absolute;
        left: calc(calc(50% - 75px) - 20%);
        top: calc(calc(50% - 75px) + 50px);
    }

    .access-to-housing-info-wrapper {
        width: 100%;
        padding-bottom: 0;
    }

    .info-item-ah-1 > div {
        flex-direction: column;
    }

    .info-item-ah-1-1 {
        left: 0;
    }

    .info-item-ah-3 > div {
        flex-direction: column;
    }

    .info-item-ah-4 {
        position: relative;
        right: unset;
        margin-top: -30px;
    }

    .info-item-ah-3 {
        padding-bottom: 25px;
    }

    .info-section-v2 p {
        font-size: 1.6em;
    }

    /*Financials*/

    .section-content {
        flex-wrap: wrap;
    }

    .section-content > div:first-child,
    .section-content > div:last-child{
        width: 100%;
    }

    .section-content > div:first-child {
        margin-bottom: 35px;
    }

    .logo-container {
        flex-wrap: wrap;
    }

    .section-content .custom-header span {
        font-size: 1.8em;
    }

    .financial-section td {
        width: 100%;
    }

    .financial-section td:nth-child(2) {
        padding: 0;
    }

    .financial-section td:last-child {
        padding-bottom: 35px;
    }

    .financial-section tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .location-container > div {
        width: 100%;
        padding: 0;
    }

    #funders {
        padding-bottom: 50px;
    }

    #partners {
        padding: 100px var(--_main_padding);
    }

}