@media only screen and (max-width: 768px) {
    .Fcontent {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .leftside {
        flex-direction: column;
        text-align: center;
    }

    .rightside {
        flex-direction: column;
        text-align: center;
    }

    .shortIngo-img {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        text-align: center;
    }

    .container {
        flex-direction: column;
        text-align: center;
    }

    .image-container {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

    .info-container {
        margin: 10px 0 0;
    }
    table,
    th,
    td {
        display: block;
        width: 100%;
    }

    tr {
        display: flex;
        flex-wrap: wrap;
    }

    th,
    td {
        width: 100%;
        /* Stack on smaller screens */
    }
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 1366px) {
   :root {
       --spacing-main: 8vw;
       --font-50: 42px;
        --font-40:35px;
       --font-38: 33px;
       --font-36:30px;
        --font-28:23px;
       --font-26:21px;
       --font-24:20px;
       --font-20:16px;
       --font-16: 13px;
        --font-15:14px;
       --font-14: 12px;
       --font-12:11px;
       
   }
}

@media only screen and (max-width: 1536px) {
    :root {
        --spacing-main: 8vw;
        --font-50: 44px;
         --font-40:34px;
        --font-38: 32px;
        --font-36:31px;
         --font-28:24px;
        --font-26:22px;
        --font-24:20px;
        --font-20:17px;
        --font-16: 14px;
        --font-15:13.5px;
        --font-14: 13px;
        --font-12:11.5px;
    }
}
@media only screen and (min-width: 1024px) and (max-width:1300px){
    .select2-container {
        width:170px !important;
    }  
.module_progressSection {
    grid-template-columns: repeat(3, 1fr);
}	
}
@media only screen and (max-width: 1280px) {
    :root {        
        --bs-body-font-size: 0.8rem;
        --bs-nav-link-font-size: 0.8rem;
    }
}