<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.headingItem&gt;h1{
    font-size: 20px;
    padding-top: 10px;
    text-align: center;

}

.headingItem&gt;h2,.organisingCommitteeList&gt;h2{
    font-size: 18px;
    padding-top: 10px;
    text-align: center;
}
.headingItem&gt;p,.organisingCommitteeList&gt;p,.mentorslist&gt;p{
    margin: 10px;
    padding: 5px 70px;
    font-size: 13px;
    text-align: justify;
}

.mentors,.organisingCommittee{
    display: flex;
    justify-content: space-around;
}

.organisingCommitteeList{
    margin: auto;
}

@media only screen and (max-width: 600px) {
    body {
        .mentors,.organisingCommittee{
            flex-direction: column;
            justify-content: center;
            margin: auto;
        }
        .organisingCommitteeList{
            margin: auto;
        }
        .mentorslist&gt;p,.organisingCommitteeList&gt;p,.organisingCommitteeList&gt;h2{
            text-align: center !important;
            margin: auto;
            font-size: 16px;
        }
        .headingItem&gt;p{
            padding: 5px 0px;
            margin: 5px 2px;
            font-size: 10px;
            text-align: justify;
        }
    }
  }</pre></body></html>