@media (max-width: 992px) {

    #introduction .sec-heading h2 {

        font-size: 17px;
    }

    #introduction .sec-heading .intro-title {
        font-size: 19px;
    }

    #introduction .sec-heading .intro-sub-title {
        font-size: 16px;
    }

    #introduction .sec-heading .intro-description {

        font-size: 14px;
    }
    
    #introduction .table .table-body a{
        font-size:10px;
    }


    #introduction .table-title {

        font-size: 17px;
    }

    #introduction .table-body {

        font-size: 15px;
    }

    #introduction .table-body a {

        font-size: 10px;
    }

    #introduction .download-title {

        font-size: 20px;
    }

    #introduction .download-sub-title {

        font-size: 18px;
    }

    #introduction .download-description {

        font-size: 15px;
    }

    #introduction .card-body h4 a{

        font-size: 17px;

    }

    #introduction .collapse-desc {

        font-size: 15px;
    }
    
     #video .overlay-caption h2 {
        font-size: 30px;
    }

    #video .overlay-caption p {
        font-size: 18px;
    }

    #video .video-container video {
        height: 70vh;
    }

    #News {
        padding: 32px 0 40px 0;
    }

    #News .text-header {
        font-size: 30px;
    }

    #News .card-body h5 {
        font-size: 20px;
    }

    #News .card-body p {
        /* font-size: 15px; */
    }

    #News .card-body small {
        font-size: 15px;
    }

}

@media (max-width: 768px) {
    
     #introduction .table .table-body tr{
        font-size:10px;
    }
    #introduction .table .table-body a{
        font-size:5px;
    }
    
      #video .overlay-caption h2 {
        font-size: 25px;
    }

    #video .overlay-caption p {
        font-size: 16px;
    }

    #News .card-body h5 {
        font-size: 18px;
    }

    #News .card-body p {
        font-size: 17px;

    }

    #News .card-body small {
        font-size: 14px;
    }
    
}

@media (max-width: 620px) {
     #video .overlay-caption h2 {
        font-size: 20px;
    }

    #video .overlay-caption p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
     #video .overlay-caption h2 {
        font-size: 15px;
    }

    #video .overlay-caption p {
        font-size: 14px;
    }
}

@media (max-width: 524px) {
    
    #introduction .table
    {
        font-size:10px;
    }
    
    #introduction .table .table-title{
        font-size:13px;
    }
    
     #introduction .table .text-capitalize{
         font-size: 12px;
     }
    #introduction .table a{
        font-size: 7px;
        padding: 1px;   
    }

}

@media (max-width: 479px) {
     html {
        font-size: 85%;
    }
    
     #introduction .table .table-title tr{
        font-size:8px;
    }
     #introduction .table .table-body tr{
        font-size:8px;
    }
    #introduction .table .table-body a{
        font-size:7px;
        padding:1px;
    }
    #introduction .table .table-body .fas{
         font-size:7px;
        padding:1px;
    }
    
      #video .overlay-caption h2 {
        font-size: 18px;
    }

    #video .overlay-caption p {
        font-size: 13px;
    }

}


@media (max-width: 400px) {
    
      #introduction .table .table-title tr{
        font-size:7px;
    }
     #introduction .table .table-body tr{
        font-size:8px;
    }
    #introduction .table .table-body a{
        font-size:7px;
        padding:1px;
    }
    #introduction .table .table-body .fas{
         font-size:5px;
        padding:1px;
    }
     #video .overlay-caption h2 {
        font-size: 20px;
    }

    #video .overlay-caption p {
        font-size: 13px;
    }

    #video .video-container video {
        height: 40vh;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }
        
      #video .video-container video {
        height: 40vh;
    }
       
}