.body-area-settings .cards-wrapper {
  width: 769px;
}
.body-area-settings .cards-wrapper .card {
  background: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-image: none;
  width: 247px;
  height: 225px;
  min-height: 225px;
  justify-content: center;
  align-items: center;
}
.body-area-settings .cards-wrapper .card h1 {
  color: #004861;
  font-family: "interSemiBold";
  margin-top: 22.5px;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.body-area-settings .cards-wrapper .card img {
  position: static;
  width: unset;
  height: unset;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 1240px) {
  .body-area-settings .cards-wrapper {
    flex-direction: row;
  }
  .body-area-settings .cards-wrapper .card {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1044px) {
  .body-area-settings .cards-wrapper {
    flex-direction: column;
  }
  .body-area-settings .cards-wrapper .card {
    margin-top: 2rem;
  }
  .body-area {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 400px) {
  .body-area-settings .cards-wrapper .card {
    width: 90%;
  }
  .body-area-settings .cards-wrapper .card h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  .body-area-settings .cards-wrapper .card {
    height: 200px;
    min-height: 200px;
  }
  .body-area-settings .cards-wrapper .card img {
    width: 70px;
  }
}
