.about__image {
    display: none;
}

@media screen and (min-width: 768px) {
    .about__image {
        width: 100%;
        height: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .about__image {
        display: block;
        position: absolute;

        height: 70%;
        opacity: .8;
        right: 0;
        top: 15%;
        width: 45%;
    }
}