#coj {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f2efea;
  padding-bottom: 2vw;
}
.centre-for-justice {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: -13vh;
}
#coj-landing {
  height: auto;
}
.centre-for-justice .row:nth-child(1) {
  position: relative;
  background-image: url("../assets/img5.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 83vh;
  display: flex;
  align-items: center;
  padding: 0 6dvw;
  column-gap: 1vw;
}
#img-bg-2 {
  background-image: url("../assets/il0.webp");
}
#img-bg-3 {
  background-image: url("../assets/ml0.webp");
}
#img-bg-tl {
  background-image: url("../assets/tl1.webp");
}
.centre-for-justice .row:nth-child(1) img {
  width: 6vw;
}
.centre-for-justice .row:nth-child(1) h3 {
  font-size: 2vw;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.centre-for-justice .row:nth-child(2) {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2vw;
  margin: 0 6vw;
  padding: 2vw;
  background-color: #fff;
  margin-top: -13vh;
}
#row-2 .column:nth-child(1) {
  padding: 0 7vw;
  font-family: var(--font-raleway);
  text-align: justify;
  font-size: 1vw;
}
#row-2 .column:nth-child(3) {
  padding: 0 7vw;
  font-family: var(--font-raleway);
  text-align: justify;
  font-size: 1vw;
  display: flex;
  column-gap: 2vw;
  height: auto;
}
.column-txt {
  padding: 0 7vw;
}
.column-flex {
  padding: 0 7vw;
  font-family: var(--font-raleway);
  text-align: justify;
  font-size: 1vw;
  display: flex;
  column-gap: 2vw;
  height: 45vh;
}
#row-2 .column:nth-child(3) > div,
.column-flex > div {
  width: 50%;
  height: 100%;
}
#row-2 .column:nth-child(3) > div:nth-child(2) img,
.column-flex > div:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#coj p {
  margin-bottom: 1vw;
  font-size: 1vw;
  text-align: justify;
}
#coj p:last-child {
  margin-bottom: 0;
}
#row-2 .column:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column-flex span {
  font-size: 1.2vw;
  font-family: var(--font-raleway);
  color: #000;
  font-weight: 600;
}
.column-flex ul {
  padding-left: 2vw;
  margin-top: 2vh;
  display: flex;
  flex-direction: column;
  row-gap: 1vw;
}
.column-flex ul li {
  font-size: 1vw;
}
/* inner-news-and-events-css-starts-here */
#row-3 {
  height: 100%;
  margin: 0 6vw;
  padding-top: clamp(40px, 5vh, 5vh);
  padding-bottom: clamp(20px, 3vh, 3vh);
  display: flex;
  flex-direction: column;
  row-gap: clamp(20px, 3vh, 3vh);
}
#row-3 > h2 {
  font-size: clamp(20px, 2vw, 2vw);
  color: var(--color-brown);
  align-self: center;
}
.innerEventsRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2vw;
}
.innerEventsColumn {
  display: flex;
  flex-direction: column;
  row-gap: clamp(15px, 2vh, 2vh);
}
.innerEventsColumn img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: clamp(5px, 0.5vw, 0.5vw);
}
.innerEventsColumn h3 {
  font-size: clamp(18px, 1.5vw, 1.5vw);
  font-weight: normal;
}
.innerEventsColumn p {
  font-size: clamp(15px, 1vw, 1vw) !important;
  margin-bottom: 0 !important;
}
/* inner-news-and-events-css-ends-here */
@media only screen and (max-width: 1100px) {
  #coj {
    padding-bottom: 40px;
  }
  #coj-landing {
    height: auto;
  }
  .centre-for-justice .row:nth-child(1) {
    height: 330px;
  }
  .centre-for-justice .row:nth-child(1) h3 {
    font-size: 18px;
  }
  .centre-for-justice .row:nth-child(1) img {
    width: 60px;
  }
  #coj p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #row-2 > div {
    padding: 0 !important;
  }
  .centre-for-justice .row:nth-child(2) {
    background-color: #f2efea;
    row-gap: 20px;
    top: 20px;
    margin-top: -8vh;
  }
  #row-2 .column:nth-child(3),
  .column-flex {
    flex-direction: column;
    row-gap: 20px;
  }
  #row-2 .column:nth-child(3) > div,
  .column-flex > div {
    width: 100%;
  }
  #row-2 .column:nth-child(3),
  .column-flex {
    height: 100%;
  }
  .coj-foot {
    margin-top: 20px;
  }
  .column-flex span {
    font-size: 18px;
  }
  .column-flex ul {
    padding-left: 20px;
  }
  .column-flex ul li {
    font-size: 16px;
  }
  #row-3 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .innerEventsRow {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #coj-landing {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .innerEventsRow {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
  .innerEventsColumn.d-none {
    display: none;
  }
}
