html {
    height: auto !important;
  }
  
  body {
    display: block !important;
    height: auto !important;
    font-size: 2.6rem !important;
  }
  
  .relative {
    position: relative;
  }
  
  .main__body {
    overflow: hidden;
  }
  .font-70 {
    font-size: 70px !important;
  }
  .item-campaign__text {
    height: 8.2rem;
  }
  
  .text-center {
    text-align: center;
    width: 100%;
  }
  
  .slider-multimple__item .campaigns__item {
    width: 100%;
    padding: unset;
    margin: unset;
  }
  
  .slider-multimple__item {
    background-color: white;
  }
  
  .CardField-number {
    border: 1px solid black !important;
  }
  
  .paypal-button.paypal-button-color-gold {
    background: gray !important;
  }
  
  @media (min-width: 1024px) {
    .context__content img {
      max-width: 100% !important;
    }
  }
  
  @media (max-width: 480px) {
    .context__content img {
      height: unset !important;
    }
  }
  
  
  @keyframes slide-in {
    0% {
      -webkit-transform: translateX(100%);
    }
  
    100% {
      -webkit-transform: translateX(0%);
    }
  }
  
  @-webkit-keyframes slide-in {
    0% {
      transform: translateX(100%);
    }
  
    100% {
      transform: translateX(0%);
    }
  }
  
  @keyframes slide-out {
    0% {
      transform: translateX(0%);
    }
  
    100% {
      transform: translateX(100%);
    }
  }
  
  @-webkit-keyframes slide-out {
    0% {
      -webkit-transform: translateX(0%);
    }
  
    100% {
      -webkit-transform: translateX(100%);
    }
  }
  
  /* regular campaign */
  
  .icons-grid__icon img {
    width: 39px;
    height: auto;
  }
  
  /* regular campaign */
  .checks__content{
    text-align: left;
  }
  
  .popup__head{
    text-align: left;
    border-bottom: none !important;
  }
  
  
  
  /* main */
  .slide-left {
    transform: translateX(calc(100% + 3rem));
  }
  
  .slide-right {
    transform: translateX(calc(-100% - 3rem));
  }
  
  .slider-multimple__item.active {
    transform: translateX(0) !important;
    transition: 0.5s;
  }
  
  /* main */
  
  
  
  
  
  /* header */
  
  .header {
    position: relative;
    z-index: 99;
  }
  
  .header__logo {
    position: relative;
  }
  
  .header__logo .gif {
    position: absolute;
    width: 8.6%;
    height: 50%;
    top: 6%;
    left: 11%;
  }
  
  .popup#popup-login {
    /*  width: 100vw; */
    height: 100vh;
    z-index: 111;
  }
  
  @media (max-width: 1024px) {
    .header__left {
      width: calc(100% - 50px);
    }
  }
  
  @media (min-width: 1024px) {
    .header__container {
      height: 11rem;
    }
  
    .header__logo img {
      max-height: 10.5rem;
    }
  }
  
  .user-block {
    top: 0 !important;
  }
  
  /* header */
  
  
  
  
  
  
  /* header-menu */
  
  .main-menu__item {
    margin-top: 20px;
    position: relative;
  }
  
  .main-sub-menu {
    position: absolute;
    display: none;
    width: 100%;
    background: black;
  }
  
  .main-menu__item:hover .main-sub-menu {
    display: block;
  }
  
  .main-sub-menu a {
    display: block;
    color: white;
    font-size: 2.1rem;
    padding: 1rem;
    line-height: 1.2;
    cursor: pointer;
  }
  
  @media (max-width: 1024px) {
    .main-sub-menu {
      position: relative;
      display: block;
    }
  }
  
  /* header-menu */
  
  
  
  
  
  
  /* slider */
  
  .slider {
    padding-bottom: 3rem;
  }
  
  .slider__wrapper {
    position: relative;
    padding-top: 57%;
    overflow: hidden;
  }
  
  .slider__item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 1s;
  }
  
  .slider__item .video {
    background-size: cover;
  }
  
  .active_left,
  .active_right {
    display: block;
    transform: translateX(0);
  }
  
  .previous_left,
  .previous_right {
    display: block;
    z-index: 2;
  }
  
  .previous_left {
    transform: translateX(-100%);
  }
  
  .previous_right {
    transform: translateX(100%);
  }
  
  /* slider */
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
  }
  
  input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
  }
  
  .input-inner-button.form-sel__button:after {
    border: unset !important;
  }
  
  .partner-link {
    font-size: 12px;
  }
  
  
  @media (max-width: 575px) {
    .slider-multimple__item {
      width: 100%;
    }
  
    .item-campaign__img {
      height: 22rem;
    }
  }
  
  
  /* footer */
  
  .footer,
  .contacts__path {
    overflow: hidden;
  }
  
  /* footer */
  
  .campaign-sign-up-page .don-wrap__rad {
    width: 100%;
    /* max-width: 64rem; */
    margin: 0;
    padding: 0;
    padding-top: 15px;
  }
  
  .campaign-sign-up-page .don-wrap__rad .radio {
    margin-bottom: 15px;
  }
  
  /* rabanim */
  
  .rabanim-wrapper {
    position: relative;
    background:#1979BE;
    color: white;
    text-align: center;
    font-size: 18.5px;
    line-height: 1.1;
    font-weight: 700;
    padding: 14px 15px;
    padding-bottom: 34px;
    margin-bottom: 40px;
  }
  
  .rabanim-account {
    position: absolute;
    width: 350px;
    height: 40px;
    background: #000;
    color: white;
    font-weight: 600;
    line-height: 40px;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    /* clip-path: polygon(4% 0, 99% 1%, 100% 100%, 1% 95%); */
  }
  
  .rabanim-account span {
    font-weight: 700;
    margin-left: 10px;
  }
  
  @media (max-width: 480px) {
    .rabanim-wrapper {
      font-size: 20px;
    }
  
    .rabanim-account {
      width: 300px;
    }
  }
  
  @media (max-width: 375px) {
    .rabanim-wrapper {
      font-size: 18px;
    }
  
    .rabanim-account {
      width: 280px;
    }
  }
  
  /* rabanim */
  
  .donate-form__sel.button.form-sel {
    right: 7rem;
  }
  
  .donations-card.active {
    color: yellow !important;
  }
  
  .donations-card {
    cursor: pointer;
  }
  
  
  
  
  
  /* contribution */
  
  .contribution {
    width: calc(100% - 100px);
    max-width: 830px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
  }
  
  .contribution-radio-wrapper .radio-button__text {
    background: unset;
    padding-left: 4rem;
  }
  
  .contribution-radio-wrapper .radio-button {
    font-size: 1.9rem;
    font-weight: 500;
    margin: 0 4rem 0.8rem;
  }
  
  .radio-button__text:before {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.7rem;
  }
  
  .radio-button__text:after {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    left: 1.7rem;
  }
  
  .contribution-select-per {
    margin: 0 -24px;
  }
  
  .contribution-select-per-item {
    display: inline-block;
    width: calc(25% - 10px);
    height: 40px;
    vertical-align: top;
    margin: 0 5px;
    color: #1579BE;
    font-size: 2.4rem;
    line-height: 38px;
    font-weight: 600;
    border: 2px solid #1579BE;
    border-radius: 5px;
  }
  
  .contribution-select-per-item.active {
    border-radius: 5px;
    background: #1579BE;
    color: white;
  }
  
  .contribution-text {
    font-size: 13px;
    padding: 15px;
  }
  
  .contribution-text .big-text {
    display: block;
    font-size: 20px;
    font-weight: 700;
  }
  
  .small-select-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    z-index: 111;
    font-size: 15px;
  }
  
  .small-select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 85px;
    height: 22px;
    line-height: 22px;
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 20px;
  
    cursor: pointer;
    text-align: center;
  }
  
  .small-select::after {
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    width: 9px;
    height: 6px;
    background: black;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
  }
  
  .small-select-items {
    position: absolute;
    display: none;
    width: 100%;
    height: 220px;
    background: white;
    top: calc(100% + 1px);
    left: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    overflow: auto;
  }
  
  .small-select-item {
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 20px;
    cursor: pointer;
    text-align: center;
  }
  
  .contribution-form-field {
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
  }
  
  @media (max-width: 768px) {
    .contribution {
      width: 100%;
    }
  
    .contribution-radio-wrapper .radio-button__text {
      display: inline-block;
    }
  
    .contribution-radio-wrapper .radio-button {
      margin-left: 0;
    }
  
    .contribution-select-per {
      width: calc(100% - 30px);
      margin: 0 auto;
    }
  
    .contribution-select-per-item {
      width: 100%;
      margin: 0;
      margin-bottom: 10px;
    }
  }
  
  /* contribution */
  
  
  
  
  
  /* sign-up */
  
  .sign-up-plus-button {
    position: absolute;
    top: 12px;
    right: -35px;
    border: 1px solid red;
    color: text;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    background-color: red;
    padding: 0px 10px;
    color: white;
  }
  
  ._anim-items .radio__text {
    font-weight: 500;
  }
  
  ._anim-items .radio__text bold {
    font-weight: 700;
  }
  
  ._anim-items .radio__text .form-insel {
    display: inline-block;
    margin-bottom: 0;
  }
  
  ._anim-items .radio__text .form-insel input {
    display: block;
    width: 200px;
    height: 30px;
    padding: 0 10px;
    margin-left: 10px;
  }
  
  ._anim-items .radio__text .form-insel label {
    display: none;
  }
  
  @media (max-width: 1000px) {
    .form-with-plus {
      width: calc(100% - 35px);
    }
  }
  
  /* sign-up */
  
  .contribution-select-per-item {
    cursor: pointer;
  }
  
  
  
  
  
  /* context */
  
  .context__content {
    display: inline-block;
    width: calc(100% - 47rem);
  }
  
  @media (max-width: 1024px) {
    .context__content {
      width: 100%;
    }
  }
  
  /* context */
  
  
  .small-select-items._open {
    display: block;
  }
  
  .link-like {
    text-decoration: underline;
  }
  
  .small-select-wrapper {
    position: relative;
  }
  
  .title-terms.gray {
    color: #666666;
  }
  
  .title-terms.blue {
    color: #0563c1;
    text-decoration: underline;
  }
  
  .title-terms.center {
    text-align: center;
  }
  
  .title-terms.italic {
    font-style: italic;
  }
  
  .title-terms.size30 {
    font-size: 30px;
    line-height: 1.2;
  }
  
  .title-terms.size28 {
    font-size: 28px;
  }
  
  .title-terms.clause-first {
    padding-left: 20px;
  }
  
  .title-terms.clause-second {
    padding-left: 40px;
  }
  
  
  
  
  
  /* donations */
  
  
  
  @media (max-width: 768px) {
    .donate-fixed {
      display: block;
    }
  
    .donate-fixed__inner {
      max-width: 300px;
      padding: 0 30px;
    }
  
    .donate-fixed__social {
      display: none;
    }
  
    .donations-card__title {
      font-size: 1.4rem;
    }
  
    .donations-card__text {
      font-size: 1.2rem;
      margin-bottom: 5px;
    }
  
    .donations-card__donate {
      font-size: 1.1rem;
    }
  }
  
  @media (max-width: 480px) {
    .donations__item {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }
  }
  
  /* donations */
  
  
  
  
  
  /* koach__item */
  
  .promo__top.koach {
    max-width: unset !important;
  }
  
  .koach__item {
    font-size: 32px;
    margin-bottom: 8px;
  }
  
  .koach__eters {
    font-size: 24px;
  }
  
  .promo__top.koach .koach__right img {
    width: 100%;
  }
  
  @media (max-width: 860px) {
    .promo__top.koach {
      display: block;
    }
  
    .koach__left {
      width: 100%
    }
  
    .koach__right {
      width: 100%;
      margin-bottom: 20px;
      margin-left: 0;
    }
  }
  
  /* .koach__item */
  
  
  
  
  
  /* show */
  
  .show-tablet {
    display: none;
  }
  
  @media (max-width: 860px) {
    .show-tablet {
      display: block;
    }
  
    .dont-show-tablet {
      display: none;
    }
  }
  
  /* show */
  
  
  
  
  
  /* post content */
  
  .post-content {
    max-width: 1150px;
    margin: 0 auto;
  }
  
  .promo__social {
    margin-bottom: 3.3rem;
  }
  
  .general-campaign .container {
    max-width: 920px;
    text-align: center;
  }
  
  .rabanim-buttons-wrapper {
    width: 110%;
    margin-top: 40px;
    margin-left: -5%;
  }
  
  .promo__context-buttons {
    margin-top: 0;
  }
  
  .promo__context-buttons .btn {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.4rem;
    padding: 0;
  }
  .videopopo{
    width: 47vw;
    height: 360px;
  }
  @media (max-width: 1024px) {
    .header__container {
      position: relative;
      height: 12rem;
    }
  
    .mobile-logo {
      position: absolute;
      width: calc(100% - 160px);
      max-width: 400px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
    }
  
    .rabanim-buttons-wrapper {
      display: block;
      width: 100%;
      margin-left: 0;
    }
  
    .rabanim-buttons-wrapper .koach__left {
      width: 100%;
      margin-bottom: 30px;
    }
  
    .rabanim-buttons-wrapper .koach__right {
      width: 100%;
      margin-bottom: 55px;
      margin-left: 0;
    }
  
    .header__burger {
      margin: 0;
      margin-left: calc(100% - 3.4rem);
    }
  }
  
  @media (max-width: 375px) {
    .header__container {
      height: 8rem;
    }
  
    .mobile-logo {
      width: calc(100% - 100px);
      right: unset;
      left: 20px;
    }
  }
  
  
  @media screen and (max-width: 576px) {
    .sign-up-plus-button {
      position: relative;
      color: white;
      font-size: 26px;
      text-align: center;
      cursor: pointer;
      background-color: red;
      padding: 0px 10px;
      color: white;
      top: -9px;
      right: -50%;
    }
    .videopopo{
      width: 88vw;
      height: 28vh;
    }
    .font-70{
      font-size: 42px !important;
    }
  }
  
  /* post content */
  
  
  
  
  
  /* text-page */
  
  .text-page {
    /* padding: 6.5rem 0; */
    line-height: 1.3;
    color: black;
  }
  
  .text-page .container {
    max-width: 1130px;
  }
  
  .text-page .title {
    text-align: center;
    color: #1979be;
    font-size: 32px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 10px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
  }
  
  .text-page span.center {
    display: block;
    text-align: center;
    line-height: 1;
  }
  
  .text-page .arrow-text {
    position: relative;
    padding-left: 35px;
  }
  
  .text-page .arrow-text::before {
    content: '';
    clip-path: polygon(0 100%, 0 0, 100% 50%);
    position: absolute;
    width: 13px;
    height: 14px;
    background: #1979be;
    top: 8px;
    left: 0;
  }
  
  .hebrew.arrow-text {
    text-align: right;
    padding-right: 35px;
  }
  
  .text-page .hebrew.arrow-text::before {
    left: unset;
    right: 0;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  
  .text-page .list {
    margin-top: 10px;
  }
  
  .text-page .list-title {
    font-weight: 600;
  }
  
  .list-item span {
    color: #1979be;
    margin-right: 5px;
  }
  
  @media (max-width: 480px) {
    .text-page .title {
      font-size: 28px;
    }
  
    .text-page .text,
    .text-page .arrow-text {
      font-size: 20px;
    }
  }
  
  /* text-page */
  
  /* My - CSS */
  .para-border-bottom {
    padding-bottom: 10px;
    border-bottom: 2px solid #92CAE3;
  }
  
  .para-blue {
    color: #0078B9;
  }
  
  .remove-margin-bottom {
    margin-bottom: 0;
  }
  
  .login_button {
    padding: 10px 0;
    background: #0078B9;
    text-align: center;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
  }
  
  .login_button img{
    position: relative;
    display: inline-block;
    max-Width: none;
    top: 2px; 
  }

  
  .login_button2 {
    padding: 10px 0;
    background: #0078B9;
    text-align: center;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
  }
  .side-promo__social{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .promo__social{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login_button2 img{
    position: relative;
    display: inline-block;
    max-Width: none;
    top: 8px;
    left:-5px
  }

  .create_account {
    padding: 10px 0;
    background: black;
    text-align: center;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none !important;
  }
  
  .login_button:hover {
    background: #0592df;
  }
  
  .center-text-and-line {
    margin: 0 auto;
    width: 80%;
  }
  
  .text-center {
    display: block;
    text-align: center;
  }
  
  
  .color-1 {
    color: #1979BE !important;
  }
  
  .color-2 {
    color: #2494E4 !important;
  }
  
  .color-3 {
    color: #3DACFC !important;
  }
  
  .color-4 {
    color: #5A5D6B !important;
  }
  
  .color-5 {
    color: #1D1E1D !important;
  }
  
  .color-6 {
    color: #868686 !important;
  }
  
  .weight-300 {
    font-weight: 300 !important;
  }
  
  .weight-700 {
    font-weight: 700 !important;
  }
  
  .weight-600 {
    font-weight: 600 !important;
  }
  
  .weight-500 {
    font-weight: 500 !important;
  }
  
  .weight-400 {
    font-weight: 400 !important;
  }
  
  .font-40 {
    font-size: 40px !important;
  }
  
 
  
  .text-center-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  
  .flex {
    display: flex !important;
  }
  
  .align-center {
    align-items: center !important;
  }
  
  .space-between {
    justify-content: space-between !important;
  }
  
  .bold {
    font-weight: bold !important;
  }
  
  .font-small {
    font-size: 15px !important;
  }
  
  .bg-color {
    background: #F8F8F8 !important;
  }
  
  .bg-white {
    background-color: white !important;
  }
  
  .border-none {
    border: none !important;
  }
  
  .input {
    font-size: 20px !important;
    color: grey !important;
    width: 100% !important;
  }
  
  
  .input-2 {
    font-size: 20px;
    color: grey;
    width: 300px !important;
    border: 1px solid #8F93A3;
    border-radius: 4px;
    background-color: transparent;
  }
  
  
  
  .font-32 {
    font-size: 32px !important;
  }
  
  
  .text-justify {
    text-align: justify;
  }
  
  .center-text {
    text-align: center !important;
  }
  
  .bg-red {
    background-color: #FF5442 !important;
  }
  
  .bg-dark {
    background-color: #232423 !important;
  }
  
  .btn-blue {
    background: #0078B9;
    color: white;
    padding: 5px 15px;
    font-size: 22px;
    border-radius: 8px;
    box-shadow: 0 5px 2px -1px black;
  }
  
  .btn-blue:hover {
    text-decoration: none !important;
  }
  
  .btn-black {
    background: black;
    color: white;
    padding: 5px 15px;
    font-size: 22px;
    border-radius: 8px;
    box-shadow: 0 5px 2px -1px #0078B9;
  }
  
  .btn-black:hover {
    text-decoration: none !important;
  }
  
  .about-page-margin {
    margin-top: 80px;
  }
  
  .div-center {
    width: 70%;
    margin: 0 auto;
  }
  
  
  .context__content p {
    background-color: transparent;
  }
  
  .none {
    display: none !important;
  }
  
  .text-white {
    color: white;
  }
  
  
  .mt-20 {
    margin-top: 20px !important;
  }
  
  .arrow-style {
    box-shadow: 0 4px 2px -1px black;
    text-decoration: none !important;
    color: white;
    background: #088fdd;
    display: inline-block;
    position: relative;
    top: -70px;
    padding-top: 80px;
    border-radius: 4px;
    width: 340px;
  }
  
  .f-10 {
    font-size: 10px !important;
  }
  
  .f-12 {
    font-size: 12px !important;
  }
  
  .f-14 {
    font-size: 14px !important;
  }
  
  .f-16 {
    font-size: 16px !important;
  }
  
  .f-18 {
    font-size: 18px !important;
  }
  
  .f-20 {
    font-size: 20px !important;
  }
  
  .f-22 {
    font-size: 22px !important;
  }
  
  .f-24 {
    font-size: 24px !important;
  }
  
  .f-25 {
    font-size: 25px !important;
  }
  
  .f-28 {
    font-size: 28px !important;
  }
  
  .f-30 {
    font-size: 30px !important;
  }
  
  .f-32 {
    font-size: 32px !important;
  }
  
  .f-35 {
    font-size: 35px !important;
  }
  
  .f-40 {
    font-size: 40px !important;
  }
  
  .f-50 {
    font-size: 50px !important;
  }
  
  .f-54 {
    font-size: 54px !important;
  }
  
  .f-67 {
    font-size: 67px !important;
  }
  
  .f-80 {
    font-size: 80px !important;
  }
  
  .roboto {
    font-family: 'Roboto', sans-serif !important;
  }
  
  .rubik {
    font-family: 'Rubik', sans-serif;
  }
  
  .f-normal {
    font-style: normal !important;
  }
  
  .pl-5px {
    padding-left: 5px !important;
  }
  
  .lh-25 {
    line-height: 25px !important;
  }
  
  .btn-red {
    background: #ED604F;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 16px;
    color: #ffffff;
    width: 109px;
    border: none;
  }
  
  .w-656 {
    width: 656px;
  }
  
  .mb2-0 {
    margin-bottom: 0px;
  }
  
  .card-1-style {
    width: 235px;
    height: 143px;
  }
  
  .card-2-style {
    width: 285px;
    height: 175px;
  }
  
  .left-space {
    margin-left: 150px;
  }
  
  .show0-699 {
    display: none;
  }
  
  .w-40 {
    width: 40%;
  }
  
  @media screen and (max-width: 1024px) {
    .arrow-style {
      top: -59px;
      padding: 0;
      padding-top: 60px;
    }
  
    .left-space {
      margin-left: 0px;
    }
  
  }
  
  
  @media screen and (max-width: 768px) {
    .arrow-style {
      top: -47px;
      padding: 0;
      padding-top: 60px;
    }
  
  }
  
  @media screen and (max-width: 765px) {
    .pop-img-center {
      display: block;
      margin: 0 auto;
    }
  }
  
  @media screen and (max-width: 699px) {
    .show-700 {
      display: none !important;
    }
  
    .left-space {
      margin-left: 0px !important;
    }
  
    .show0-699 {
      display: block;
    }
  
    .card-1-style {
      width: 245px;
      height: 143px;
      display: initial !important;
    }
  
    .card-2-style {
      height: 180px;
      display: initial !important;
      width: 285px !important;
    }
  
    img {
      max-width: none;
    }
  
  
  
  }
  
  @media screen and (max-width: 576px) {
    .about-page-margin {
      margin-top: 50px;
    }
  
    .div-center {
      width: 100%;
      margin: 0 auto;
    }
  
    .center-text-and-line {
      margin: 0 auto;
      width: 100%;
    }

    .font-70 {
      font-size: 45px;
    }
  
    .f-656 {
      width: 80%;
    }
  
    .f-50,
    .f-54 {
      font-size: 30px !important;
    }
  
    .f-67 {
      font-size: 40px !important;
    }
  
    .f-80 {
      font-size: 36px !important;
    }
  
    .mb2-0 {
      margin-bottom: 24px;
    }
  
    .f-30 {
      font-size: 20px !important;
    }
  
    .w-40 {
      width: 75%;
    }
  
    .w-656 {
      width: 100%;
    }
  
    .hide-on-small {
      display: none;
    }
  
    .img-center {
      display: block;
      margin: 0 auto;
      width: 80%;
    }
  
    .p-10 {
      padding: 0;
    }
  
    .p-60 {
      padding: 15px;
    }
  
    .flex-item-right,
    .flex-item-left {
      flex: 100%;
    }
  
    .error-btn {
      width: 80%;
    }
  
    .error-img {
      width: 80%;
    }
  
    .border-r {
      border: none;
    }
  
    .pop-img-center {
      display: block;
      margin: 0 auto;
    }
  
    .f-24.f-mobile {
      font-size: 18px !important;
    }
  
    .f-16.f-mobile {
      font-size: 14px !important;
    }
  
    .w-120 {
      width: auto;
    }
}