.container {
  margin: 32px 0;
}

.heading {
  font-weight: 500;
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.newDevGrid {
  width: 1360px !important;
  /* margin-left: -10px !important; */
  margin: 0 auto;
}

.cardContainer {
  padding-left: 10px !important;
  padding-top: 10px !important;
}

.cardContainerShift {
  padding-left: 10px !important;
}

.buttonWrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.viewAllButton {
  width: 125px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #000000 !important;
  color: #000000 !important;
  text-transform: none !important;
}

.viewAllButton:hover {
  border: 1px solid #000000 !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
}

@media screen and (min-width: 320px) and (max-width: 1360px) {
  .heading {
    width: 95% !important;
    margin: auto !important;
  }

  .newDevGrid {
    width: 95% !important;
    margin: auto !important;
    margin-left: 1.7% !important;
  }
}
