.specific-title {
    color: #232088 !important;
}

.specific-p {
    color: #232088 !important;
}

/* Ensure list dots are visible */
.specific-ul {
    list-style-type: disc !important;
    padding-left: 20px;
    /* Proper indentation */
}

.specific-li {
    list-style-type: circle !important;
    color: #232088 !important;
}

.specific-page-title {
    list-style-type: disc !important;
    color: #232088 !important;
}

.btn-get-started1 {
    color: #1bbd36 !important;
}


.btn:hover {
    transform: scale(1.05);
    transition: 0.3s;
}