    /*v1.1*/
    
    #blog .head#sponsorHeader .item1 {
        width: 39%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 10px;
        flex-direction: column;
    }
    
    #blog .head#sponsorHeader .item2 {
        width: 61%;
        display: flex;
        align-items: center;
        justify-content: right;
        padding: 10px;
    }
    
    #blog .head#sponsorHeader .item1 .canopy-logo {
        width: 190px;
    }
    
    #blog .head#sponsorHeader img {
        margin: 0;
    }
    
    #blog .head#sponsorHeader h2 {
        font-size: 34px;
        padding-left: 7px;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    
        #blog .head#sponsorHeader-logos {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            max-width: 1200px;
        }
            
        #blog .head#sponsorHeader .item1 {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            flex-direction: column;
        }
    
     #blog .head#sponsorHeader .item2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        flex-direction: column;
    }
        
        #blog .head#sponsorHeader img {
            margin: 10px;
        }    
    
    }
    
    @media only screen and (min-width: 300px) and (max-width: 767px) {
    
        #blog .head#sponsorHeader .item1 {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            flex-direction: column;
        }
        
        #blog .head#sponsorHeader .item2 {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            flex-direction: column;
        } 
    
        #blog .head#sponsorHeader img {
            margin: 10px;
        }
    
        #blog .head#sponsorHeader h2 {
            font-size: 32px;
            padding-left: 0;
        }
    
    }