* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

.policy-sec-2 {
    background-image: url(./images/policy-sec-2-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.term-sec-2 {
    background-image: url(./images/term-sec-2-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.stack-link {
    color: rgba(228, 96, 44, 1);
    text-decoration: none;
    font-weight: 600;
}

.bgimage {
    width: 100vw;
    height: 80vh;
    position: relative;
    background-image: url(./images/terms-banner-bg.png);
    background-size: cover;
}

.bgimage-2 {
    width: 100vw;
    height: 80vh;
    position: relative;
    background-image: url(./images/privacy-banner-bg.png);
    background-size: cover;
}

.bgimage-3 {
    width: 100vw;
    height: 60vh;
    position: relative;
    background: linear-gradient(270deg, #E4602C 0%, #270B79 100%);

}

.bgoverlay {
    width: 100%;
    height: 100%;
    font-size: 50px;
    font-weight: 700;
    font-family: "Lexend" !important;
    /*font-family: "Lexend";*/
    color: rgba(255, 255, 255, 1);
    line-height: 62px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.term-row-head h1 {
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: rgba(105, 105, 132, 1);
    line-height: 34px;
    text-align: center;
    padding-bottom: 40px;
}

.term-head {
    padding-top: 20px;
}

.term-para {
    padding-top: 20px;
}

.term-head h2 {
    font-size: 25px;
    font-weight: 700;
    font-family: "Poppins" !important;
    color: rgba(47, 47, 47, 1);
    line-height: 37px;
}

.term-para p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: rgba(105, 105, 132, 1);
    line-height: 28px;
    text-align: justify;
}

.term-points {
    padding-top: 30px;
}

@media(max-width:900px) {
    .bgoverlay {
        font-size: 40px;
    }
}

@media(max-width:768px) {
    .term-row-head h1 {
        padding-bottom: 30px;
    }

    .bgoverlay {
        font-size: 30px;
    }

    .term-row-head h1 {
        font-size: 18px;
        line-height: 32px;
    }

    .term-head h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .term-para p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:600px) {
    .bgoverlay {
        font-size: 25px;
    }
}

@media(max-width:575px) {
    .term-head {
        padding-top: 10px;
    }

    .term-para {
        padding-top: 0px;
    }
}

@media(max-width:425px) {
    .bgoverlay {
        font-size: 18px;
    }

    .term-row-head h1 {
        font-size: 14px;
        line-height: 25px;
    }

    .term-head h2 {
        font-size: 16px;
        line-height: 25px;
    }

    .term-para p {
        font-size: 10px;
        line-height: 20px;
    }
}