<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-1 {
    background-image: url(../Imgs/ds/ds.jpg);
    background-size: cover;
    background-position: right;
}

.under-section-1 .citation {
    text-align: center;
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.375;
}

.under-section-1 .ref {
    margin-right: 5vw;
    text-align: end;
    font-family: Playfair Display;
    font-size: 35px;
    font-weight: 400;
}

.under-section-2 {
    margin-left: 20vw;
}

.under-section-2 .container{
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.under-section-2 h1 {
    margin-top: 3px;
    font-family: Questrial;
    font-size: 40px;
    font-weight: 400;
}

.under-section-2 h2 {
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 700;
}

.under-section-2 li {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.375;
}

@media screen and (max-width: 905px){
    .under-section-2 {
        margin-left: 15vw;
    }
}

@media screen and (max-width: 530px){
    .section-1 {
        background-position: 70% 0;
    }

    .under-section-1 .citation {
        font-size: 30px;
    }

    .under-section-1 .ref {
        font-size: 20px;
    }

    .under-section-2 {
        margin-left: 0;
    }

    .under-section-2 .container {
        gap: 0.6rem;
        margin-bottom: 1.5rem;
    }

    .under-section-2 h1,
    .under-section-2 h2 {
        font-size: 30px;
    }

    .under-section-2 li {
        font-size: 1rem;
    }
}</pre></body></html>