.our-project-first {
  background-color: #fff6df;
  padding: 30px 0px;
}

.our-project-first .about-racap-main-two {
  background-color: white;
  padding: 35px;
  border-radius: 10px;
}

.our-project-first .heading-main h2 {
  font-size: 3vw;
  margin-bottom: 20px;
  text-align: left;
}

.what-racap-does {
  padding: 30px 0px;
}

.what-racap-does .heading-main h2 {
  text-align: left;
}
.what-racap-does p {
  font-size: 1.042vw;
}

.our-projects h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.our-projects .row {
  margin-bottom: 80px;
}

.projects-crad {
  position: relative;
}

.projects-crad img {
  width: 100%;
}

.projects-crad .overlay-text {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 11;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.048),
    rgba(0, 0, 0, 0.249)
  );
  color: white;
  padding: 10px;
  font-weight: 500;
  display: flex;
  align-items: end;
  opacity: 0;
  bottom: 0;
  transition: all 1s;
}

.projects-crad .overlay-text p {
  margin-bottom: 0px;
}

.projects-crad:hover .overlay-text {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .vission-mission-first .about-racap-main-two {
    padding: 10px !important;
  }

  .redborderd-heading {
    margin-top: 20px;
  }

  .our-project-first .heading-main h2 {
    font-size: 28px;
  }
  .our-project-first .about-racap-main-two {
    padding: 10px;
  }
  .projects-crad {
    margin: 0 0 20px;
  }
   .what-racap-does p {
    font-size: 2vw;
  }
}

@media screen and (max-width: 576px) {
  .vission-mission-first .about-racap-main-two {
    padding: 10px !important;
  }

  .redborderd-heading {
    margin-top: 20px;
  }

  .our-project-first .heading-main h2 {
    font-size: 25px;
  }

  .vission-mission-first ul {
    margin-top: 0px !important;
    padding-left: 20px !important;
  }

  .our-project-first .about-racap-main-two {
    padding: 10px;
  }

  .projects-crad {
    margin: 0 0 20px;
  }

  .what-racap-does p {
    font-size: 4.042vw;
  }

  .what-racap-does .col {
    margin-bottom: 20px;
  }
}
