.problems-section{padding:80px 0;position:relative}.problems-section .section-header{margin-bottom:50px}.problems-section .card{border:none;overflow:hidden;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.problems-section .card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.problems-section .card .rounded-pill{height:60px;width:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.problems-section .bg-primary-transparent{background-color:rgb(133 89 249 / .1);color:#8559f9}.problems-section .bg-secondary-transparent{background-color:rgb(250 90 132 / .1);color:#fa5a84}.problems-section .bg-skyblue-transparent{background-color:rgb(56 182 255 / .1);color:#38b6ff}.problems-section .bg-success-transparent{background-color:rgb(21 159 70 / .1);color:#159f46}.problems-section .bg-warning-transparent{background-color:rgb(255 193 7 / .1);color:#ffc107}