/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/*
    Created on : 30 Aug 2025, 2:10:44 pm
    Author     : anoop
*/

/* Tablets */
@media screen and (min-width: 601px) and (max-width: 1024px) {
    /* tablet styles */
    .program-title{
        font-size: 32px;
    }

    .program-description{
        font-size: 16px;
    }

    .how-it-works-wrapper .card .card-body .card-title{
        font-size: 24px;
    }

}