.rights-resources-section {

    color: #fff !important;
    background-color: #6b705c;
    padding: 40px 0;

    .container {
        width: 90%;
        margin: 0 auto;
    }

    .sec-title {
        text-align: center;
    }

    .cols {
        display: flex;
        flex-flow: row;
        gap: 24px;
    }

    .col {
        width: 33%;
    }

    h4 {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 20px 0;
    }

    h5 {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 2.6rem;
        font-weight: 700;
        font-family: 'Arima Madurai', cursive;
        margin: 20px 0 0;
    }

    p,
    a {
        font-size: 1.2rem;
        margin: 0;
    }

    a {
        display: block;
        text-decoration: none;
        color: white;
        line-height: 2.2rem;
        font-weight: 400;
        font-family: 'Nunito Sans', sans-serif;
    }

    ul li {
        font-size: 1.2rem;
        line-height: 2.2rem;
        font-weight: 400;
        font-family: 'Nunito Sans', sans-serif;
        padding-top: 4px;
    }

    ul {
        list-style: none;
        padding: 0;
    }

    @media (max-width:1200px) {
        .col {
            width: 100%;
            text-align: center;
        }

        .cols {
            flex-flow: column;
        }
    }
}