﻿body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.termscontainer {
    max-width: 100%;
    margin-left: 115px;
    margin-right: auto;
    padding: 20px 50px;
    box-sizing: border-box;
    text-align: left;
    direction: ltr;
    width: 100%;
}



    .termscontainer h3,
    .termscontainer h5 {
        color: #005AA9;
        font-weight: 700;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .termscontainer p {
        font-size: 1.5rem;
        font-weight: 400;
        color: #6c757d;
        line-height: 1.6;
        padding-top: 0;
        margin-bottom: 10px;
    }

    .termscontainer ul {
        padding-left: 80px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .termscontainer li {
        margin-bottom: 10px;
        padding-top: 0;
        font-size: 1.5rem;
        font-weight: 400;
        color: #6c757d;
        line-height: 1.2;
    }

    .termscontainer a {
        color: #005AA9;
        text-decoration: underline;
    }

.btn-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 250px;
    margin-top: 80px;
}

    .btn-wrapper img {
        width: 100%;
        height: auto;
        display: block;
    }

.btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    pointer-events: none;
}
@media (max-width: 1024px) {
    .termscontainer {
        margin-left: 5%;
        width: 95%;
    }

        .termstext,
        .termscontainer p,
        .termscontainer ul {
            font-size: 18px;
            line-height: 32px;
        }

        .termscontainer h3 {
            font-size: 18px;
        }
}

/* Large Phones & Small Tablets */
@media (max-width: 768px) {
    .termscontainer {
        margin-left: 3%;
        width: 94%;
    }

        .termstext,
        .termscontainer p,
        .termscontainer ul {
            font-size: 16px;
            line-height: 28px;
        }

        .termscontainer h3 {
            font-size: 18px;
        }
}

/* Small Phones */
@media (max-width: 480px) {
    .termscontainer {
        margin-left: 2%;
        width: 96%;
    }

        .termstext,
        .termscontainer p,
        .termscontainer ul {
            font-size: 14px;
            line-height: 24px;
        }

        .termscontainer h3 {
            font-size: 16px;
        }
        /* Improve spacing for smaller screens */
        .termscontainer p,
        .termscontainer ul {
            margin-bottom: 10px;
        }
}