.problems-solved-section {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    min-height: 800px;
    padding: 60px 40px;
}

.problems-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Text overlay support */
.text-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.page-title {
    font-size: 72px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.problemList {
    padding: 20px;
}

.problems-list {
    list-style: disc;
    padding-left: 40px;
    font-size: 48px;
    line-height: 1.7;
    color: #000;
}

.problems-list li {
    margin-bottom: 25px;
}

.problems-list .details {
    font-size: 40px;
    font-style: italic;
}

.and-more {
    text-align: center;
    margin-top: 50px;
}

.and-more p {
    font-size: 64px;
    margin-bottom: 20px;
    font-weight: bold;
}

.btn-fix {
    font-size: 36px;
    padding: 15px 40px;
}

.footer-container {
    color: black;
    bottom: 0;
    position: absolute;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 36px;
    }
    
    .problems-list {
        font-size: 24px;
        padding-left: 20px;
    }
    
    .problems-list .details {
        font-size: 20px;
    }
    
    .and-more p {
        font-size: 32px;
    }
    
    .btn-fix {
        font-size: 20px;
        padding: 10px 25px;
    }
}
