@media screen and (max-width: 375px) {
    .image__left{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .image__left{
        width: 100%;
    }
}