.bg-img{
  background: linear-gradient(90deg, var(--secondary-color), var(--tertiary-color));
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.service_5_section{
    height: 80vh;
}
.service_5_second_section{
    background: linear-gradient(90deg, var(--secondary-color), var(--tertiary-color));
}

/* Make all images inside .image equal size and responsive */
.service_5_second_section .row .image img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  display: block;
}

.service_5_second_section .row:nth-child(even){
  flex-direction: row-reverse;
}