.banner-service {
    .content-banner {
        h3 {
            background: linear-gradient(180deg, #F4FAFF 41.53%, #5CBDFF 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px;
            padding-bottom: 16px;
            /* 125% */
        }

        p {
            color: #FFF;
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 27px;
            display: flex;
            width: 80%;
            margin: auto;

            @media screen and (max-width:768px) {
                width: 100%;
            }
        }
    }
}
