
:where(.simple-text-content) h1, .simple-text-title {font-size: 72px;line-height: 0.85;letter-spacing: -0.01em;margin-bottom: 37px;}
:where(.simple-text-content) h2 {font-size: 60px;}
:where(.simple-text-content) h3 {font-size: 50px;}
:where(.simple-text-content) h4 {font-size: 40px;}
:where(.simple-text-content) h5 {font-size: 32px;}
:where(.simple-text-content) h6 {font-size: 26px;}
.simple-text-content a{color: var(--kal-green);}
.simple-text-content a:hover{color: var(--kal-green)!important;}

/* ========================================== 
! Large devices (desktops, less than 1400px)
=========================================== */
@media (max-width:1399.98px) { 
    :where(.simple-text-content) h1, .simple-text-title {font-size: 50px;}
    :where(.simple-text-content) h2 {font-size: 46px;}
    :where(.simple-text-content) h3 {font-size: 42px;}
    :where(.simple-text-content) h4 {font-size: 36px;}
    :where(.simple-text-content) h5 {font-size: 28px;}
    :where(.simple-text-content) h6 {font-size: 24px;}
}


/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {

}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    :where(.simple-text-content) h1, .simple-text-title {font-size: 45px;}
    :where(.simple-text-content) h2 {font-size: 42px;}
    :where(.simple-text-content) h3 {font-size: 36px;}
    :where(.simple-text-content) h4 {font-size: 30px;}
    :where(.simple-text-content) h5 {font-size: 24px;}
    :where(.simple-text-content) h6 {font-size: 22px;}
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
 @media (max-width: 575.98px){

}

/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { 
}
