@media screen and (max-width: 770px){
    .list-container{
        padding-top: 50px;
    }

    .para-goal{
        display: none;
    }

    .digital-pagi{
        margin-bottom: -50px;
    }

    .titles-container {
        width: unset;
    }

    .pagger{
        margin-bottom: -50px;
    }
}

/* table content responsiveness */

.response-handler{
    padding-bottom: 150px !important;
}

.accordion-unique {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    margin-top: -175px;
}

.accordion-item-unique {
    border-bottom: 1px solid #ddd;
}

.accordion-title-unique {
    padding: 15px;
    background: #f5f5f5;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.accordion-title-unique:hover {
    background: #e0e0e0;
}

.accordion-content-unique {
    padding: 15px;
    display: none;
    background: #fff;
}

.accordion-content-unique.active {
    display: block;
}

.accordion-content-unique img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.seek-hide{
    margin-top: -190px;
    padding-bottom: 120px;
}

@media screen and (max-width:1200px){
    .hide-seek, .content-container{
        display: none;
    }
    .response-handler{
        margin-top: 280px;
    }
}

@media screen and (min-width:1200px){
    .response-handler{
        display: none;
    }
}