h1 {
    max-width: 700px;
}
h2 {
    font-size: 34px;
    margin-bottom: 20px;
}
p {
    font-size: 18px;
    color: #101112;
}
@media screen and (max-width: 425px) {
    h1 {
        font-size: 24px;
    }
    p {
        font-size: 18px;
    }
}
/* Banner Section */
.it-professional-services {
    background: linear-gradient(109deg, #E2F3FF 25.67%, #CFEFEF 70.27%);
    padding: 105px 0px 30px;
    text-align: center;
}
.it-professional-services h2{
    margin-bottom: 20px;
    max-width: 700px;
    line-height: 120%;
    font-size: 34px;
}
.it-professional-services p {
    font-size: 20px;
    max-width: 700px;
    line-height: 120%;
    color: #101112;
    margin-bottom: 20px;
}
.it-professional-services p span{
    position: relative;
    z-index: 2;
    text-wrap-mode: nowrap;
}

@media screen and (max-width: 768px) {
    .it-professional-services img {
        max-width: 100%;
        height: auto;
    }
}