.coutersWrapper {
  margin: 44px auto 0;
  max-width: 525px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 28px;
}
.coutersWrapper .singleCoutner {
  max-width: 246px;
  width: 100%;
  padding: 40px 73px;
  background: #f5ffff;
  border: 1px solid #a1d6d6;
  border-radius: 7px;
  text-align: center;
}
.coutersWrapper .singleCoutner span {
  color: #05ada3;
  font-family: 'Segoe UI';
  font-weight: 600;
  font-size: 38px;
  line-height: 50.54px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 4px;
}
.coutersWrapper .singleCoutner p {
  color: #536371;
  font-family: 'Segoe UI';
  font-weight: 400;
  font-size: 14px;
  line-height: 18.62px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .coutersWrapper {
    grid-template-columns: 1fr; /* Single column on mobile */
    justify-items: center;
    align-items: center;
  }
  .essayWriterOutput {
    padding-bottom: 50px;
  }
}
