.tos-container {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

html[lang="ar"] .tos-header {
    text-align: right;
}

.tos-header {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 36.88px;
    line-height: 52px;
    letter-spacing: 2px;
    color: #332624;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

.tos-subtitle {
    color: #332624BF;
    display: inline-block;
    margin-bottom: 20px;
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
}

.tos-section {
    margin-bottom: 40px;
}

.tos-subheading {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: #332624BF;
    margin-bottom: 20px;
}

.tos-text {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: #332624BF;
    margin-bottom: 20px;
}

.tos-text a {
    color: #332624;
    text-decoration: underline;
}

.tos-contact {
    margin-top: 60px;
}


.banner-logo {
    display: none;
    position: absolute;
    top: 0;
    right: -57px;
    width: 230px;
    opacity: 0.1;
    z-index: 0;
}

.tos-text-bullet {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: #332624BF;
    margin-bottom: 20px;
}

.tos-text-bullet li {
    list-style-type: disc;
    margin-left: 25px;
}

.tos-privacy-policy-card {
    background: #DEDEDE;
    border-radius: 50px;
    display: flex;
    gap: 40px;
    padding: 25px;
    margin-bottom: 20px;
}

.tos-privacy-policy-card-content {
    width: 100%;
}

.tos-privacy-policy-card-content h5 {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.6px;
    color: #332624BF;
    text-align: center;
    padding: 13px;
    border-bottom: 1.33px solid #332624;
}

.tos-privacy-policy-card-content .tos-text-bullet {
    padding-top: 50px;
}

@media (max-width: 768px) {
    .tos-privacy-policy-card {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .tos-privacy-policy-card-content .tos-text-bullet {
        padding-top: 30px;
    }

    .tos-privacy-policy-card-content h5 {
        padding: 0 0 13px;
    }
}