h1{
    text-align: center;
    margin-top: 123px;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 88%;
    color: #021F90;
    text-transform: lowercase;
}
section.pb-md-6{
    padding-top: 40px !important;
}
section .container{
    max-width: 1000px;
    font-size: 21px;
}

section .container p{
    text-align: justify;
    margin: 0;
}
section a{
    color: #AC1AB8;
    text-decoration: underline;
}
section ul{
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}