.experience__img {
    width: 100%;
}

@media screen and (min-width:1024px) {
    .experience__img{
        width: 60%;
    }
}