@media only screen and (max-width: 1050px) {
  /* remove shadows */
  .mainHeaderShadow {
    display: none;
  }
  .mainBodyShadow {
    display: none;
  }

  /* header section style */
  .headerSection .textContainer {
    width: 50%;
    margin: auto;
  }

  /* body content style */
  .mainTech .mainBodyContainer .FirstTextContainer {
    width: 90%;
    padding-left: 0x;
  }
  .mainTech .mainBodyContainer .FirstTextContainer > * {
    text-align: left !important;
    width: 80% !important;
  }
  .mainTech .mainBodyContainer .FirstTextContainer span {
    font-size: 20px;
  }
  .mainTech .mainBodyContainer .FirstTextContainer p {
    font-size: 35px;
  }

  .mainTech .mainBodyContainer .vectorContainerWrapper {
    left: -100px;
  }

  .mainTech .secondContainer {
    flex-direction: column;
  }
  .mainBodyContainer .secondContainer .textContainer .subTitle {
    width: 50%;
  }
  .mainTech .cardContainer {
    flex-direction: row;
    gap: 20px;
  }
  /* end card section style */
}

/* for smaller screen */

@media only screen and (max-width: 810px) {
  .mainTech .mainBodyContainer .vectorContainerWrapper {
    display: none;
  }
  .FirstTextContainer {
    padding: 0 !important;
  }
  .mainTech .mainBodyContainer .FirstTextContainer > * {
    width: 100%;
  }

  .mainTech .secondContainer {
    flex-direction: column;
  }
}

@media only screen and (max-width: 800px) and (max-height: 800px) {
  .mainTech .cardContainer {
    flex-direction: row;
  }
  .mainTech .cardContainer .card {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .mainTech .cardContainer {
    flex-direction: column;
  }
  .mainTech .cardContainer .card {
    width: 100%;
  }
}
