section.cta {
    padding-top: 0;
    background: 0 0;
    padding-bottom: 0
}

section.custom-solution .service-head {
    text-align: center;
    margin-bottom: 30px
}

section.custom-solution .custom-solution-info {
    display: flex;
    gap: 15px
}

section.custom-solution .row {
    gap: 30px 0
}

section.custom-solution h4 {
    font-size: var(--f24)
}
section.custom-solution h3 {
    font-size: var(--f24)
}
.bottom-text{
 margin-top:30px; 
}
.bottom-text p{
 text-align:center;
  padding-left:12px;
  padding-right:12px;
}
section.process h3 strong:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-size: 25px;
    display: none;
}

section.process h3 strong {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 700;
    font-size: 24px;
}
section.process h3.process-head{
    display:flex;
    gap: 15px;
}
section.process h3.process-head img{
    width:35px;
}
section.process h3 strong:first-child:before {
    color: #4b9899
}

section.process h3 strong:nth-child(2):before,section.process h3 strong:nth-child(3):before,section.process h3 strong:nth-child(5):before {
    color: #fbb858
}

section.process h3 strong:nth-child(13):before,section.process h3 strong:nth-child(7):before {
    color: #fdcdc0
}

section.process h3 strong:nth-child(9):before {
    color: #c2dace
}

section.process h3:last-child strong:first-child:before {
    color: #ffb39d
}
