@media (max-width: 1200.99px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1100.99px) {
  .softwareText {
    padding-top: 30px;
    padding-left: 0px;
  }

  .mainImageWrapper {
    padding-top: 140px;
  }
}

@media (max-width: 800px) {

  .mainImage {
    width: 94%;
    height: 45vh;
  }
  .mainImageWrapper {
    padding-top: 11vh;
  }
  .mainImageBg {
    height: 35vh;
  }
  .headerBlock {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .softwareBlock {
    flex-direction: column;
    gap: 70px;
  }
  .softwareText,
  .softwareImg {
    width: 100%;
    box-sizing: border-box;
  }
  .softwareTextListItem-text {
    max-width: 100%;
  }
}

@media (max-width: 766.99px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .headerImage {
    max-width: 124px;
    width: 100%;
    height: 34px;
  }
  .wrapper--header {
    height: 54px; /* fixed height */
  }

  body {
    padding-top: 54px; /* same as header height */
  }
  html {
    font-size: 14px;
  }
  .case-management-page .hyh__inp-label {
    width: 100% !important;
    text-align: left;
  }
  .case-management-page .custom-select {
    max-width: 100%;
  }
  .case-management-page .pbook__form {
      padding: 37.5px 37.5px 60px;
  }
  .case-management-page .accordion-button {
    padding: 20px;
    font-size: 18px;
    gap: 16px;
  }
  .case-management-page .accordion-body {
    padding: 0px 20px 20px calc(20px + 30px);
  }
}

@media (max-width: 600.99px) {
  .trustedBtn {
    display: none;
  }
  .trustedText {
    width: 100%;
    box-sizing: border-box;
  }
  .svgs-wrapper {
    flex-direction: column;
  }
  .softwareImg {
    height: 500px;
  }
  .testimonials-desktop {
    display: none;
  }
  .testimonials-mobile {
    display: block;
  }
  .testimonials-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 500.99px) {
  .footerLogoText {
    gap: 10px;
    display: flex;
    justify-content: space-between;
  }
  .footerLinks {
    flex-direction: column;
  }
    .case-management-page .pbook__form {
    padding: 24px 24px 36px;
  }
  .case-management-page .pbook__form .pbook__inp-text, 
  .case-management-page .pbook__form .pbook__inp-textarea, 
  .case-management-page .pbook__form .post-password-form input {
    padding: 11px 10px;
  }
}
@media (max-width: 440px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 2.28rem;
  }
  .mainImage {
    width: 80%;
    border: 10px solid #3d3c41;
    border-bottom: none;
    padding: 0;
    box-sizing: border-box;
    height: 54vh;
    max-height: 450px;
  }
  .mainImage__inner {
    border-radius: 12px 12px 0 0;
  }
  .partnersList {
    gap: 20px;
  }
  .softwareImg {
    height: 385px;
  }
  .testimonials-top {
    flex-direction: column;
    gap: 40px;
  }
  .footerText {
    font-size: 11px;
  }

  .mainImageWrapper {
    padding-top: clamp(60px, 11vh, 120px);
    
  }
  .mainImageBg {
    height: 44vh;
    max-height: 350px;
  }


}
