﻿.terms-container {
    position: absolute;
    top: 50%; /* Canh giữa theo chiều dọc */
    left: 50%; /* Canh giữa theo chiều ngang */
    transform: translate(-50%, -50%); /* Điều chỉnh vị trí chính xác */
    text-align: center;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    color: white; /* Đảm bảo chữ nổi bật */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Tạo viền chữ để dễ đọc */
    width: 100%;
    padding: 1rem;
}

.terms-sm {
    position: relative;
    width: 100%;
    background-color: #bebebe;
    padding-top: 26.0416666667%;
}

.terms-content {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.img-terms {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.terms-top {
    margin-top: 6rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
}
.terms-rich {
    word-break: break-word;
    font-size: 16px;
}
p {
    line-height: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 0;
}
.terms-rich a {
    color: #a71f50;
}