* {
  font-family: "Poppins", sans-serif;
}
/* ----------------------------------------------------------------------------------------- */
/* Uswds overwritten css */
.usa-button {
  border-radius: 20.5px !important;
  background: #263873 !important;
  font-size: 14px !important;
  min-width: 150px;
  font-family: Poppins !important;
  font-weight: 600 !important;
  max-width: 310px;
}
.usa-button--outline {
  font-family: Poppins !important;
  border: 1px solid #263873 !important;
  border-radius: 20.5px !important;
  font-size: 14px !important;
  color: #263873 !important;
  box-shadow: inset 0 0 0 1px #263873 !important;
  text-align: center;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-container {
  max-width: 85em !important;
}
.usa-label {
  font-size: 14px !important;
  margin-top: 18px !important;
}
.usa-input,
.usa-textarea {
  border-radius: 10px !important;
  border-width: 1px !important;
  border-color: #263873 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.usa-textarea {
  height: 95px !important;
}
.usa-input--error {
  border: 2px solid #b50909 !important;
}
button:not([disabled]):focus,
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus {
  outline: none !important;
}
.iti {
  display: block !important;
}
/* ----------------------------------------------------------------------------------------- */

.mix-blend-section {
  padding: 30px 0px;
  background: url("../images/mix-blend-blue-bg.png") #e8f2fb -0.075px -5px /
    100.013% 133.151% no-repeat;
  mix-blend-mode: multiply;
}
.section-padding {
  padding: 0px 30px;
}
.dn-collect-logo {
  width: 166px;
}
.scroll-section {
  border-radius: 12px;
  background: #f7f9fc;
  padding: 10px;
  margin-bottom: 15px;
}
.scroll-section-img-container {
  border-radius: 6px;
  background: #f2f7ff;
  padding: 20px 10px;
}
.scroll-section-img {
  max-width: 140px;
  max-height: 120px;
  margin: auto;
}
.scroll-section-content-container {
  padding: 20px;
}
.desktop-alignment {
  text-align: center;
  margin-bottom: 30px;
}
.outline-box {
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 20px;
  height: 100%;
}
.outline-box-container {
  padding: 20px;
}
.blue-mix-blend-section {
  padding: 30px 0;
}
.blue-mix-blend-section-img {
  max-width: 330px;
  margin: auto;
}
.hfa-section {
  border-radius: 15px;
  background: #f7f9fc;
}
.hfa-city-container {
  border-radius: 20px;
  background: #f2f7ff;
}
.hfa-house-bg {
  background-image: url("../../assets/images/HFA-city.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px 0px 0px 15px;
}
.hfa-city-padding {
  padding: 50px 30px;
}
.hfa-content {
  padding: 20px;
}
.usa-flag-content {
  padding: 20px;
}
.usa-flag-content svg {
  min-width: 50px;
}
.government-card {
  border-radius: 12px;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flexible-card {
  border-radius: 12px;
  height: 100%;
  padding: 30px;
}
.flexible-card {
  padding: 20px;
}
.card-gap {
  padding: 15px 10px;
}
.flexible-card-gap {
  padding: 15px 10px;
}
.four-card-gap {
  padding: 15px 10px;
}
.government-card-img {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.security-blend-container {
  text-align: right;
  min-height: 350px;
}
.security-blend-img {
  min-height: 180px;
}
.security-blend-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  padding: 20px;
}
.enterprise-card {
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 40px 20px;
  height: 100%;
}
.storage-section {
  border-radius: 20px;
  background: #f2f7ff;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.storage-container {
  border-radius: 12px;
  background: #fff;
  padding: 10px;
}
.storage-image-container {
  border-radius: 6px;
  background: #f2f7ff;
  padding: 20px;
  height: 136px;
}
.storage-image-content {
  padding: 20px;
}
.mix-blend {
  mix-blend-mode: multiply;
  background-color: #f2f7ff;
}
.storage-container-img {
  width: 165px;
  margin: auto;
}
.comment-section {
  background-image: url("../../assets/images/comment-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.testimonial-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 10px 10px 45px 8px rgba(143, 208, 185, 0.1);
  padding: 20px;
  height: 100%;
}
.star-img {
  width: 20px;
  margin-right: 8px;
}
.comment {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}
.text-wrap-auto {
  text-wrap: auto;
}
.footer-menu-container {
  margin-bottom: 50px;
}
.footer-container {
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.footer-menu p a {
  text-decoration: none;
  color: #1b1b1b;
}
.hero-section {
  padding: 60px 0px;
}
.blue-card {
  border-radius: 20px;
  background: #f2f7ff;
  padding: 10px;
  height: 100%;
}
.white-card {
  border-radius: 14px;
  background: #fff;
  padding: 40px 20px;
}
.white-card svg {
  height: 100px;
}
.aliceblue-bg-section {
  padding: 80px 0px;
}
/* Carousel css */
.how-it-works-img {
  max-height: 450px;
}
.carousel-button {
  border-radius: 13px;
  padding: 0px 15px;
  margin: 20px;
  padding: 0px 10px;
}
.snum-container {
  background-color: #17285d;
  border-radius: 10px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.snum-container-mobile {
  padding: 10px 15px !important;
  width: 40px !important;
  height: 40px !important;
}
.carousel-bg {
  background: rgba(55, 76, 143, 0.6);
  border-radius: 13px;
}
.row-item {
  min-width: 97%;
  display: flex;
}
.row-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  display: flex;
}
.row-container::-webkit-scrollbar {
  display: none;
}
.row-item1 {
  display: inline-block;
  width: 97%;
  height: 100%;
}
.sliderCard {
  background: rgba(55, 76, 143, 0.6);
  border: 1px solid #486aca;
  border-radius: 13px;
  padding: 15px;
}
.sliderCard .whitetext {
  white-space: normal;
}
.serialnumber {
  background-color: #5fb973;
  border-radius: 10px;
  color: #ffffff;
  padding: 8px;
  width: 30px;
  padding-left: 10px;
  margin-right: 10px;
}
.card-heading {
  font-size: 24px;
}
.card-img {
  width: 110px;
}
.flexible-card-img {
  width: 100%;
  text-align: right;
}
.integration-ellipse {
  height: 400px;
  background-image: url("../../assets/images/platform-integration.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom bottom;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ecm-orbit-img {
  max-width: 380px;
}
.linear-bg {
  position: relative;
  background: linear-gradient(90deg, #111e47 0%, #121b3d 100%);
  color: white;
  padding: 4rem 0;
  overflow: hidden;
}

.linear-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
  left: 0;
  background: #263873;
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  z-index: 0;
}

.linear-content {
  position: relative;
  z-index: 1;
}
.ecm-linear-bg-img {
  max-width: 260px;
}
.tag-button {
  border-radius: 0px 20px 20px 20px;
  background: #263873;
  padding: 5px 20px;
  color: #ffffff;
  width: fit-content;
}

/* contact-us Page */
.error-message {
  color: #b50909;
  font-size: 14px;
  display: none;
  margin: 5px 0px;
}

/* about-us page */
.aboutus-herobg {
  background-image: url("../../assets/images/new-about-us-bg.png");
  background-color: #e8f2fb;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.contact-mixblend-bg {
  background-image: url("../../assets/images/contact-us-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 70vh;
  background-position: top center;
}
.ui-3 {
  color: rgba(124, 180, 172, 0.15);
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #263873;
  font-size: 400px;
  font-style: normal;
  font-weight: 700;
}

.fog-blue-container {
  background-image: url("../../assets/images/Bg-2.png");
  mix-blend-mode: soft-light;
}
.two-card-section-img {
  max-width: 300px;
  max-height: 165px;
}
.blue-card-img {
  height: 160px;
  padding-top: 20px;
  justify-content: center;
}
.demo-file-img {
  max-width: 250px;
}
.tablet-image {
  width: 100%;
  max-width: 860px;
  margin-top: 30px;
  margin-bottom: -60px;
}
.border-card {
  border-radius: 10px;
  border: 1px solid #263873;
  background: #fff;
  padding: 20px;
  height: 100%;
}
.comment-quote {
  max-width: 110px;
  left: 40px;
  top: 30px;
}
.lock-img-width {
  max-width: 240px;
}
.feature-card {
  padding: 30px !important;
}
.fillable-form-hero {
  max-width: 500px;
}
.forms-processing-img {
  max-width: 480px;
}
.builder-software-img {
  max-width: 340px;
}
.features-img {
  max-width: 315px;
}
.process-container {
  width: 100%;
  overflow: auto;
  margin-top: 50px;
}
.secure-form {
  max-width: 260px;
}
/* Accordion css */
.accordion {
  border-radius: 5px;
  padding: 20px;
}

.accordion-border {
  border: 1px solid #263873;
}

.accordion-header {
  cursor: pointer;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  /* padding: 0 20px; */
}

.accordion-content.open {
  display: block;
}

.accordion-header .open-icon {
  display: block;
}

.accordion-header .close-icon {
  display: none;
}
.secure-sign-img {
  max-width: 450px;
}

.lock-img {
  max-width: 250px;
}
.onedrive {
  max-width: 480px;
}
.esign-card {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 10px 10px 45px 8px rgba(143, 208, 185, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
}
.msgs-head {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}
.esign-num {
  height: 30px;
  width: 30px;
  color: #ffff;
  align-content: center;
  text-align: center;
  border-radius: 10px;
  background: #263873;
  margin-bottom: 15px;
}
.e-sign-icons {
  bottom: -25px;
  right: -25px;
}
.contact-form-container {
  background: #fff;
  box-shadow: 0px 0px 25px 8px rgba(204, 204, 204, 0.3);
  padding: 15px;
}
.pricing-card {
  border: 1px solid #c3cced;
  background: #fff;
  box-shadow: 0px 0px 15px 8px rgba(227, 237, 255, 0.5);
  height: auto;
  display: flex;
  flex-direction: column;
}
.price-card-first-part {
  border-radius: 12px 12px 0px 0px;
}
.price-card-second-part {
  border-radius: 0px 0px 12px 12px;
  margin-top: 15px;
}
.price-accordion {
  border-radius: 0px 0px 12px 12px;
  border: 0;
}
.price-accordion-content {
  border-radius: 0px 0px 12px 12px;
}
.pro-card {
  border: 1px solid #263873;
}
.plan-name-container {
  border-radius: 12px 12px 0px 0px;
}
.plan-details-container {
  border-radius: 0px 0px 12px 12px;
  flex: 1;
}
.blue-tick {
  width: 18px;
}
/* Overlay for Loading Spinner */
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7) url("../images/loader.gif") center no-repeat;
}

/* Hide scrollbar when loading */
body.loading {
  overflow: hidden;
}

/* Show spinner image when body is loading */
body.loading .overlay {
  display: block;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 50px 30px;
  border: 1px solid #888;
  width: 70%;
  border-radius: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
}
.docsnow-collect-logo {
  max-width: 285px;
}
.display-only-inmobile {
  display: none !important;
}
.hide-display-inmobile {
  display: block;
}
.tcSection {
  padding: 50px;
}
.active a {
  color: #263873 !important;
}
.snap-section-content {
  margin: 30px 0px;
}
.snap-section,
.snap-container .menu {
  margin-top: 40px;
}
.expert-review-img {
  max-width: 450px;
}
.top-left-img {
  width: 190px;
  top: 40px;
  left: -80px;
}
.top-right-img {
  width: 230px;
  top: 110px;
  right: 0px;
  animation: upDown 2s ease-in-out infinite;
}
.bottom-left-img {
  width: 220px;
  bottom: -20px;
  right: 50px;
}
.bottom-right-img {
  width: 260px;
  bottom: -80px;
  left: -113px;
  animation: downUp 2s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}

@keyframes downUp {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
.expert-img-container {
  margin-bottom: 70px;
}
/* Mobile css */
@media (max-width: 590px) {
  .hide-display-inmobile {
    display: none;
  }
  .display-only-inmobile {
    display: flex !important;
  }
  .docsnow-collect-logo {
    max-width: 220px;
  }
  .docsnow-collect-logo-section {
    text-align: center;
  }
  .tcSection {
    padding: 30px;
  }
}
@media (max-width: 639.9px) {
  .hero-section {
    padding: 40px 0px;
  }
  .tablet-image {
    margin-bottom: -40px;
  }
  .section-padding {
    padding: 15px 5px;
  }
  .scroll-section-img-container {
    height: 180px;
  }
  .scroll-section-img {
    margin: auto;
  }
  .outline-box-container {
    padding: 10px 5px;
  }
  .outline-box {
    padding: 10px;
  }
  .blue-mix-blend-section-img {
    max-width: 230px;
  }
  .hfa-house-bg {
    border-radius: 15px 15px 0px 0px;
    background-position: center;
    background-size: cover;
    height: 220px;
  }
  .hfa-city-padding {
    padding: 0px 20px;
  }
  .hfa-content {
    padding: 20px 0px;
  }
  .usa-flag-content {
    flex-wrap: wrap;
  }
  .government-card {
    padding: 20px 30px;
  }

  .card-gap {
    padding: 15px 5px;
  }
  .flexible-card-gap {
    padding: 5px 10px;
  }
  .four-card-gap {
    padding: 10px;
  }
  .government-card-img {
    align-items: start;
    width: 70px;
  }
  .government-card-img svg {
    width: 70px;
  }

  .flexible-card-img svg {
    width: 50px;
    height: auto;
    margin: auto;
  }

  .security-blend-container {
    overflow: hidden;
  }
  .security-blend-content {
    width: 100%;
    padding: 20px;
  }
  .security-blend-img {
    min-height: 180px;
    max-width: 114%;
  }
  .storage-section {
    margin: 0px -20px 20px -20px;
  }
  .storage-image-content {
    padding: 10px;
  }
  .testimonial-card-container {
    min-width: 95% !important;
    margin-right: 10px;
  }
  .comment-section {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    display: flex;
  }
  .footer-menu {
    margin: 10px 0px;
  }
  .copy-right-container {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .footer-menu-container {
    margin-bottom: 0px;
  }
  .white-card svg {
    height: 70px;
  }
  .aliceblue-bg-section {
    padding: 30px 0px;
  }
  #docsVideo {
    width: 100%;
    height: 260px;
  }
  .integration-ellipse {
    height: 490px;
    background-position: left bottom;
    display: block;
    background-size: 400px;
  }
  .ecm-orbit-img {
    max-width: 330px;
  }
  .sentric-img {
    max-width: 350px;
  }
  .linear-bg {
    background: #263873;
  }
  .main-img-width {
    max-width: 300px;
  }
  .ui-3 {
    font-size: 250px;
  }
  .blue-container-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 36px;
  }
  .mob-padding {
    padding-top: 3.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .people-svg {
    width: 120px;
    height: auto;
  }
  .blue-card-img {
    height: auto;
  }
  .blue-card-img svg {
    height: 100px;
  }
  .blue-card-img img {
    width: 200px;
  }
  .contact-form-container {
    margin: 0px -1rem;
    padding: 20px 12px;
  }
  .mobile-line-height-15 {
    line-height: 15px;
  }
  .demo-file-img {
    max-width: 200px;
  }
  .border-card svg {
    width: 90px;
  }
  .comment-quote {
    max-width: 60px;
    left: 3px;
    top: 60px;
  }
  .lock-img-width {
    max-width: 140px;
  }
  .feature-card {
    padding: 10px !important;
  }
  .fillable-form-hero {
    max-width: 330px;
  }
  .forms-processing-img {
    max-width: 350px;
  }
  .builder-software-img {
    max-width: 250px;
  }
  .features-img {
    max-width: 280px;
  }
  .process-img {
    width: 1280px;
    max-width: 1280px;
  }
  .process-container {
    margin-top: 20px;
  }
  .secure-form {
    max-width: 240px;
  }
  .lock-img {
    max-width: 200px;
  }
  .onedrive {
    max-width: 340px;
  }
  .secure-sign-img {
    max-width: 270px;
  }
  .price-card-second-part {
    margin-top: -1px;
    border-top: none;
  }
  .pricing-card .plan-name-container h2 {
    margin: 0;
  }
  .price-card-second-part .plan-name-container {
    border-radius: 0;
  }
  .expert-img-container {
    margin: 0px auto 70px auto;
    max-width: 400px;
  }
  .expert-review-img {
    max-width: 250px;
  }
  .top-left-img {
    width: 100px;
    top: 40px;
    left: 20px;
  }
  .top-right-img {
    width: 110px;
    top: 70px;
    right: 0px;
    animation: upDown 2s ease-in-out infinite;
  }
  .bottom-left-img {
    width: 140px;
    bottom: -20px;
    right: 7px;
  }
  .bottom-right-img {
    width: 150px;
    bottom: -60px;
    left: 7px;
    animation: downUp 2s ease-in-out infinite;
  }
}

@media (min-width: 640px) and (max-width: 1023.9px) {
  .hero-section {
    padding: 50px 0px;
  }
  .tablet-image {
    margin-bottom: -50px;
  }
  .white-card svg {
    height: 50px;
  }
  .outline-box-container {
    padding: 10px 5px;
  }
  .aliceblue-bg-section {
    padding: 50px 0px;
  }
  .sentric-img {
    max-width: 350px;
  }
  #docsVideo {
    width: 90%;
    height: 460px;
  }

  .flexible-card-img svg {
    width: 70px;
    height: auto;
    margin: auto;
  }
  .ecm-orbit-img {
    max-width: 330px;
  }
  .demo-file-img {
    max-width: 250px;
  }
  .lock-img-width {
    max-width: 180px;
  }
  .feature-card {
    padding: 20px 0 !important;
  }
  .fillable-form-hero {
    max-width: 350px;
  }
  .forms-processing-img {
    max-width: 400px;
  }
  .features-img {
    max-width: 220px;
  }
  .process-img {
    width: 1000px;
    max-width: 1000px;
  }
  .process-container {
    margin-top: 30px;
  }
  .secure-sign-img {
    max-width: 350px;
  }
  .onedrive {
    max-width: 375px;
  }
  .expert-img-container {
    margin: 0px auto 70px auto;
    max-width: 280px;
  }
  .expert-review-img {
    max-width: 250px;
  }
  .top-left-img {
    width: 100px;
    top: 40px;
    left: -50px;
  }
  .top-right-img {
    width: 100px;
    top: 70px;
    right: -6px;
    animation: upDown 2s ease-in-out infinite;
  }
  .bottom-left-img {
    width: 130px;
    bottom: -20px;
    right: 7px;
  }
  .bottom-right-img {
    width: 140px;
    bottom: -60px;
    left: -55px;
    animation: downUp 2s ease-in-out infinite;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .expert-img-container {
    margin: 0px auto 70px auto;
    max-width: 280px;
  }
  .expert-review-img {
    max-width: 250px;
  }
  .top-left-img {
    width: 100px;
    top: 40px;
    left: -50px;
  }
  .top-right-img {
    width: 100px;
    top: 70px;
    right: -6px;
    animation: upDown 2s ease-in-out infinite;
  }
  .bottom-left-img {
    width: 130px;
    bottom: -20px;
    right: 7px;
  }
  .bottom-right-img {
    width: 140px;
    bottom: -60px;
    left: -55px;
    animation: downUp 2s ease-in-out infinite;
  }
}
@media (min-width: 640px) {
  .comment-section {
    display: flex;
    flex-wrap: wrap;
  }

  .flexible-card-img svg {
    width: 90px;
    height: auto;
    margin: auto;
  }
  .submit-btn {
    float: right;
  }
}
@media (max-width: 1023.9px) {
  .white-card {
    padding: 10px 0px;
  }
  .about-us-title {
    line-height: 34px;
  }
  .ui-3 {
    font-size: 300px;
  }
  .snap-container .menu {
    display: none;
  }
  .snap-section {
    border-radius: 20px;
    background: #f2f7ff;
    padding: 20px;
    margin: 0px -16px 20px -16px;
  }
  .snap-section p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  .snap-section-content {
    text-align: center;
  }
  .usa-button--outline {
    width: 100% !important;
    max-width: 310px !important;
  }
  .usa-button {
    margin-right: 0 !important;
  }
  .mobile-width-100 {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .display-none-in-desktop {
    display: none !important;
  }
  .desktop-alignment {
    text-align: left;
    margin: 0;
  }
  .outline-box-container {
    padding: 0px 20px;
  }
  .snap-container {
    height: 40vh;
    position: sticky !important;
    top: 20%;
    bottom: 50%;
  }
  .snap-y-mandatory {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
  }
  .scroll-snap-center {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  #docsVideo {
    width: 100%;
    height: 460px;
  }
  .main-img-width {
    max-width: 350px;
  }

  .about-us-title {
    line-height: 50px;
  }
  .blue-container-width {
    max-width: 892px !important;
  }
  .secure-sign-img {
    max-width: 450px;
  }
}
@media (min-width: 1440px) {
  .document-automation-img {
    max-width: 450px;
  }
}
