.project-scope-image-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.project-scope-image,
.project-scope-content-box {
  flex: 1;
}

.project-scope-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}

.project-scope-content-box {
  height: 450px;
  overflow-y: auto;
  padding-right: 10px;
}

.project-scope-content-box .wow {
  visibility: visible !important;
}

.project-scope-content-box .fadeInUp {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.project-scope-content-box::-webkit-scrollbar {
  width: 6px;
}

.project-scope-content-box::-webkit-scrollbar-thumb {
  background: #00AEEF;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .project-scope-image-content {
    flex-direction: column;
  }

  .project-scope-image,
  .project-scope-content-box {
    width: 100%;
  }

  .project-scope-image img {
    height: auto;
    max-height: 320px;
  }

  .project-scope-content-box {
    height: auto;
    max-height: 450px;
  }
}



/* home about list arrow */

.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

.custom-list li i {
    color: #0d6efd; /* blue */
    margin-right: 10px;
}



.project-scope-image{
  object-fit: cover;
  object-position: center;
}