@media screen and (min-width: 981px) {
  .menu {
    display: none;
  }
  .navigation {
    display: flex !important;
  }
}

@media screen and (max-width: 2400px) {
  #faq {
    max-height: 1185px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1600px) {
  #faq {
    max-height: 930px;
    overflow: hidden;
  }
  .accordion-outer {
    width: 100%;
    max-height: 600px;
    overflow: auto;
    padding-inline: 10px;
  }
  .faq-content {
    padding-right: 50px;
    padding-left: 50px;
    width: 80%;
  }
}

@media screen and (max-width: 1366px) {
  .container {
    width: 90% !important;
  }
  #journey,
  #services {
    padding-block: 60px;
  }
  .card-thumbnail img {
    height: 200px;
    width: 200px;
    border-radius: 200px;
  }
  #services .card-title {
    font-size: 18px;
  }
  #services .card-desc {
    font-size: 14px;
    padding-inline: 0px;
  }
  .digit-num {
    bottom: 40px;
    height: 76px;
    width: 76px;
    font-size: 26px;
  }
  .card-desc {
    min-height: 85px;
  }
  .image-wrap {
    width: 45%;
  }
  #faq {
    max-height: 680px;
    overflow: hidden;
  }
  .accordion-outer {
    max-height: 340px;
  }
  .faq-content {
    padding-right: 50px;
    padding-left: 50px;
    width: 80%;
  }
  .brokerag-content {
    width: 55%;
  }
  .brokerag-item .icon {
    width: 70px;
  }
}

@media screen and (max-width: 1200px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .title-with-desc .section-title {
    margin-bottom: 15px;
  }

  .brokerag-item {
    margin-block: 10px;
  }
}

@media screen and (max-width: 992px) {
  .text-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .text-content h2 small {
    font-size: 28px;
  }
  #journey .row,
  #services .row {
    flex-wrap: wrap;
  }
  .card {
    flex-basis: calc(50% - 30px);
    margin-bottom: 30px;
  }
  .card-desc {
    min-height: unset;
  }
  #services .card {
    padding-bottom: 0;
  }
  .brokerag-item {
    width: 100%;
  }
  .brokerag-item .icon {
    max-width: 30px;
  }

  #advantage,
  #faq {
    padding-block: 70px 50px;
  }

  #faq {
    background-color: #f7f7f7;
  }
  .image-wrap {
    width: 45%;
    display: flex;
    justify-content: center;
  }
  #advantage .image-wrap img,
  #faq .image-wrap img {
    border-radius: 50px;
    overflow: hidden;
    height: auto;
    width: 251px;
  }
}

@media screen and (max-width: 980px) {
  .navigation {
    flex-wrap: wrap;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: none;
  }
  .navigation ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .navigation ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-block: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 20px;
    line-height: 1.25;
  }
  .container {
    width: 90% !important;
  }
  .row {
    flex-wrap: wrap;
    width: 100%;
  }
  .text-content {
    flex-basis: 100%;
    order: 2;
    z-index: 9;
  }
  .hero-img {
    flex-basis: 100%;
    order: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .hero-img img {
    width: 75%;
  }
  .text-content h2 {
    font-size: 48px;
  }
  #faq,
  #advantage {
    flex-wrap: wrap;
    overflow: visible;
    max-height: unset;
  }
  .accordion-outer {
    max-height: unset;
  }
  .faq-content {
    width: 100%;
    padding-inline: 30px;
    order: 2;
  }
  .section-title {
    font-size: 26px;
  }
  .faq-content .title-with-desc,
  .brokerag-content .title-with-desc {
    margin-bottom: 30px;
  }
  .title-with-desc .section-title {
    justify-content: center;
  }
  .faq-content .title-with-desc p,
  .brokerag-content .title-with-desc p {
    line-height: 1.5;
    text-align: center;
  }
  .image-wrap {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  .brokerag-content {
    width: 100%;
    order: 2;
    padding-inline: 20px;
  }
  .brokerag-item {
    width: 100%;
    margin-right: 0;
  }

  .f-links h5 {
    margin-bottom: 10px;
  }
  .f-links ul li {
    padding-block: 5px;
  }

  #footer .about {
    width: 100%;
    margin-bottom: 30px;
  }
  .f-links {
    width: 100%;
    margin-bottom: 30px;
  }
  .newsletter {
    width: 100%;
  }

  #journey,
  #services {
    padding-block: 70px;
  }
  .section-title {
    font-size: 28px;
    text-align: center;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .card {
    flex-basis: 100%;
    margin-bottom: 30px;
    margin-inline: 0;
    padding-block: 30px;
  }
}

@media screen and (max-width: 480px) {
  .f-links ul {
    display: flex;
    flex-wrap: wrap;
  }
  .f-links ul li {
    width: 100%;
    text-align: center;
  }
}
