﻿.term-definitions {
    display: flex;
    flex-direction: column;
    width: 20vw;
    align-items: stretch;
    justify-content: flex-start;
    padding: 10rem 0rem 10rem 0rem;
}


    .term-definitions > p {
        font-size: 1.3rem;
        font-weight: 600;
        font-family: 'Open Sans Hebrew';
        color: black;
    }

.terms {
    display: flex;
    flex-direction: column;
    width: 50vw;
    align-items: stretch;
    justify-content: flex-start;
    padding: 4rem 3rem 4rem 3rem;
}

.terms-and-conditions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.term-box {
    margin: 2rem 0rem 2rem 0rem;
}

    .term-box > h4 {
        margin-top: 1rem;
        font-weight: 400;
        font-family: 'Open Sans Hebrew'
    }

    .term-box > h1 {
        text-align: center;
        font-family: 'Open Sans Hebrew';
        font-weight: 600;
    }



/* TABLET */
@media only screen and (max-width: 960px) {
    .terms-and-conditions {
        flex-direction: column;
    }
    .term-definitions {
        flex-direction: column;
        justify-content: center;
        padding: 5rem 5rem 5rem 5rem;
        width: 100%;
    }

    .terms {
        width: 100%;

    }


}
