.background-video {
  left: 0 !important;
}

.strategic-section {
  background-color: #1953A0; 
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F7B500; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 35px;  
  height: 35px;
  object-fit: contain;
}

.strategic-section h5 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

.strategic-section p {
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .icon-circle {
    margin-bottom: 10px;
  }
  .col-md-5 {
    justify-content: center;
    text-align: center;
  }
}

.bg-primary {
    background-color: #fff !important;
}
