.section-title-2 h1 {
    margin-bottom: 0;
    font-family: "Manrope", sans-serif;
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    color:  var(--checkline-color);
    position: relative;
    display: inline;
    padding: 0;
    text-transform: capitalize;
    line-height: 1;
}

.section-title {
    display: none;
}

.ul-default
{
    font-size: 15px;
    padding-left: 20px !important;
}


p {
    font-family: "Poppins, sans-serif";
    font-weight: 300;
    color: #777;
    font-size: 14px;
    letter-spacing: 0;
    word-break: initial;
    line-height: 26px;
}

