.grid-img-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-50 {
  margin-top: 50px;
}
.gray-horizontal-line {
  height: 1px;
  background: #949494;
  margin-bottom: 80px;
}
