/* Process icons */
.benefits-section {
  overflow: hidden;
}

/* Image side */
.benefit-image {
  height: 100%;
}

.benefit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps proportion and fills space */
  display: block;
}

/* Blue box side */
.benefit-box {
  background-color: #1953A0; /* ARSA blue */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* List items with icons */
.benefit-box ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1rem;
}

.benefit-box ul li img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 4px;
}

/* Responsive: stack vertically on smaller screens */
@media (max-width: 768px) {
  .benefit-image img {
    height: 300px;
  }
  .benefit-box {
    padding: 2rem;
  }
}

.process-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  text-align: left;
}

@media (max-width: 768px) {
  h2 {
    text-align: center;
  }

  .col-md-4 {
    text-align: center !important;
  }
}

.img-check {
  width: 24px;   
  height: 24px; 
}

.background-video {
   left: 60% !important;
}

.txt-18 {
  font-size: 18px;
}

.pddn-110 {
  padding: 0px 110px 0px 110px;
}
