.about-step {
    align-items: center;
    justify-content: space-between;
}

.about-step p {
    max-width: 685px;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
}

.about-step img {
    width: 400px;
    height: 400px;
}

@media (max-width: 980px) {
    .about-step {
        flex-direction: column;
        position: relative;
        bottom: 100px;
    }

    .about-step p {
        font-size: 16px;
    }
}