@media only screen and (max-width: 600px) {
    .logo-1{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }
    .logo-2{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }
    
}