﻿



main .display .displayContent{
    right: 20px;
}


img.lernortLogo {
    float: right;
    width: 30%;
    border: 0px solid red;
}

div.lists {
    
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

    div.lists img {
        width: 48%;
    }

@media (max-width: 1860px) {

    div.lists {
        flex-direction: column;
        
        
    }

    div.lists img {
        width: 100%;
    }




}  