 /* Desktop view - Chrome */
 @media (min-width: 1450px) and (max-width: 1920px) {
    #header_title {
        margin-top: 100px;
    }
    #index_card{
        margin-left: -19px;
        width: 101%;
        text-align: justify;
    }
    #header_title h1 {
        margin-left: 90px;
        font-size: 28px;
        color: #222222 !important;
        font-family: 'Open Sans' !important;
        
    }
    #header_title a {
        color: #D83B2D;
        text-decoration: none;
        font-weight: 400 !important;
        
    }
    #header_title a:hover {
        color: #EA9040;
    }
    #header_title p {
        color: #222222;
        font-size: 15px !important;
        line-height: 22px;
        font-weight: 400 !important;
        margin-left: 507px;
    } 
    
    #content p {
        margin-bottom: 5px !important;
    }
    #content h2{
         text-align:justify;
         font-size:21px;
         color:#B85B0D;
         padding-left:1px;
         padding-bottom:-20px;
         font-weight:bold;
         font-family: 'Open Sans' !important;
         margin-left: -2px;
       
    }

    #content p{
    text-align:justify;
    margin-right:-15px ;
    padding-bottom:10px;
    font-family: 'Open Sans' !important;
    font-size:13px;
    color: #666;
    

    }

    .team-heading {
        text-align: justify;
        font-size: 21px;
        color: #b85b0d;
        font-weight: 600;
        margin-bottom: 20px; /* Adjust as needed */
        margin-left:-33px ;
    }
    
    .team-info {
        text-align: justify;
        padding-left: 30px;
        font-family: 'Open Sans' !important;
        margin-bottom: 20px; /* Adjust as needed */
        font-size: 13px;
        color: #666;
        margin-right:-15px;
        margin-left:-60px ;
    }

    #imagecontent img{
        margin-left:-40px ;
    }
    }

      /* Desktop view - Microsoft Edge */
    
    @media (min-width: 1200px) and (max-width: 1366px) {
        #header_title {
            margin-top: 100px;
        }
    #index_card{
        margin-left: -24px;
        width: 102%;
        text-align: justify;
    }
        
    #header_title p {
        color: #222222;
        font-size: 15px !important;
        line-height: 22px;
        font-weight: 450 !important;
        margin-left: 420px;
    } 
    #header_title a {
        color: #D83B2D;
        text-decoration: none;
    }
    #header_title a:hover {
        color: #EA9040;
    }
    #header_title h1 {
        margin-left: 85px;
        font-size: 28px;
        color: #222222 !important;
        font-family: 'Open Sans' !important;
        
    }
   
    
    #content p {
        margin-bottom: 5px !important;
    }
    #content h2{
         text-align:justify;
         font-size:21px;
         color:#B85B0D;
         padding-left:5px;
         padding-bottom:-20px;
         font-weight:bold;
         font-family: 'Open Sans' !important;
        margin-left: -4px;
        
       
    }

    #content p{
    text-align:justify;
    margin-right:-3px ;
    padding-bottom:10px;
    font-family: 'Open Sans' !important;
    font-size:13px;
    color: #666;
    

    }

    .team-heading {
        text-align: justify;
        font-size: 21px;
        color: #b85b0d;
        font-weight: 600;
        margin-bottom: 20px; /* Adjust as needed */
        margin-left:-28px ;
    }
    
    .team-info {
        text-align: justify;
        padding-left: 30px;
        font-family: 'Open Sans' !important;
        margin-bottom: 20px; /* Adjust as needed */
        font-size: 13px;
        color: #666;
        margin-left:-57px ;
    }

    #imagecontent img{
        margin-left:-25px ;
    }
    }

    /* iPad view */
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header_title {
        margin-top: 100px;
    }
 #header_title h1 {
        text-align: center;
        font-size: 28px;
            color: #222222 !important;
            font-family: 'Open Sans' !important;
    }
    #header_title p{
        display: none;
    }
    #content h2{
         text-align:justify;
         font-size:21px;
         color:#B85B0D;
         padding-bottom:-20px;
         font-weight:bold;
         font-family: 'Open Sans' !important;
        
       
    }

    #content p{
    text-align:justify;
    padding-bottom:10px;
    font-family: 'Open Sans' !important;
    font-size:13px;
    color: #666;
    

    }

    .team-heading {
        text-align: justify;
        font-size: 21px;
        color: #b85b0d;
        font-weight: 600;
        margin-bottom: 20px; /* Adjust as needed */
    }
    
    .team-info {
        text-align: justify;
        padding-left: 30px;
        font-family: 'Open Sans' !important;
        margin-bottom: 20px; /* Adjust as needed */
        font-size: 13px;
        color: #666;
        margin-left:-28px;
    }
    
    #imagecontent img {
            margin-left: 110px;
        }

    }


    /* Mobile view */
    @media only screen and (max-width: 767px) {
          #header_title {
        margin-top: 100px;
    }
        #index_card{
        text-align: justify;
    }
    #header_title h1 {
         text-align: center;
         margin-left: 6px;
        font-size: 28px;
        color: #222222 !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
    }
    #header_title p{
        display: none;
    }
    #content p {
        margin-bottom: 5px !important;
    }
    #content h2 {
        text-align: justify;
        font-size: 20px;
        color: #B85B0D;
        /* padding-left: -1px; */
        padding-right: 3px;
        font-weight: bold;
        font-family: 'Open Sans' !important;
        white-space: nowrap; /* Prevent text from wrapping */
        overflow: hidden; /* Hide overflow text */
        /* text-overflow: ellipsis; Show ellipsis (...) for overflow text */
    }

    #content p{
    text-align:justify;
    padding-bottom:10px;
    font-family: 'Open Sans' !important;
    font-size:13px;
    color: #666;
    

    }

    .team-heading {
        text-align: justify;
        font-size: 21px;
        color: #b85b0d;
        font-weight: 600;
        margin-bottom: 20px; /* Adjust as needed */
     
    }
    
    .team-info {
        text-align: justify;
          padding-left: 2px;
        font-family: 'Open Sans' !important;
        margin-bottom: 20px; /* Adjust as needed */
        font-size: 13px;
        color: #666;
        
    }
     #header_title h1 {
        text-align: center;
    }
    #header_title p{
        display: none;
    }

    }

    /* In about.css */

  