.white-bg-problem-section {
    padding: 10px 10px 18px 10px;
    position: relative;
    border-radius: 10px;
    position: relative;
}

.problems-section {
    font-family: "euclidcircularb-regular", sans-serif;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 170px;
    padding: 59px 20px 0 20px;
}

.white-bg-problem-section img {
    margin: 0 auto;
    max-width: 102px;
    position: absolute;
    top: -44px;
    border: 6px solid #F8F5FE;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 927px) {
    .problems-section {
        margin: 0 auto 120px;
    }
}

@media screen and (max-width: 991px) {
    .problems-section {
        padding-top: 88px;
    }
}

@media screen and (max-width: 425px) {
    .problems-section {
        margin: 0 auto 100px;
    }
}

.problems-section h2 {
    text-align: center;
    font-family: "euclidcircularb-medium", sans-serif;
    font-size: 45px;
    width: 100%;
    max-width: 880px;
    margin: 0 auto 106px auto;
    line-height: 57px;
}

@media screen and (max-width: 1120px) {
    .problems-section h2 {
        font-size: 37px;
        line-height: 50px;
    }
}

@media screen and (max-width: 870px) {
    .problems-section h2 {
        font-size: 33px;
    }
}

@media screen and (max-width: 991px) {
    .problems-section h2 {
        margin-bottom: 95px;
    }
}

@media screen and (max-width: 577px) {
    .problems-section h2 {
        font-size: 27px;
        line-height: 40px;
    }
}

@media screen and (max-width: 425px) {
    .problems-section h2 {
        margin: 0 auto 80px auto;
    }
}

.problems-section .problems-container {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}

@media screen and (max-width: 870px) {
    .problems-section .problems-container {
        gap: 60px;
        flex: 1 1 calc(50% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .problems-section .problems-container {
        row-gap: 50px;
        flex: 1 1 calc(50% - 20px);
    }

    .white-bg-problem-section {
        padding: 10px 10px 20px 10px;
    }

    .white-bg-problem-section img {
        top: -38px;
    }
}

@media screen and (max-width: 425px) {
    .problems-section .problems-container {
        flex: 1 1 calc(100% - 20px);
    }
}

/* 5-column layout */
.problems-section .problems-container.five .problem-wrap {
    flex: 1 1;
    background: #fff;
    border-radius: 10px;
}

.problems-section .problems-container.five .problem-wrap {
    text-align: center;
    flex: 1 1 300px;
}

.problems-section .problems-container .problem-wrap {
    text-align: center;
    flex: 1 1 300px;
}

.problems-section .problems-container .problem-wrap img {
    margin: 0 auto;
    max-width: 88px;
}


@media screen and (min-width: 1201px) {

    .problems-section .problems-container.five .problem-wrap,
    .problems-section .problems-container .problem-wrap {
        flex: 1 1;
        background: #fff;
        border-radius: 10px;
    }
}

@media screen and (max-width: 600px) {
    .problems-section .problems-container .problem-wrap img {
        width: 100%;
        max-width: 70px;
    }
}

.problems-section .problems-container .problem-wrap .problem-heading {
    color: #131314;
    font-size: 19px;
    font-family: "euclidcircularb-semibold", sans-serif;
    margin: 40px auto 10px;
}

.problems-section .problems-container .problem-wrap .problem-description {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

/* 3-column layout */
.problems-section .problems-container.three .problem-wrap {
    flex: 1 1;
}


@media (min-width: 1201px) {

    .page-id-20981 .problems-section .problems-container .problem-wrap .problem-heading,
    .page-id-20902 .problems-section .problems-container .problem-wrap .problem-heading,
    .page-id-20978 .problems-section .problems-container .problem-wrap .problem-heading,
    .page-id-22504 .problems-section .problems-container .problem-wrap .problem-heading,
    .page-id-22506 .problems-section .problems-container .problem-wrap .problem-heading,
    .page-id-24180 .problems-section .problems-container .problem-wrap .problem-heading,
    .page-id-24108 .problems-section .problems-container .problem-wrap .problem-heading,
    .page-id-24299 .problems-section .problems-container .problem-wrap .problem-heading,
    .page-id-19694 .problems-section .problems-container .problem-wrap .problem-heading,
    .min-h-80px .problem-heading {
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-id-24297 .problems-section .problems-container .problem-wrap .problem-heading,
    .page-id-20902 .problems-section .problems-container .problem-wrap .problem-heading {
        min-height: 53px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    .problems-section .problems-container .problem-wrap .problem-heading br {
        display: none;
    }
}


@media (min-width: 869px) and (max-width: 1200px) {

    .problems-section .problems-container.five .problem-wrap:nth-child(4),
    .problems-section .problems-container.five .problem-wrap:nth-child(5) {
        width: 48.3%;
        ;
    }

    .problems-section .problems-container.five .problem-wrap {
        flex: 1 1 315px;
    }

    .problems-section .problems-container {
        gap: 35px;
    }
}

@media (min-width: 869px) and (max-width: 938px) {
    .problems-section .problems-container {
        gap: 35px;
        justify-content: space-between;
    }
}


@media screen and (max-width: 870px) {
    .problems-section .problems-container.three .problem-wrap {
        flex: 1 1 calc(45% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .problems-section .problems-container.three .problem-wrap {
        row-gap: 80px;
        flex: 1 1 calc(50% - 20px);
    }
}

@media screen and (max-width: 425px) {
    .problems-section .problems-container.three .problem-wrap {
        flex: 1 1 calc(100% - 20px);
    }
}

/* 4-column layout */
.problems-section .problems-container.four .problem-wrap {
    flex: 1 1;
}

@media screen and (max-width: 870px) {
    .problems-section .problems-container.four .problem-wrap {
        flex: 1 1 calc(45% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .problems-section .problems-container.four .problem-wrap {
        row-gap: 80px;
        flex: 1 1 calc(50% - 20px);
    }
}

@media screen and (max-width: 425px) {
    .problems-section .problems-container.four .problem-wrap {
        flex: 1 1 calc(100% - 20px);
    }
}

@media screen and (max-width: 870px) {
    .problems-section .problems-container.five .problem-wrap {
        flex: 1 1 calc(33.33% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .problems-section .problems-container.five .problem-wrap {
        row-gap: 80px;
        flex: 1 1 calc(50% - 20px);
    }
}

@media screen and (max-width: 425px) {
    .problems-section .problems-container.five .problem-wrap {
        flex: 1 1 calc(100% - 20px);
    }
}