.goal-section {
    margin-bottom: 80px;
}
.goal-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
.goal-text {
    flex: 1 1 400px;
}
.goal-subtitle {
    color: #ff4fb8;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.goal-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color: #702f8f;
    margin-bottom: 15px;
}
.goal-chart {
    flex: 1 1 500px;
    max-width: 600px;
    height: 400px;
}
.goal-list {
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: disc;
}
.goal-list li {
    margin-bottom: 10px;
}
