.text-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: min(80%, 800px);
    margin: 40px auto;
}
