.problem-section{background-color:#141414;padding:120px 112px 0;width:100%}.problem-section .container-fluid{margin:0 auto;max-width:1250px}.problem-section .container-fluid .title{color:#fff;font-family:IBM Plex Sans;font-size:36px;font-style:normal;font-weight:300;letter-spacing:-.72px;line-height:130%;text-align:center;text-transform:capitalize}.problem-section .container-fluid .title .bold-text{font-weight:700}.problem-section .container-fluid .problem-list{display:flex;gap:40px;justify-content:space-between;margin-top:60px;width:100%}.problem-section .container-fluid .problem-list .content-list{display:flex;flex-direction:column;width:45%}.problem-section .container-fluid .problem-list .content-list .item{border:1px solid transparent;cursor:pointer;padding:24px 36px}.problem-section .container-fluid .problem-list .content-list .item .item-title{color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:600;line-height:150%}.problem-section .container-fluid .problem-list .content-list .item .item-desc{color:#e0e0e0;font-family:Manrope;font-size:18px;font-style:normal;font-weight:300;line-height:150%;margin-top:10px}.problem-section .container-fluid .problem-list .content-list .item.active{background:linear-gradient(180deg,#292929,#141414);border:1px solid #292929}.problem-section .container-fluid .problem-list .content-list .item:hover{background:linear-gradient(180deg,#292929,#141414)}.problem-section .container-fluid .problem-list .content-list .item .illustration-mobile{display:none;margin-top:20px}.problem-section .container-fluid .problem-list .content-list .item .illustration-mobile img{width:100%}.problem-section .container-fluid .problem-list .content-illustration{width:50%}.problem-section .container-fluid .problem-list .content-illustration .illustration{display:none;width:100%}.problem-section .container-fluid .problem-list .content-illustration .illustration img{width:100%}.problem-section .container-fluid .problem-list .content-illustration .illustration.active{display:block}@media screen and (max-width:1023px){.problem-section{padding:50px 20px 0}.problem-section .container-fluid{max-width:500px}.problem-section .container-fluid .title{font-size:22px;line-height:130%}.problem-section .container-fluid .title .bold-text{font-weight:600}.problem-section .container-fluid .problem-list{flex-direction:column}.problem-section .container-fluid .problem-list .content-list{width:100%}.problem-section .container-fluid .problem-list .content-list .item{padding:20px}.problem-section .container-fluid .problem-list .content-list .item .item-title{font-size:16px;font-weight:600}.problem-section .container-fluid .problem-list .content-list .item .item-desc{font-size:14px;font-weight:300}.problem-section .container-fluid .problem-list .content-list .item.active .illustration-mobile{display:block}.problem-section .container-fluid .problem-list .content-illustration{display:none}}@media screen and (min-width:1024px) and (max-width:1350px){.problem-section{padding:80px 20px 0}}