.img{
    height: 100%; 
    width: 40%; 
    border-radius: 50px 0 50px 0;
    margin: 20px;
}

.imgP{
    display: flex; 
    align-items: center;
}

@media screen and (max-width: 1111px){
    .imgP{
        flex-direction: column;
    }
    .img{
        width: 100%;
    }
}