main {
    min-height: calc(100vh - 280px);
}

.page-title{
    color: #070c55;
    font-size: 36px;

    text-align: center;
    margin-top: 32px;

}
.page-subtitle {
    color: #070c55;
    font-size: 24px;

    text-align: center;
    margin-top: 8px;
    margin-bottom: 16px;

}
.about-description, ul {
    color: #070c55;
    font-size: 20px;
    font-weight: 200;
   
    margin-top: 8px;
    margin-bottom: 32px;
    text-align: justify;
    
}
.about-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    

}



