.img_row {
  height: 100%;
  margin-bottom: 5rem;
}

.img_row .img_col {
  height: 100%;
}

.img_row .img_col .img {
  width: auto;
  height: 20rem;
  transition: opacity 0.3s ease;
  border: 0.1rem solid rgb(171, 171, 171);
  border-radius: 0.5rem;
}

.img_row .img_col .img:hover {
  opacity: 0.7;
}

.img_row .img_col .desc_row {
  position: relative;
  /* margin-left: 10rem; */
  margin-top: 0rem;
}

.img_row .img_col .desc_row .desc_title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 1rem;
}

.img_row .img_col .desc_row .desc {
  font-size: 16px;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  color: rgb(39, 39, 39);
}
