@font-face {
    font-family: "Lato Light";
    src: url('../assets/fonts/Lato/Lato-Light.ttf');
}
@font-face {
    font-family: "Noto Light";
    src: url('../assets/fonts/Noto_Serif_Display/static/NotoSerifDisplay-Light.ttf');
}

#terms-conditions{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1600px;
    color: var(--dark-color);
    margin: 0px auto;
    padding: 0px;
}
.terms-conditions-container {
    box-sizing: border-box;
    width: 70%;
    padding: 100px 0px;
    margin: 0px auto;
}

#terms-conditions h1 {
    font-family: "Noto Light";
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 20px;
}

#terms-conditions h2 {
    font-family: "Noto Light";
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 16px;
}

#terms-conditions h3 {
    font-family: "Noto Light";
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 16px;
}

#terms-conditions h4 {
    font-family: "Noto Light";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 16px;
}

#terms-conditions p, li {
    width: 100%;
    font-family: "Lato Light";
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#terms-conditions ul {
    padding-left: 40px;
}

#terms-conditions a {
    color: var(--dark-color);
    text-decoration: none;
}

@media screen and (max-width: 2560px) and (min-width: 1537px) {
    #terms-conditions { max-width: 2560px; }
    #terms-conditions h1 { font-size: 2.6vw; margin-top: 6.5vw; margin-bottom: 1.3vw; }
    #terms-conditions h2 { font-size: 2vw; margin-top: 3.3vw; margin-bottom: 1vw; }
    #terms-conditions h3 { font-size: 1.5vw; margin-top: 3.3vw; margin-bottom: 1vw; }
    #terms-conditions h4 { font-size: 1.3vw; margin-top: 3.3vw; margin-bottom: 1vw; }
    #terms-conditions p, li { font-size: 1vw; margin-top: 1.9vw; margin-bottom: 1.9vw; }
    #terms-conditions ul { padding-left: 2.6vw; }
}

@media screen and (max-width: 426px) {
    #terms-conditions h1 { font-size: 32px; }
    #terms-conditions h2 { font-size: 26px; margin-top: 30px; margin-bottom: 10px; }
    #terms-conditions h3 { font-size: 20px; margin-top: 30px; margin-bottom: 10px; }
    #terms-conditions h4 { font-size: 18px; margin-top: 30px; margin-bottom: 10px; }
    #terms-conditions p, li { font-size: 14px; margin-top: 15px; margin-bottom: 10px; }
}

@media screen and (max-width: 321px) {
    #terms-conditions h1 { font-size: 26px; }
    #terms-conditions h2 { font-size: 22px; }
    #terms-conditions h3 { font-size: 18px; }
    #terms-conditions h4 { font-size: 16px; }
    #terms-conditions p, li { font-size: 12px; }
}