.main-problem {
  background: #ffffff;
}
    
    /* .main-problem .left-section,
.main-problem .right-section {
  width: 50%;
} */

    .main-problem .separate {
        width: 200px;
        height: 4px;
        background: #3eb049;
        margin-bottom: 34px;
    }

    .main-problem .left-section img {
        width: 100%;
    }

    .main-problem .right-section {
        color: #096bf2;
    }

        .main-problem .right-section h3 {
            /*font-weight: 600;
margin-bottom: 35px;
padding-right: 40px;
font-family: Inter;
font-size: 40px;
line-height: 54px; */
            color: #1d4288;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .main-problem .right-section p {
            /* font-size: 16px;
line-height: 26px;
font-weight: 400;
font-family: Inter; */
            color: #202020;
            max-height: 260px;
            overflow: auto;
            /* margin-bottom: 46px; */
            text-align: justify;
        }

        .main-problem .right-section .list-check-task {
            margin-bottom: 10px;
        }

        .main-problem .right-section button {
            background-color: transparent;
            color: #1d4288;
            border: none;
            border-bottom: 2px solid #1d4288;
            /* font-family: Inter;
font-weight: bold;
padding: 5px 0px; 
float: right; */
        }

    @media (min-width: 991.98px) and (max-width: 1199.98px) {
        /* .main-problem .right-section h1 {
    line-height: 48px;
    font-size: 56px;
  } */

        /* .main-problem .right-section {
    padding: 0px 0px 0px 60px;
  } */
    }

    @media (min-width: 1199.98px) {
        /* .main-problem .right-section h1 {
    line-height: 62px;
    font-size: 76px;
  } */

        /*.main-problem .right-section {
    padding: 80px 88px 40px 112px;
  } */
    }

@media (max-width: 991.98px) {
    .main-problem > div {
        flex-direction: column-reverse;
    }
}

