.build-next-big-project-cta .content {
    text-align: center;
    padding: 10px 30px 45px;
    max-width:800px;
    margin:0 auto;
}
.build-next-big-project-cta .cta-des {
    margin-bottom: 13px;
}
.build-next-big-project-cta .content .title-part {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px;
    line-height: 38px;
    font-family: 'Inter';
}

.build-next-big-project-section .content p {
  font-family: Inter;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 26px;
  margin-bottom: 27px;
  max-width: 568px;
  width: 100%;
  padding: 0;
}

.build-next-big-project-cta .contact-btn {
  background: #008DF2;
  color: white;
  border: none;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 19px;
  text-decoration: none;
}

.build-next-big-project-cta .contact-btn:hover {
  background: #0078CE;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .build-next-big-project-cta .content {
  padding: 10px 0 45px;
  }
}