.service_1_section{
  height: 80vh;
}
.service_1_section .bg-img{
  background: linear-gradient(90deg, var(--secondary-color), var(--tertiary-color));
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.service_1_second_section {
  background: linear-gradient(120deg, var(--secondary-color), var(--tertiary-color));
  height: 100vh;
}

.service_1_second_section .row .image{
  border-radius: 8px;
  overflow: hidden;
}
