:root {
    --blue: #337CCF;
    --black: #040D12;
 }
 .title-heading{
    text-align: center;
    padding-top: 80px;
     padding-bottom: 30px; 
 }
.title-heading h2{
    font-size: 45px;
    line-height: 50px;
    color: var(--black);
    font-weight: 700;

}
.title-heading h2 span{
    font-size: 45px;
    line-height: 50px;
    color: var(--blue);

}

.designingProcess {
    max-width: 1280px;
    margin-top: 11px;
    margin: auto;
    min-height: 427px;
  }

  .roundCards {
    margin-top: 45px;
  }
  .mainContent {
    max-width: 222px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
  }

  .mainContent .circle {
    height: 215px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .mainContent .roundCard1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    border: 8px solid #337ccf;
  }

  .mainContent .roundCard2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    border: 8px solid #337ccf;
  }
  .mainContent .roundCard3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    border: 8px solid #337ccf;
  }
  .mainContent .roundCard4 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    border: 8px solid #337ccf;
  }
  .mainContent .roundCard5 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    border: 8px solid #337ccf;
  }

  .mainContent .roundCard1::before {
    content: "1";
    font-size: 70px;
    font-weight: 500;
    position: absolute;
    color: #040d12;
    display: flex;
    align-items: center;
    top: 17%;
    left: -12px;
    height: 101px;
    width: 40px;
    background: #fff;
  }
  .mainContent .roundCard2::before {
    content: "2";
    font-size: 70px;
    font-weight: 500;
    position: absolute;
    color: #040d12;
    display: flex;
    align-items: center;
    top: 17%;
    left: -12px;
    height: 101px;
    width: 40px;
    background: #fff;
  }
  .mainContent .roundCard3::before {
    content: "3";
    font-size: 70px;
    font-weight: 500;
    position: absolute;
    color: #040d12;
    display: flex;
    align-items: center;
    top: 17%;
    left: -12px;
    height: 101px;
    width: 40px;
    background: #fff;
  }
  .mainContent .roundCard4::before {
    content: "4";
    font-size: 70px;
    font-weight: 500;
    position: absolute;
    color: #040d12;
    display: flex;
    align-items: center;
    top: 17%;
    left: -12px;
    height: 101px;
    width: 40px;
    background: #fff;
  }
  .mainContent .roundCard5::before {
    content: "5";
    font-size: 70px;
    font-weight: 500;
    position: absolute;
    color: #040d12;
    display: flex;
    align-items: center;
    top: 17%;
    left: -12px;
    height: 101px;
    width: 40px;
    background: #fff;
  }

  .mainContent .verticalLine {
    height: 20px;
    border-left: 8px solid #337ccf;
    border-radius: 5px;
  }

  .mainContent .details h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #337ccf;
    text-align: center;
  }
  .mainContent .details p {
    font-size: 12px;
    color: #040d12;
    text-align: center;
  }
.technology-heading{
    text-align: center;
    padding-top: 80px;
    /*padding-bottom: 45px;*/
}
.technology-heading h2{
    font-size: 48px;
    line-height: 45px;
    font-weight: 700;
    color: var(--black);
}
.technology-heading h2 span{
   color: var(--blue);
}
.contact-section-heading{
    margin-bottom: 30px;
}