@media screen and (min-width: 1024px) {
    .about__article {
        width:60%;
        height: 90%;
        display: flex;
    }
}