.subcoe {
  width: 100%;
  height: fit-content;
  /* background-image: url("../../../public/image/peakpx1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  object-fit: cover;
  position: relative;
  padding-left: 10em;
  padding-right: 10em;
  padding-top: 4em;
  overflow: auto;
  padding-bottom: 5em !important;
}

.card-subcoe {
  margin-bottom: 1.5em;
  border: 1px solid white;
  height: 290px;
  border-radius: 8px;
  position: relative;
  padding: 0;
}
img {
  border-radius: 8px;
}
.row .col-md .body {
  border: 1px solid white;
  height: 500px;
  border-radius: 8px;
  position: relative;
  padding: 0;
}

/* .titleHeader {
  border: 1px solid #1f6adb;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
} */

@media screen and (max-width: 600px) {
  .subcoe {
    padding: 0;
  }
}
