.project-context-section {
  padding: 80px 0;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif !important;
}
.project-context-section .container-wrapper .heading-title {
  margin-bottom: 55px;
}
.project-context-section .container-wrapper .top-desc {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: start;
  letter-spacing: 0.32px;
  font-weight: 100 !important;
}

.project-context-section .container-wrapper .info-row {
  margin-bottom: 50px;
}

.project-context-section .container-wrapper .info-row .info-box {
  background: #181144;
  padding: 15px 18px;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #ffffff21;
  height: 100%;
}

.project-context-section .container-wrapper .info-row .info-box .title {
  color: #00cf6a !important;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}

.project-context-section .container-wrapper .info-row .info-box .des {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
}

.project-context-section .container-wrapper .image-wrapper {
  margin-top: 80px;
  /* width: 100%; */
  position: relative;
}

.project-context-section .container-wrapper .image-wrapper .main-img {
  max-width: 100%;
  height: 100%;
}



/*====================== responsive ==============================*/

@media (min-width: 1400px) {
  .project-context-section .container-wrapper {
    max-width: 1190px !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
   .project-context-section {
    padding: 60px 0;
  }
  .project-context-section .container-wrapper .heading-title {
    margin-bottom: 35px;
}
  .project-context-section .container-wrapper .top-desc {
    font-size: 15px;
        margin-bottom: 30px;
  }
.project-context-section .container-wrapper .info-row .info-box .des {
    font-size: 13px;
}
.project-context-section .container-wrapper .info-row .info-box .title {
   
    font-size: 15px;
    margin-bottom: 5px;
   
}
.project-context-section .container-wrapper .image-wrapper {
    margin-top: 40px;
   
}
  .project-context-section .container-wrapper .info-row .info-box {
    padding: 18px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .project-context-section {
    padding: 45px 0;
  }
.project-context-section .container-wrapper .heading-title {
    margin-bottom: 10px;
}
  .project-context-section .container-wrapper .top-desc {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .project-context-section .container-wrapper .info-row .info-box .title {
    font-size: 14px;
        margin-bottom: 5px;
  }

  .project-context-section .container-wrapper .info-row .info-box .des {
    font-size: 13px;
  }
  .project-context-section .container-wrapper .info-row .info-box {
  
    padding: 14px;
  
}
.project-context-section .container-wrapper .image-wrapper {
    margin-top: 0px;
   
}
.project-context-section .container-wrapper .info-row {
    margin-bottom: 25px;
}
}