<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.corouselImg&gt;img{
    width: 100%;
}

/* .aboutSection{
    width: 100%;
} */
.aboutSection&gt;h1{
    padding-top:25px ;
    font-size: 26px;
}

.aboutSection&gt;p{
    text-align: justify;
    color: #333333;
    line-height: 26px;
    padding: 5px 0px;
}

.objectiveImgContainer&gt;img{
    padding: 0px 5px;
    width: 100%;
}
.trackSection&gt;h1{
    padding-top:25px ;
    font-size: 20px;
}

.guestSection{
    width: 100%;
    align-content: center;
}
.guestGroup{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: auto;
    width: 100%;
    padding-bottom: 15px;
}

.guestItem{
    align-content: center;
    border-radius: 5px;
}

.guestSection{
    padding: 10px 0px;
}

.guestSection&gt;h1{
    font-size: 20px;
    text-align: center;
    color: #333333;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.card{
    overflow: hidden;
}
.card&gt;img{
    width: 100%;
    height: 16rem;
}

.card-body{
    height: 8rem;
    padding: 15px 10px !important;
}

.card-body&gt;h2{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.card-body&gt;h3{
    font-size: 14px;
    font-weight: 600;
}
.card-body&gt;h4{
    font-size: 12px;
    font-weight: 500;
}

.card-body&gt;h5{
    font-size: 10px;
}

.speakerGroup{
    display: flex;
    gap: 5px;
}

.academicPartners{
    padding-top:10px ;
}
.academicPartners&gt;h1{
    font-size: 20px;
}
.mediaPartners&gt;h1{
    font-size: 20px;
    padding-top: 10px
}

.imagesItem{
    padding: 5px;
    margin: 20px 0px;
    border-radius: 5px;
    border: 1px solid rgb(158, 158, 158);
}

.imagesItem&gt;img{
    width: 100%;
}

@media only screen and (max-width: 600px) {
    body {
        .guestGroup{
            flex-direction: column;
        }
        .guestItem{
            margin: 10px;
        }
        .card{
            width: 100% !important;
        }
    }
  }</pre></body></html>