@media (max-width: 1200px) {
  .section-title {
    font-size: 2.2rem;
  }
  .heading-1 {
    font-size: 40px;
  }
  .insight-box {
    width: 30% !important;
  }
}
@media (max-width: 1000px) {
  .section-market {
    padding: 50px 0 0 0;
  }
  .section-market__left {
    max-width: 40%;
  }
  .section-purpose__right {
    padding: 0 0 0 35px;
  }
  .nav-links {
    gap: 50px;
  }
  .app-inside-logos .app-inside-img {
    max-width: 30%;
    padding: 20px;
  }
  .section-title {
    font-size: 2rem;
  }
  .footer-inside {
    flex-direction: column;
    row-gap: 75px;
    align-items: start;
  }
  .footer-inside__left {
    max-width: 50%;
  }
  .steps-inside__item--text {
    font-size: 14px;
  }
  .heading__content {
    width: 55%;
  }
  .heading__image {
    width: 45%;
  }
  .steps-inside__sticky {
    max-width: 45%;
  }
  .section-steps {
    border-radius: 50px;
  }
  .insight-box {
    width: 30% !important;
  }
  .link-item {
    display: none !important;
  }
  .mobile-menu-btn {
    display: block;
  }
}
@media (max-width: 600px) {
  .link-item {
    display: none !important;
  }
  .heading {
    flex-direction: column;
  }
  .heading__content {
    width: 100%;
  }
  .section-market-inside {
    flex-direction: column;
  }
  .section-purpose-inside {
    flex-direction: column;
  }
  .steps-inside {
    flex-direction: column;
  }
  .footer-inside__right {
    flex-direction: column;
  }
  .heading-1 {
    font-size: 6vw;
  }
  .wrapper {
    overflow: hidden;
  }
  .section-clients {
    display: none;
  }
  .section-market__left {
    max-width: 100%;
  }
  .section-market__right {
    max-width: 100%;
    row-gap: 25px;
    margin-top: 50px;
    justify-content: space-between;
    flex-flow: column;
  }
  .section-market__right--item {
    width: 100%;
  }
  .section-market__right--p {
    font-size: 12px;
  }
  .section-market__right--p br {
    display: none;
  }
  .section-purpose__left {
    max-width: 100%;
  }
  .section-purpose__right {
    padding: 0;
    max-width: 100%;
  }
  .section-purpose__right h3 {
    margin-top: 20px;
  }
  .app-inside p {
    padding: 0;
  }
  .app-inside-logos .app-inside-img {
    max-width: 50%;
    padding: 10px;
  }
  .footer-inside__partners--img {
    flex-wrap: wrap;
  }
  .section-title br {
    display: none;
  }
  .steps-inside__sticky {
    max-width: 100%;
  }
  .steps-inside__steps {
    max-width: 100%;
  }
  .steps-inside__sticky {
    position: initial;
    margin-bottom: 40px;
  }
  .heading__image {
    display: none;
  }
  .section-purpose__left--features {
    display: flex;
    flex-direction: column;
  }
  .section-purpose__left--item {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contact-inside {
    flex-direction: column;
  }
  .contact-inside__left {
    width: 100%;
    padding: 20px;
  }
  .section-contact {
    padding: 60px 0;
  }
  .contact-inside__right {
    margin-top: 10px;
    padding: 20px;
    width: 100%;
  }
  .contact-form button {
    width: 100%;
  }
  .heading-large {
    width: 100% !important;
  }
  .section-cases__item {
    flex-direction: column;
    padding: 25px;
    align-items: center;
    min-height: 200px;
    border-radius: 15px;
  }
  .section-faq__accordion {
    font-size: 12px;
  }
  .section-cases__item--title {
    font-size: 24px;
  }
  .section-cases__item img {
    border-radius: 15px;
  }
  .section-positions__item {
    background-color: #f9f9fb;
    width: 100%;
    padding: 30px 30px;
  }
  .section-investors {
    flex-direction: column;
  }
  .section-company {
    flex-direction: column;
  }
  .section-company__left {
    width: 100%;
  }
  .section-company__right {
    width: 100%;
    padding: 100px 0px;
  }
  .section-investors__img:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
  }
  .section-investors__img {
    padding: 0;
  }
  .section-company__left .logo-bg {
    position: absolute;
    width: 437px;
    left: -86px;
    z-index: -1;
    top: 20%;
    transform: translateY(-50%);
  }
  .section-company__right {
    margin-top: 70px;
    width: 100%;
    padding: 0;
  }
  .section-company__background {
    display: none;
  }
  .section-company__item--text {
    text-align: center;
    font-size: 12px;
  }
  .section-company__item {
    padding: 13px 14px;
    min-height: 120px;
  }
  .flex-between {
    flex-wrap: wrap;
  }
  .section-about__item .paragraph {
    margin-top: 10px;
    padding-right: 0;
  }
  .section-about__item {
    width: 100%;
    margin-top: 50px;
  }
  .section-main {
    padding: 0;
  }
  .section-benefit .wrapper .paragraph {
    width: 100%;
  }
  .section-benefit {
    padding: 60px 0;
  }
  .section-benefit__item {
    background-color: #f9f9fb;
    width: 100%;
    padding: 39px 22px;
    border-radius: 15px;
  }
  .section-benefit__title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .section-benefit__contact {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .section-cta__inside {
    padding: 55px 26px;
  }
  .section-cta__title span {
    display: block;
  }
  .btn {
    margin-top: 30px;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .slider-information {
    font-size: 14px;
    padding: 0 11px;
  }
  .mobile-menu-btn {
    display: block;
  }
  .wrapper-post {
    padding: 0 2em;
  }
  .p-post {
    font-size: 14px;
  }
  .p-quote {
    font-size: 14px;
  }
  .heading__bottom .wrapper {
    align-items: start;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .section-post {
    padding: 50px 0;
  }
  .insight-box {
    width: 100% !important;
  }
  .section-insights-description-inside {
    flex-direction: column;
  }
  .section-insights-description__left {
    max-width: 100%;
  }
  .section-insights-description__right {
    padding: 40px 0 0;
    max-width: 100%;
  }
  .responsive-iframe {
    width: 100%;
  }
  .services-inside {
    flex-flow: column;
  }
  .services-inside .service-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-motivation .flex-between {
    flex-direction: column;
  }
  .section-motivation__item {
    width: 100%;
    padding-bottom: 75px;
    display: flex;
    flex-direction: column;
  }
  .section-motivation__item__right {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .section-motivation__item__right__item {
    width: 100%;
    text-align: center;
  }
  .section-motivation .btn {
    margin-top: 0px;
    padding: 11px 20px;
  }
  .section-motivation-design__item {
    width: 100%;
    padding: 20px 0;
  }
  .section-motivation-features_box {
    flex-direction: column;
  }
  .section-motivation-features_box__item {
    width: 100%;
    padding: 20px 0;
    align-items: center;
    flex-flow: column;
  }
  .section-motivation-features_box__item__left {
    padding: 20px 0;
  }
  .section-motivation-casestudies__inside {
    flex-direction: column;
  }
  .section-motivation-casestudies__inside__item {
    width: 100%;
  }
  .steps-inside__steps .swiper-slide__main img, .section-about__item .swiper-slide__main img {
    width: inherit;
  }
  .health-graphic {
    flex-flow: column;
    gap: 20px;
  }
  .event-about ul {
    flex-flow: column;
  }
  .section-about__item ul li {
    width: 100%;
  }
  .box-reverse {
    flex-flow: column !important;
  }
  .flex-between {
    flex-flow: column-reverse;
  }
  .modal-content .flex-between {
    flex-flow: row;
  }
  .section-cases__item .case__item_box {
    align-items: center;
  }
  .section-cases__item .case__item__top {
    flex-flow: column;
  }
  .section-cases__item--features {
    flex-flow: column;
  }
  .flow-reverse {
    flex-flow: column-reverse;
  }
  .section-cta .flex-between {
    flex-flow: column;
  }
  .section-about-experience {
    padding: 0px;
  }
  .health-graphic-box {
    flex-flow: column;
    width: 100%;
    row-gap: 10px;
  }
  .section-about-paddingtop {
    padding-top: 0px;
  }
  .section-about-paddingbottom {
    padding-bottom: 0px;
  }
  .section-event-work .health-graphic__item--single--home {
    flex-flow: column;
  }
  .header-half {
    background-position: center;
  }
  .swiper-slide__main {
    padding-bottom: 100px;
  }
  .slider-information {
    bottom: unset;
  }
  .section-nonprofits-description-inside {
    flex-flow: column;
  }
  .section-nonprofits-description__right {
    max-width: 100% !important;
    padding: 0px;
    margin-bottom: 40px;
  }
  .section-nonprofits-description__right .insight-button {
    display: flex;
    flex-flow: row;
  }
  .section-nonprofits-description__left {
    max-width: 100% !important;
  }
  .section-nonprofits-descbox-inside {
    flex-flow: column;
  }
  .section-nonprofits-descbox {
    padding: 0px;
  }
  .section-nonprofits-descbox__left {
    max-width: 100% !important;
  }
  .section-nonprofits-descbox__left img {
    width: 100%;
  }
  .section-nonprofits-descbox__right {
    max-width: 100% !important;
  }
  .section-nonprofits-partnership-inside {
    flex-flow: column;
  }
  .section-nonprofits-partnership__left {
    max-width: 100%;
    padding: 0px;
  }
  .section-nonprofits-partnership__right {
    max-width: 100%;
  }
  .section-nonprofits-donors-inside {
    flex-flow: column-reverse;
    padding-top: 40px;
  }
  .section-nonprofits-donors__left {
    max-width: 100%;
  }
  .section-nonprofits-donors__right {
    max-width: 100%;
    padding: 0 20px;
  }
  .donors-inverse {
    flex-flow: column;
  }
  .section-nonprofits-about .flex-between {
    row-gap: 40px;
  }
  .section-nonprofits-about__item {
    width: 100%;
    padding: 20px;
  }
  .seed-round-2022_item_top {
    flex-flow: column;
  }
  .seed-round-2022_item_top_left {
    width: 100%;
  }
  .seed-round-2022_item_top_right {
    width: 80%;
  }
  .section-spotlight-inside {
    flex-flow: column;
  }
  .section-spotlight__item_left {
    width: 100%;
    padding: 0px;
  }
  .section-spotlight .section-title {
    padding-left: 0px;
  }
  .section-spotlight__item_right {
    width: 100%;
  }
}/*# sourceMappingURL=responsive.css.map */