#sectionproblems {
    position: relative;
    width: 100%;
    min-height: 1300px;
    background-image: url("/masterplans/assets/problembg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.left-text {
    position: absolute;
    margin-top: 25px;
}

.background-text img {
    position: absolute;
    top: -85px;
    left: -5px;
    width: 365px;
    height: 300px;
    z-index: 1;
}

.background-text {
    position: relative;
    width: 100%;
    color: #154a43;
    padding: 40px 20px;
}

.background-text h1,
.background-text h2,
.background-text h3 {
    position: relative;
    z-index: 2;
}

.background-text h1 {
    font-size: 48px;
    font-weight: bold;
}

.background-text h2 {
    font-size: 42px;
}

.background-text h3 {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.text-background {
    position: relative;
    display: inline-block;
    background-size: 325px 325px;
    background-position: center;
    background-repeat: no-repeat;
}

.image-problem {
    position: relative;
    height: 800px;
}

.problems-imgs {
    position: absolute;
    top: 0;
    left: 12.5px;
    height: 500px;
    object-fit: contain;
}

.problems-img {
    position: absolute;
    bottom: -25px;
    right: 100px;
    height: 600px;
    z-index: 2;
}

.list-container {
    position: absolute;
    top: 150px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.list-item {
    display: flex;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 50px 0 0 50px;
    background-color: #eeeefc;
    box-shadow: 5px 5px 0 #b4b4b4;
}

.list-item:nth-child(1) {
    width: 70%;
}

.list-item:nth-child(2) {
    width: 75%;
}

.list-item:nth-child(3) {
    width: 80%;
}

.list-item:nth-child(4) {
    width: 85%;
}

.list-item:nth-child(5) {
    width: 90%;
}

.list-item:nth-child(6) {
    width: 85%;
}

.list-item:nth-child(7) {
    width: 80%;
}

.list-item:nth-child(8) {
    width: 75%;
}

.list-item:nth-child(9) {
    width: 70%;
}

.list-item:nth-child(10) {
    width: 80%;
}

.number {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.content {
    flex-grow: 1;
}

.title {
    color: #154a43;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.subtitle {
    color: #86868e;
    font-size: 16px;
    margin: 0;
}

.circle-1 {
    background: linear-gradient(135deg, #54b457 20%, #9eff90 75%);
}

.circle-2 {
    background: linear-gradient(135deg, #febd3d 20%, #ffeca6 75%);
}

.circle-3 {
    background: linear-gradient(135deg, #ff65b3 20%, #ffb2d8 75%);
}

.circle-4 {
    background: linear-gradient(135deg, #3cb4ff 20%, #8fd3fd 75%);
}

.circle-5 {
    background: linear-gradient(135deg, #6994f8 20%, #a2beff 75%);
}

.circle-6 {
    background: linear-gradient(135deg, #68c356 20%, #a2fe90 75%);
}

.circle-7 {
    background: linear-gradient(135deg, #febe3c 20%, #ffe1a5 75%);
}

.circle-8 {
    background: linear-gradient(135deg, #ff65b3 20%, #ffabd5 75%);
}

.circle-9 {
    background: linear-gradient(135deg, #3cb4ff 20%, #8fd4ff 75%);
}

.circle-10 {
    background: linear-gradient(135deg, #6c97f8 20%, #a2beff 75%);
}

/* Mobile */
@media (max-width: 767px) {
    #sectionproblems {
        min-height: auto;
        background-position: top;
        padding-bottom: 10px;
    }

    .left-text {
        position: static;
        margin-top: 10px;
        text-align: center;
    }

    .background-text img {
        position: absolute;
        top: -65px;
        left: 0;
        width: 200px;
        height: auto;
        display: block;
        margin: 0 auto 10px;
    }

    .image-problem {
        display: none;
    }

    .background-text {
        padding: 20px 15px 0 15px;
        text-align: start;
    }

    .background-text h1 {
        font-size: 28px;
    }

    .background-text h2 {
        font-size: 22px;
    }

    .background-text h3 {
        font-size: 14px;
    }

    .text-background {
        background-size: 250px 250px;
    }

    .list-container {
        position: static;
        width: 100%;
        padding: 0 15px;
        margin-top: 30px;
        align-items: end;
    }

    .list-item {
        flex-direction: row;
        align-items: center;
        width: 100% !important;
        margin-bottom: 15px;
        padding: 0;
    }

    .list-item:nth-child(1) {
        width: 80% !important;
    }
    .list-item:nth-child(2) {
        width: 85% !important;
    }
    .list-item:nth-child(3) {
        width: 90% !important;
    }
    .list-item:nth-child(4) {
        width: 95% !important;
    }
    .list-item:nth-child(5) {
        width: 100% !important;
    }
    .list-item:nth-child(6) {
        width: 95% !important;
    }
    .list-item:nth-child(7) {
        width: 90% !important;
    }
    .list-item:nth-child(8) {
        width: 95% !important;
    }
    .list-item:nth-child(9) {
        width: 80% !important;
    }
    .list-item:nth-child(10) {
        width: 90% !important;
    }

    .number {
        width: 45px;
        height: 45px;
        font-size: 16px;
        margin-right: 10px;
    }

    .content .title {
        font-size: 10px;
    }

    .content .subtitle {
        font-size: 10px;
    }

    /* .whatsapp {
        position: absolute;
        top: -30px;
        right: 20px;
        z-index: 10;
    }

    .whatsapp img {
        width: 60px;
        height: 60px;
    } */
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
    #sectionproblems {
        min-height: auto;
        background-position: center top;
        padding-bottom: 25px;
    }

    .left-text {
        position: static;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

    .background-text img {
        position: absolute;
        top: -100px;
        left: 15px;
        width: 310px;
        height: auto;
        display: block;
        margin: 0 auto 10px;
    }

    .image-problem {
        display: none;
    }

    .background-text {
        padding: 30px 30px 0 30px;
        text-align: start;
    }

    .background-text h1 {
        font-size: 42px;
    }

    .background-text h2 {
        font-size: 32px;
    }

    .background-text h3 {
        font-size: 16px;
    }

    .text-background {
        background-size: 300px 300px;
    }

    .list-container {
        position: static;
        width: 100%;
        padding: 0 0 0 25px;
        margin-top: 40px;
        align-items: flex-end;
    }

    .list-item {
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-bottom: 18px;
        padding: 10px;
    }

    .list-item:nth-child(1) {
        width: 75% !important;
    }
    .list-item:nth-child(2) {
        width: 80% !important;
    }
    .list-item:nth-child(3) {
        width: 85% !important;
    }
    .list-item:nth-child(4) {
        width: 90% !important;
    }
    .list-item:nth-child(5) {
        width: 95% !important;
    }
    .list-item:nth-child(6) {
        width: 90% !important;
    }
    .list-item:nth-child(7) {
        width: 85% !important;
    }
    .list-item:nth-child(8) {
        width: 80% !important;
    }
    .list-item:nth-child(9) {
        width: 75% !important;
    }
    .list-item:nth-child(10) {
        width: 85% !important;
    }

    .number {
        width: 55px;
        height: 55px;
        font-size: 18px;
        margin-right: 12px;
    }

    .content .title {
        font-size: 14px;
    }

    .content .subtitle {
        font-size: 13px;
    }

    /* .whatsapp {
        position: absolute;
        bottom: 25px;
        right: 30px;
        z-index: 10;
    }

    .whatsapp img {
        width: 85px;
        height: 85px;
    } */
}
