.supporting-section {
    padding: 100px 0;
}

.supporting-section .column-left {
    width: 35%;
}

.supporting-section .column-right {
    width: 45%;
}
.supporting-content p {
    max-width: 348px;
    width: 100%;
}
.supporting-list ul li {
    list-style-type: none;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    border-radius: 7px;
    border: 0.648px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(30.01209831237793px);
    padding: 8px 18px;
    cursor: pointer;
}

.supporting-list ul {
    margin: 0;
}

.supporting-list ul li:not(:last-child) {
    margin-bottom: 16px;
}

.supporting-list ul li:hover,.supporting-list ul li.active {
    background: linear-gradient(42deg, #FF1DAC 27.98%, #FF9FE5 85.23%), rgba(255, 255, 255, 0.10);
    border: 0.648px solid rgba(255, 255, 255, 0.20);
}
.supporting-content > div {
    display: none;
}

.supporting-content > div:first-child {
    display: block;
}
.supporting-list .sub-title {
    margin-bottom: 20px;
}
@media only screen and (max-width:991px){
    .supporting-section .column-left {
        width: 45%;
    }
    .supporting-section {
        padding: 80px 0;
    }
}
@media only screen and (max-width:767px){
    .supporting-section {
        padding: 40px 0;
    }
    .supporting-section .column-left {
        width: 100%;
    }

    .supporting-section .column-right {
        width: 100%;
        margin-top: 40px;
    }
}