.about-text {
    flex: 2;
}

@media screen and (max-width: 768px) {
    .about-section {
        flex-direction: column;
        gap: 1rem;
    }
}