 /* Desktop view - Chrome */
 @media (min-width: 1450px) and (max-width: 1920px) {
    #header_title {
        margin-top:100px;
    }
    #index_card{
        margin-left: -12px;
        width: 100%;
        text-align: justify;
        font-size:13px;
        font-family: 'Open Sans' !important;
    }
   
    #one1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #header_title h1 {
        margin-left: 86px;
        font-size: 28px;
        color: #222222 !important;
        font-family: 'Open Sans' !important;
        
    }
    #header_title a {
        color: #D83B2D;
        text-decoration: none;
    }
    #header_title a:hover {
        color: #EA9040;
    }
    .link{
        font-weight: bold;
        color: #D83B2D;
        text-decoration: none;
    }
    .link:hover {
        color: #EA9040;
    }
    #header_title p {
        color: #222222;
        font-size: 15px !important;
        line-height: 22px;
        font-weight: 450 !important;
        margin-left: 476px;
        font-family: 'Open Sans' !important;
    } 
    #index_card {
        color: #666;
    }
    
    }



    
      /* Desktop view - Microsoft Edge */
    
    @media (min-width: 1200px) and (max-width: 1366px) {
        #header_title {
        margin-top:100px;
    }
    #index_card{
        margin-left: -20px;
        width: 101%;
        font-size: 13px;
        text-align: justify;
        font-family: 'Open Sans' !important;
    }
    #one1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #header_title h1 {
    margin-left: 83px;
    font-size: 28px;
    color: #222222 !important;
    font-family: 'Open Sans' !important;
        
    }
    #header_title p {
        color: #222222;
        font-size: 15px !important;
        line-height: 22px;
        font-weight: 450 !important;
        margin-left: 389px;
        font-family: 'Open Sans' !important;
    } 
    #header_title a {
        color: #D83B2D;
        text-decoration: none;
    }
    #header_title a:hover {
        color: #EA9040;
    }
    .link{
        font-weight: bold;
        color: #D83B2D;
        text-decoration: none;
    }
    .link:hover {
        color: #EA9040;
    }
    #index_card {
        color: #666;
    }
    }



    /* iPad view */
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #header_title {
        margin-top:100px;
    }
   #index_card{
        width:101%;
        font-size: 13px;
        text-align: justify;
        font-family: 'Open Sans' !important;
        margin-left:- 12px;
        margin-right: 12px;
    }
    #one1 {
        margin-top: 30px;
    }
 #header_title h1 {
        text-align: center;
        font-size: 28px;
            color: #222222 !important;
            font-family: 'Open Sans' !important;
    }
    #header_title p{
        display: none;
    }
    .link{
        font-weight: bold;
        color: #D83B2D;
        text-decoration: none;
    }
    .link:hover {
        color: #EA9040;
    }
    #index_card {
        color: #666;
    }
    }


    /* Mobile view */
    @media only screen and (max-width: 767px) {
        #header_title {
        margin-top:100px;
    }
    #index_card{
        font-size: 13px;
        text-align: justify;
        font-family: 'Open Sans' !important;
    }
    #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;
    }
    .link{
        font-weight: bold;
        color: #D83B2D;
        text-decoration: none;
    }
    .link:hover {
        color: #EA9040;
    }
    #index_card {
        color: #666;
    }
    }