.skew-bg {
            position: relative;
            display: inline-block;
            padding: 10px 20px !important;
        }

        .skew-bg::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--color-light-blue);
            transform: skewX(-20deg);
            z-index: 1;
            border: 1px solid var(--color-white);
        }

        .features-list li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 10px;
        }

        .features-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 2px;
            height: 15px;
            background: #fdb44b;
            border-radius: 2px;
        }
        .brush-underline-yellow::after{
            background-position-x: center;
        }
        #follow-steps a {
            text-decoration: none;
        }
        .short-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 15px;
    /* border-radius: 10px; */
    color: white;
    font-size: 14.4px;
    font-weight: bold;
    /* flex: 1; */
    text-align: center;
    min-height: 135px;
    width: 170px;
    gap: 15px;
    border-radius: 10px;
    background: #95C7EC;
    border: 2px solid #fff;
    box-shadow: 0px 0px 13px 0px #00000040;
}
.short-step-text {
    /* flex: 1; */
    color: #000;
    font-weight: 500;
}
.short-step-icon {
    width: 30px;
    height: 30px;
    background-color: #3066B1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}
.short-step-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
@media (min-width: 280px) {
    .underLineImg {
        height: 3rem;
    }
}
        @media (min-width:600px) {
            .hero-image {
                max-width: 450px;
            }
            .tssPageParagraph {
                font-size: 20px !important;
            }
        }
        @media (min-width: 1024px) {
            .tssPageParagraph {
                font-size: 26px !important;
            }
                .underLineImg {
        height: 4rem;
    }
        }