.about1 .flex-content .left.side {
    width: 43%;
}

.about1 .flex-content .right.side {
    width: 57%;
}

.about1 .flex-content p {
    line-height: 1.5;
}

@media (max-width: 768px) {
    .about1 .flex-content .left.side {
        width: 100%;
    }

    .about1 .flex-content .right.side {
        width: 100%;
    }
}