.main-page {
    background: #F3F4F6;
}
.solutions-main-div {
    padding: 50px 0px;
}
.solutions-main-div ul {
    color: #6D6E71;
}
.solutions-
.solutions-text {
    text-align: center;
}
.sol-heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #00A3E5;
}
.solution-main-div {
    background: white;
    padding: 50px;
    border-radius: 0px 40px 0 40px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin: 50px 0px;
}
.solution-main-div:hover {
    background: #00A3E5;
}
.solution-main-div:hover ul {
    color: white;
}
.solution-main-div:hover .sol-heading {
    color: white;
}
.solution-main-div:hover .sol-points-col {
    border-color: white;
}
.accordion-item {
    margin-bottom: 10px;
    margin-top: 20px;
}
.sol-points-col {
    border-left: 2px solid #6d6e71;
}