.about-block-content{
    gap: 30px;
    align-items: center;
}
.about-block-content>div {
    width: calc(50% - 15px) !important;
    align-items: center;
}

.about-image {
    width: 100% !important;
    max-height: 400px;
}

@media(max-width: 768px) {
    .about-block-content>div {
        width: 100% !important;
    }

    .about-image-wrapper:nth-of-type(2) {
        order: -1;
    }
}