/* hero-heading */
.heading-terms {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50vh;
}

.heading-terms h1 {
    padding: 20px;
    font-size: 3.3rem;
}

.heading-terms p {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .heading-terms h1{
        font-size: 24px;
    }

    .heading-terms p{
        font-size: 18px;
        margin: 10px;
    }
}


.term-and-condition-wraper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms-and-condition-page {
    padding: 30px;
    background-color: white;
    width: 1100px;
}

.terms-and-condition-page h1 {
    font-size: 1rem;
    font-weight: bold;
    color: #493926;
}

.terms-and-condition-page h2{
    font-size: 1rem;
    font-weight: bold;
}

.terms-and-condition-page p {
    font-size: 1rem !important;
}

/* hero-heading */

