@media screen and (min-width: 240px) {

    /*STYLE ALL ___________________________________*/
    .terms-and-conditions {
        background-color: white;
        padding: 35px 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 50px 0;
        max-width: none;
    }

    h1 {
        font-family: 'Nunito', sans-serif !important;
        font-weight: 900;
    }

    .terms-and-conditions .container {
        max-width: 1600px;
        width: 100%;
    }

    .terms-and-conditions .wrapper {
        padding: 0 40px;
    }

    .list {
        width: 100%;
        background-color: #fff;
        border-radius: 0.3rem;
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-around;
        gap: 1rem;
        margin: 0rem auto;
    }

    .ui.segment {
        padding: 1rem 1rem !important;
        margin: 0.3rem !important;
    }

    .segment {
        width: 100% !important;
        padding: 1rem 5rem !important;
    }

    .p-title {
        font-size: 1.1rem !important;
        font-weight: 600;
        padding-bottom: 1rem;
        padding-left: 1rem;
    }

    .p-subtitle {
        font-size: 1rem !important;
        font-weight: 600;
        padding-bottom: 0.5rem;
        padding-left: 2rem;
    }

    .p-sub {
        padding-left: 3rem;
    }
}